public class ConfigurationAdapterFactory extends AdapterFactoryImpl
createXXX method for each class of the model.
ConfigurationPackage| Constructor and Description |
|---|
ConfigurationAdapterFactory()
Creates an instance of the adapter factory.
|
adapt, adapt, adaptAllNew, adaptNewpublic ConfigurationAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package or is an instance object of the model.
isFactoryForType in interface AdapterFactoryisFactoryForType in class AdapterFactoryImplpublic Adapter createAdapter(Notifier target)
target.
createAdapter in class AdapterFactoryImpltarget - the object to adapt.target.public Adapter createDynamicPriorityBoostConfiguratioinAdapter()
Dynamic Priority Boost Configuratioin'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DynamicPriorityBoostConfiguratioinpublic Adapter createPriorityBoostConfigurationAdapter()
Priority Boost Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PriorityBoostConfigurationpublic Adapter createLoadBalancingAdapter()
Load Balancing'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
LoadBalancingpublic Adapter createMultipleQueueConfigurationAdapter()
Multiple Queue Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MultipleQueueConfigurationpublic Adapter createQueueingConfigurationAdapter()
Queueing Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QueueingConfigurationpublic Adapter createQuantumTimeSliceConfigurationAdapter()
Quantum Time Slice Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QuantumTimeSliceConfigurationpublic Adapter createTimeSliceConfigurationAdapter()
Time Slice Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
TimeSliceConfigurationpublic Adapter createPreemptionConfigurationAdapter()
Preemption Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PreemptionConfigurationpublic Adapter createPriorityConfigurationAdapter()
Priority Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PriorityConfigurationpublic Adapter createPriorityRangeAdapter()
Priority Range'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PriorityRangepublic Adapter createPriorityDependentTimeSliceConfigurationAdapter()
Priority Dependent Time Slice Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PriorityDependentTimeSliceConfigurationpublic Adapter createActiveResourceConfigurationAdapter()
Active Resource Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ActiveResourceConfigurationpublic Adapter createPassiveResourceConfigurationAdapter()
Passive Resource Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PassiveResourceConfigurationpublic Adapter createStaticPriorityBoostAdapter()
Static Priority Boost'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
StaticPriorityBoostpublic Adapter createProcessConfigurationAdapter()
Process Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ProcessConfigurationpublic Adapter createSingleQueueConfigurationAdapter()
Single Queue Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SingleQueueConfigurationpublic Adapter createStaticPriorityBoostConfigurationAdapter()
Static Priority Boost Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
StaticPriorityBoostConfigurationpublic Adapter createSchedulerConfigurationAdapter()
Scheduler Configuration'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SchedulerConfigurationpublic Adapter createStarvationBoostAdapter()
Starvation Boost'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
StarvationBoostpublic Adapter createIdentifierAdapter()
Identifier'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Identifierpublic Adapter createEObjectAdapter()