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, adaptNew
public 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 AdapterFactory
isFactoryForType
in class AdapterFactoryImpl
public Adapter createAdapter(Notifier target)
target
.
createAdapter
in class AdapterFactoryImpl
target
- 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.
DynamicPriorityBoostConfiguratioin
public 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.
PriorityBoostConfiguration
public 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.
LoadBalancing
public 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.
MultipleQueueConfiguration
public 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.
QueueingConfiguration
public 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.
QuantumTimeSliceConfiguration
public 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.
TimeSliceConfiguration
public 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.
PreemptionConfiguration
public 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.
PriorityConfiguration
public 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.
PriorityRange
public 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.
PriorityDependentTimeSliceConfiguration
public 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.
ActiveResourceConfiguration
public 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.
PassiveResourceConfiguration
public 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.
StaticPriorityBoost
public 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.
ProcessConfiguration
public 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.
SingleQueueConfiguration
public 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.
StaticPriorityBoostConfiguration
public 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.
SchedulerConfiguration
public 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.
StarvationBoost
public 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.
Identifier
public Adapter createEObjectAdapter()