public class BehaviorAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
BehaviorPackage| Constructor and Description |
|---|
BehaviorAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractBehaviorAdapter()
Creates a new adapter for an object of class '
Abstract Behavior'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractEventAdapter()
Creates a new adapter for an object of class '
Abstract Event'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractMessageEventAdapter()
Creates a new adapter for an object of class '
Abstract Message Event'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractNamedElementAdapter()
Creates a new adapter for an object of class '
Abstract Named Element'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractSignalAdapter()
Creates a new adapter for an object of class '
Abstract Signal'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractSignalEventAdapter()
Creates a new adapter for an object of class '
Abstract Signal Event'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractTimeEventAdapter()
Creates a new adapter for an object of class '
Abstract Time Event'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractTypeAdapter()
Creates a new adapter for an object of class '
Abstract Type'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractTypedElementAdapter()
Creates a new adapter for an object of class '
Abstract Typed Element'. |
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 |
createElementAdapter()
Creates a new adapter for an object of class '
Element'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExtensibleElementAdapter()
Creates a new adapter for an object of class '
Extensible Element'. |
org.eclipse.emf.common.notify.Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class '
Model Element'. |
org.eclipse.emf.common.notify.Adapter |
createTimeExpressionAdapter()
Creates a new adapter for an object of class '
Time Expression'. |
org.eclipse.emf.common.notify.Adapter |
createValueSpecificationAdapter()
Creates a new adapter for an object of class '
Value Specification'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public BehaviorAdapterFactory()
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 createAbstractBehaviorAdapter()
Abstract Behavior'.
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.
AbstractBehaviorpublic org.eclipse.emf.common.notify.Adapter createAbstractSignalAdapter()
Abstract Signal'.
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.
AbstractSignalpublic org.eclipse.emf.common.notify.Adapter createAbstractEventAdapter()
Abstract Event'.
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.
AbstractEventpublic org.eclipse.emf.common.notify.Adapter createAbstractTimeEventAdapter()
Abstract Time Event'.
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.
AbstractTimeEventpublic org.eclipse.emf.common.notify.Adapter createAbstractMessageEventAdapter()
Abstract Message Event'.
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.
AbstractMessageEventpublic org.eclipse.emf.common.notify.Adapter createAbstractSignalEventAdapter()
Abstract Signal Event'.
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.
AbstractSignalEventpublic org.eclipse.emf.common.notify.Adapter createTimeExpressionAdapter()
Time 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.
TimeExpressionpublic org.eclipse.emf.common.notify.Adapter createElementAdapter()
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.
Elementpublic org.eclipse.emf.common.notify.Adapter createExtensibleElementAdapter()
Extensible 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.
ExtensibleElementpublic org.eclipse.emf.common.notify.Adapter createModelElementAdapter()
Model 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.
ModelElementpublic org.eclipse.emf.common.notify.Adapter createAbstractNamedElementAdapter()
Abstract 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.
AbstractNamedElementpublic org.eclipse.emf.common.notify.Adapter createAbstractTypeAdapter()
Abstract 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.
AbstractTypepublic org.eclipse.emf.common.notify.Adapter createAbstractTypedElementAdapter()
Abstract Typed 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.
AbstractTypedElementpublic org.eclipse.emf.common.notify.Adapter createValueSpecificationAdapter()
Value Specification'.
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.
ValueSpecificationpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()