public class FlammAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
FlammPackage
Constructor and Description |
---|
FlammAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createACIDavoidableAdapter()
Creates a new adapter for an object of class '
ACI Davoidable '. |
org.eclipse.emf.common.notify.Adapter |
createACIDmitigationAdapter()
Creates a new adapter for an object of class '
ACI Dmitigation '. |
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 |
createComponentAdapter()
Creates a new adapter for an object of class '
Component '. |
org.eclipse.emf.common.notify.Adapter |
createCompositeComponentAdapter()
Creates a new adapter for an object of class '
Composite Component '. |
org.eclipse.emf.common.notify.Adapter |
createConnectionAdapter()
Creates a new adapter for an object of class '
Connection '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExpressionAdapter()
Creates a new adapter for an object of class '
Expression '. |
org.eclipse.emf.common.notify.Adapter |
createFailureAdapter()
Creates a new adapter for an object of class '
Failure '. |
org.eclipse.emf.common.notify.Adapter |
createFlaBehaviourAdapter()
Creates a new adapter for an object of class '
Fla Behaviour '. |
org.eclipse.emf.common.notify.Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class '
Named Element '. |
org.eclipse.emf.common.notify.Adapter |
createPortAdapter()
Creates a new adapter for an object of class '
Port '. |
org.eclipse.emf.common.notify.Adapter |
createRuleAdapter()
Creates a new adapter for an object of class '
Rule '. |
org.eclipse.emf.common.notify.Adapter |
createSimpleComponentAdapter()
Creates a new adapter for an object of class '
Simple Component '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public FlammAdapterFactory()
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 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 createFlaBehaviourAdapter()
Fla Behaviour
'.
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.
FlaBehaviour
public org.eclipse.emf.common.notify.Adapter createComponentAdapter()
Component
'.
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.
Component
public org.eclipse.emf.common.notify.Adapter createCompositeComponentAdapter()
Composite Component
'.
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.
CompositeComponent
public org.eclipse.emf.common.notify.Adapter createSimpleComponentAdapter()
Simple Component
'.
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.
SimpleComponent
public org.eclipse.emf.common.notify.Adapter createPortAdapter()
Port
'.
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.
Port
public org.eclipse.emf.common.notify.Adapter createConnectionAdapter()
Connection
'.
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.
Connection
public org.eclipse.emf.common.notify.Adapter createRuleAdapter()
Rule
'.
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.
Rule
public org.eclipse.emf.common.notify.Adapter createExpressionAdapter()
Expression
'.
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.
Expression
public org.eclipse.emf.common.notify.Adapter createFailureAdapter()
Failure
'.
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.
Failure
public org.eclipse.emf.common.notify.Adapter createACIDavoidableAdapter()
ACI Davoidable
'.
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.
ACIDavoidable
public org.eclipse.emf.common.notify.Adapter createACIDmitigationAdapter()
ACI Dmitigation
'.
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.
ACIDmitigation
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()