public class SANModelAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
SANModelPackage
Constructor and Description |
---|
SANModelAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createActivityAdapter()
Creates a new adapter for an object of class '
Activity '. |
org.eclipse.emf.common.notify.Adapter |
createActivityPlaceCaseAdapter()
Creates a new adapter for an object of class '
Activity Place Case '. |
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 |
createAtomicNodeAdapter()
Creates a new adapter for an object of class '
Atomic Node '. |
org.eclipse.emf.common.notify.Adapter |
createComposedNodeAdapter()
Creates a new adapter for an object of class '
Composed Node '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createGateAdapter()
Creates a new adapter for an object of class '
Gate '. |
org.eclipse.emf.common.notify.Adapter |
createGlobalVariableAdapter()
Creates a new adapter for an object of class '
Global Variable '. |
org.eclipse.emf.common.notify.Adapter |
createGraphicalElementAdapter()
Creates a new adapter for an object of class '
Graphical Element '. |
org.eclipse.emf.common.notify.Adapter |
createInputGateAdapter()
Creates a new adapter for an object of class '
Input Gate '. |
org.eclipse.emf.common.notify.Adapter |
createInstantaneousActivityAdapter()
Creates a new adapter for an object of class '
Instantaneous Activity '. |
org.eclipse.emf.common.notify.Adapter |
createJoinAdapter()
Creates a new adapter for an object of class '
Join '. |
org.eclipse.emf.common.notify.Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class '
Named Element '. |
org.eclipse.emf.common.notify.Adapter |
createNodeAdapter()
Creates a new adapter for an object of class '
Node '. |
org.eclipse.emf.common.notify.Adapter |
createOutputGateAdapter()
Creates a new adapter for an object of class '
Output Gate '. |
org.eclipse.emf.common.notify.Adapter |
createPlaceAdapter()
Creates a new adapter for an object of class '
Place '. |
org.eclipse.emf.common.notify.Adapter |
createPrimitiveAdapter()
Creates a new adapter for an object of class '
Primitive '. |
org.eclipse.emf.common.notify.Adapter |
createRepAdapter()
Creates a new adapter for an object of class '
Rep '. |
org.eclipse.emf.common.notify.Adapter |
createSANModelAdapter()
Creates a new adapter for an object of class '
SAN Model '. |
org.eclipse.emf.common.notify.Adapter |
createSharedStateAdapter()
Creates a new adapter for an object of class '
Shared State '. |
org.eclipse.emf.common.notify.Adapter |
createTimedActivityAdapter()
Creates a new adapter for an object of class '
Timed Activity '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public SANModelAdapterFactory()
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 createSANModelAdapter()
SAN 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.
SANModel
public org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
Named Element
'.
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.
NamedElement
public org.eclipse.emf.common.notify.Adapter createNodeAdapter()
Node
'.
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.
Node
public org.eclipse.emf.common.notify.Adapter createComposedNodeAdapter()
Composed Node
'.
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.
ComposedNode
public org.eclipse.emf.common.notify.Adapter createSharedStateAdapter()
Shared 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.
SharedState
public org.eclipse.emf.common.notify.Adapter createJoinAdapter()
Join
'.
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.
Join
public org.eclipse.emf.common.notify.Adapter createRepAdapter()
Rep
'.
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.
Rep
public org.eclipse.emf.common.notify.Adapter createAtomicNodeAdapter()
Atomic Node
'.
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.
AtomicNode
public org.eclipse.emf.common.notify.Adapter createPlaceAdapter()
Place
'.
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.
Place
public org.eclipse.emf.common.notify.Adapter createTimedActivityAdapter()
Timed Activity
'.
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.
TimedActivity
public org.eclipse.emf.common.notify.Adapter createInstantaneousActivityAdapter()
Instantaneous Activity
'.
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.
InstantaneousActivity
public org.eclipse.emf.common.notify.Adapter createInputGateAdapter()
Input Gate
'.
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.
InputGate
public org.eclipse.emf.common.notify.Adapter createOutputGateAdapter()
Output Gate
'.
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.
OutputGate
public org.eclipse.emf.common.notify.Adapter createActivityAdapter()
Activity
'.
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.
Activity
public org.eclipse.emf.common.notify.Adapter createGateAdapter()
Gate
'.
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.
Gate
public org.eclipse.emf.common.notify.Adapter createGlobalVariableAdapter()
Global Variable
'.
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.
GlobalVariable
public org.eclipse.emf.common.notify.Adapter createActivityPlaceCaseAdapter()
Activity Place Case
'.
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.
ActivityPlaceCase
public org.eclipse.emf.common.notify.Adapter createGraphicalElementAdapter()
Graphical Element
'.
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.
GraphicalElement
public org.eclipse.emf.common.notify.Adapter createPrimitiveAdapter()
Primitive
'.
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.
Primitive
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()