public class AutomatonAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
AutomatonPackage| Modifier and Type | Field and Description |
|---|---|
protected static AutomatonPackage |
modelPackage
The cached model package.
|
protected AutomatonSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
AutomatonAdapterFactory()
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 |
createAutomatonAdapter()
Creates a new adapter for an object of class '
Automaton'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createEpsilonTransitionAdapter()
Creates a new adapter for an object of class '
Epsilon Transition'. |
org.eclipse.emf.common.notify.Adapter |
createEventTokenAdapter()
Creates a new adapter for an object of class '
Event Token'. |
org.eclipse.emf.common.notify.Adapter |
createFinalStateAdapter()
Creates a new adapter for an object of class '
Final State'. |
org.eclipse.emf.common.notify.Adapter |
createGuardAdapter()
Creates a new adapter for an object of class '
Guard'. |
org.eclipse.emf.common.notify.Adapter |
createHoldsForAdapter()
Creates a new adapter for an object of class '
Holds For'. |
org.eclipse.emf.common.notify.Adapter |
createInitStateAdapter()
Creates a new adapter for an object of class '
Init State'. |
org.eclipse.emf.common.notify.Adapter |
createInternalModelAdapter()
Creates a new adapter for an object of class '
Internal Model'. |
org.eclipse.emf.common.notify.Adapter |
createNegativeTransitionAdapter()
Creates a new adapter for an object of class '
Negative Transition'. |
org.eclipse.emf.common.notify.Adapter |
createParameterAdapter()
Creates a new adapter for an object of class '
Parameter'. |
org.eclipse.emf.common.notify.Adapter |
createParameterBindingAdapter()
Creates a new adapter for an object of class '
Parameter Binding'. |
org.eclipse.emf.common.notify.Adapter |
createParameterTableAdapter()
Creates a new adapter for an object of class '
Parameter Table'. |
org.eclipse.emf.common.notify.Adapter |
createStateAdapter()
Creates a new adapter for an object of class '
State'. |
org.eclipse.emf.common.notify.Adapter |
createTimedZoneAdapter()
Creates a new adapter for an object of class '
Timed Zone'. |
org.eclipse.emf.common.notify.Adapter |
createTransitionAdapter()
Creates a new adapter for an object of class '
Transition'. |
org.eclipse.emf.common.notify.Adapter |
createTrapStateAdapter()
Creates a new adapter for an object of class '
Trap State'. |
org.eclipse.emf.common.notify.Adapter |
createTypedTransitionAdapter()
Creates a new adapter for an object of class '
Typed Transition'. |
org.eclipse.emf.common.notify.Adapter |
createWithinAdapter()
Creates a new adapter for an object of class '
Within'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static AutomatonPackage modelPackage
protected AutomatonSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public AutomatonAdapterFactory()
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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createInternalModelAdapter()
Internal 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.
InternalModelpublic org.eclipse.emf.common.notify.Adapter createAutomatonAdapter()
Automaton'.
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.
Automatonpublic org.eclipse.emf.common.notify.Adapter createEventTokenAdapter()
Event Token'.
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.
EventTokenpublic org.eclipse.emf.common.notify.Adapter createStateAdapter()
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.
Statepublic org.eclipse.emf.common.notify.Adapter createInitStateAdapter()
Init 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.
InitStatepublic org.eclipse.emf.common.notify.Adapter createFinalStateAdapter()
Final 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.
FinalStatepublic org.eclipse.emf.common.notify.Adapter createTrapStateAdapter()
Trap 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.
TrapStatepublic org.eclipse.emf.common.notify.Adapter createTransitionAdapter()
Transition'.
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.
Transitionpublic org.eclipse.emf.common.notify.Adapter createTypedTransitionAdapter()
Typed Transition'.
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.
TypedTransitionpublic org.eclipse.emf.common.notify.Adapter createNegativeTransitionAdapter()
Negative Transition'.
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.
NegativeTransitionpublic org.eclipse.emf.common.notify.Adapter createEpsilonTransitionAdapter()
Epsilon Transition'.
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.
EpsilonTransitionpublic org.eclipse.emf.common.notify.Adapter createGuardAdapter()
Guard'.
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.
Guardpublic org.eclipse.emf.common.notify.Adapter createTimedZoneAdapter()
Timed Zone'.
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.
TimedZonepublic org.eclipse.emf.common.notify.Adapter createWithinAdapter()
Within'.
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.
Withinpublic org.eclipse.emf.common.notify.Adapter createHoldsForAdapter()
Holds For'.
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.
HoldsForpublic org.eclipse.emf.common.notify.Adapter createParameterAdapter()
Parameter'.
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.
Parameterpublic org.eclipse.emf.common.notify.Adapter createParameterTableAdapter()
Parameter Table'.
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.
ParameterTablepublic org.eclipse.emf.common.notify.Adapter createParameterBindingAdapter()
Parameter Binding'.
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.
ParameterBindingpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()