public class StateBasedDataTypesAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
StateBasedDataTypesPackage
Constructor and Description |
---|
StateBasedDataTypesAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target . |
org.eclipse.emf.common.notify.Adapter |
createAvailabilityAdapter()
Creates a new adapter for an object of class '
Availability '. |
org.eclipse.emf.common.notify.Adapter |
createDependabilityMeasureAdapter()
Creates a new adapter for an object of class '
Dependability Measure '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createEvaluationAnalyticalAdapter()
Creates a new adapter for an object of class '
Evaluation Analytical '. |
org.eclipse.emf.common.notify.Adapter |
createEvaluationBySimulationAdapter()
Creates a new adapter for an object of class '
Evaluation By Simulation '. |
org.eclipse.emf.common.notify.Adapter |
createEvaluationMethodAdapter()
Creates a new adapter for an object of class '
Evaluation Method '. |
org.eclipse.emf.common.notify.Adapter |
createEvaluationTypeAdapter()
Creates a new adapter for an object of class '
Evaluation Type '. |
org.eclipse.emf.common.notify.Adapter |
createMTTFAdapter()
Creates a new adapter for an object of class '
MTTF '. |
org.eclipse.emf.common.notify.Adapter |
createReliabilityAdapter()
Creates a new adapter for an object of class '
Reliability '. |
org.eclipse.emf.common.notify.Adapter |
createSteadyStateAdapter()
Creates a new adapter for an object of class '
Steady State '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public StateBasedDataTypesAdapterFactory()
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.target
.public org.eclipse.emf.common.notify.Adapter createDependabilityMeasureAdapter()
Dependability Measure
'.
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.
DependabilityMeasure
public org.eclipse.emf.common.notify.Adapter createEvaluationMethodAdapter()
Evaluation Method
'.
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.
EvaluationMethod
public org.eclipse.emf.common.notify.Adapter createEvaluationBySimulationAdapter()
Evaluation By Simulation
'.
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.
EvaluationBySimulation
public org.eclipse.emf.common.notify.Adapter createEvaluationAnalyticalAdapter()
Evaluation Analytical
'.
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.
EvaluationAnalytical
public org.eclipse.emf.common.notify.Adapter createReliabilityAdapter()
Reliability
'.
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.
Reliability
public org.eclipse.emf.common.notify.Adapter createEvaluationTypeAdapter()
Evaluation Type
'.
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.
EvaluationType
public org.eclipse.emf.common.notify.Adapter createSteadyStateAdapter()
Steady State
'.
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.
SteadyState
public org.eclipse.emf.common.notify.Adapter createAvailabilityAdapter()
Availability
'.
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.
Availability
public org.eclipse.emf.common.notify.Adapter createMTTFAdapter()
MTTF
'.
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.
MTTF
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()