Class ExperimentsAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.palladiosimulator.experimentautomation.experiments.util.ExperimentsAdapterFactory
- All Implemented Interfaces:
AdapterFactory
- Direct Known Subclasses:
ExperimentsItemProviderAdapterFactory
The Adapter Factory for the model. It provides an adapter
createXXX
method for each class of the model. - See Also:
- Generated class or method.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
protected static ExperimentsPackage
The cached model package.protected ExperimentsSwitch<Adapter>
The switch that delegates to thecreateXXX
methods. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateAdapter
(Notifier target) Creates an adapter for thetarget
.Creates a new adapter for the default case.Creates a new adapter for an object of class 'Experiment
'.Creates a new adapter for an object of class 'Experiment Design
'.Creates a new adapter for an object of class 'Experiment Repository
'.Creates a new adapter for an object of class 'Exponential Value Provider
'.Creates a new adapter for an object of class 'Fractional Factorial Design
'.Creates a new adapter for an object of class 'Full Factorial Design
'.Creates a new adapter for an object of class 'Initial Model
'.Creates a new adapter for an object of class 'JMX Measurement
'.Creates a new adapter for an object of class 'Linear Value Provider
'.Creates a new adapter for an object of class 'Modification
'.Creates a new adapter for an object of class 'Nested Intervals Double Value Provider
'.Creates a new adapter for an object of class 'Nested Intervals Long Value Provider
'.Creates a new adapter for an object of class 'Object Modification
'.Creates a new adapter for an object of class 'One Factor At ATime
'.Creates a new adapter for an object of class 'Placket Burman Design
'.Creates a new adapter for an object of class 'Polynomial Value Provider
'.Creates a new adapter for an object of class 'Profiling Measurement
'.Creates a new adapter for an object of class 'Reconfiguration Rules Folder
'.Creates a new adapter for an object of class 'Response Measurement
'.Creates a new adapter for an object of class 'Scheduling Policy2 Delay Modification
'.Creates a new adapter for an object of class 'Set Value Provider
'.Creates a new adapter for an object of class 'Simulation Duration Measurement
'.Creates a new adapter for an object of class 'Tool Configuration
'.Creates a new adapter for an object of class 'Value Provider
'.Creates a new adapter for an object of class 'Variation
'.boolean
isFactoryForType
(Object object) Returns whether this factory is applicable for the type of the object.Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
modelPackage
The cached model package.- Generated class or method.
-
modelSwitch
The switch that delegates to thecreateXXX
methods.- Generated class or method.
-
-
Constructor Details
-
ExperimentsAdapterFactory
public ExperimentsAdapterFactory()Creates an instance of the adapter factory.- Generated class or method.
-
-
Method Details
-
isFactoryForType
Returns whether this factory is applicable for the type of the object. This implementation returnstrue
if the object is either the model's package or is an instance object of the model.- Specified by:
isFactoryForType
in interfaceAdapterFactory
- Overrides:
isFactoryForType
in classAdapterFactoryImpl
- Returns:
- whether this factory is applicable for the type of the object.
- Generated class or method.
-
createAdapter
Creates an adapter for thetarget
.- Overrides:
createAdapter
in classAdapterFactoryImpl
- Parameters:
target
- the object to adapt.- Returns:
- the adapter for the
target
. - Generated class or method.
-
createExperimentRepositoryAdapter
Creates a new adapter for an object of class 'Experiment Repository
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createExperimentAdapter
Creates a new adapter for an object of class 'Experiment
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createVariationAdapter
Creates a new adapter for an object of class 'Variation
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createValueProviderAdapter
Creates a new adapter for an object of class 'Value Provider
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createToolConfigurationAdapter
Creates a new adapter for an object of class 'Tool 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createExperimentDesignAdapter
Creates a new adapter for an object of class 'Experiment Design
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createResponseMeasurementAdapter
Creates a new adapter for an object of class 'Response Measurement
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createPolynomialValueProviderAdapter
Creates a new adapter for an object of class 'Polynomial Value Provider
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createExponentialValueProviderAdapter
Creates a new adapter for an object of class 'Exponential Value Provider
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createSetValueProviderAdapter
Creates a new adapter for an object of class 'Set Value Provider
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createPlacketBurmanDesignAdapter
Creates a new adapter for an object of class 'Placket Burman Design
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createFullFactorialDesignAdapter
Creates a new adapter for an object of class 'Full Factorial Design
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createFractionalFactorialDesignAdapter
Creates a new adapter for an object of class 'Fractional Factorial Design
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createOneFactorAtATimeAdapter
Creates a new adapter for an object of class 'One Factor At ATime
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createSimulationDurationMeasurementAdapter
Creates a new adapter for an object of class 'Simulation Duration Measurement
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createProfilingMeasurementAdapter
Creates a new adapter for an object of class 'Profiling Measurement
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createJMXMeasurementAdapter
Creates a new adapter for an object of class 'JMX Measurement
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createLinearValueProviderAdapter
Creates a new adapter for an object of class 'Linear Value Provider
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createObjectModificationAdapter
Creates a new adapter for an object of class 'Object Modification
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createInitialModelAdapter
Creates a new adapter for an object of class 'Initial Model
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createReconfigurationRulesFolderAdapter
Creates a new adapter for an object of class 'Reconfiguration Rules Folder
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createNestedIntervalsDoubleValueProviderAdapter
Creates a new adapter for an object of class 'Nested Intervals Double Value Provider
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createNestedIntervalsLongValueProviderAdapter
Creates a new adapter for an object of class 'Nested Intervals Long Value Provider
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createModificationAdapter
Creates a new adapter for an object of class 'Modification
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createSchedulingPolicy2DelayModificationAdapter
Creates a new adapter for an object of class 'Scheduling Policy2 Delay Modification
'. 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.- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createEObjectAdapter
Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
- Generated class or method.
-