public class ActivityAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
ActivityPackage| Constructor and Description |
|---|
ActivityAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractActionAdapter()
Creates a new adapter for an object of class '
Abstract Action'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractActivityAdapter()
Creates a new adapter for an object of class '
Abstract Activity'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractBehaviorAdapter()
Creates a new adapter for an object of class '
Abstract Behavior'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractInformationFlowAdapter()
Creates a new adapter for an object of class '
Abstract Information Flow'. |
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 |
createAbstractRelationshipAdapter()
Creates a new adapter for an object of class '
Abstract Relationship'. |
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 |
createAcceptEventActionAdapter()
Creates a new adapter for an object of class '
Accept Event Action'. |
org.eclipse.emf.common.notify.Adapter |
createActivityEdgeAdapter()
Creates a new adapter for an object of class '
Edge'. |
org.eclipse.emf.common.notify.Adapter |
createActivityExchangeAdapter()
Creates a new adapter for an object of class '
Exchange'. |
org.eclipse.emf.common.notify.Adapter |
createActivityGroupAdapter()
Creates a new adapter for an object of class '
Group'. |
org.eclipse.emf.common.notify.Adapter |
createActivityNodeAdapter()
Creates a new adapter for an object of class '
Node'. |
org.eclipse.emf.common.notify.Adapter |
createActivityPartitionAdapter()
Creates a new adapter for an object of class '
Partition'. |
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 |
createCallActionAdapter()
Creates a new adapter for an object of class '
Call Action'. |
org.eclipse.emf.common.notify.Adapter |
createCallBehaviorActionAdapter()
Creates a new adapter for an object of class '
Call Behavior Action'. |
org.eclipse.emf.common.notify.Adapter |
createControlFlowAdapter()
Creates a new adapter for an object of class '
Control Flow'. |
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 |
createExceptionHandlerAdapter()
Creates a new adapter for an object of class '
Exception Handler'. |
org.eclipse.emf.common.notify.Adapter |
createExecutableNodeAdapter()
Creates a new adapter for an object of class '
Executable Node'. |
org.eclipse.emf.common.notify.Adapter |
createExtensibleElementAdapter()
Creates a new adapter for an object of class '
Extensible Element'. |
org.eclipse.emf.common.notify.Adapter |
createInputPinAdapter()
Creates a new adapter for an object of class '
Input Pin'. |
org.eclipse.emf.common.notify.Adapter |
createInterruptibleActivityRegionAdapter()
Creates a new adapter for an object of class '
Interruptible Activity Region'. |
org.eclipse.emf.common.notify.Adapter |
createInvocationActionAdapter()
Creates a new adapter for an object of class '
Invocation Action'. |
org.eclipse.emf.common.notify.Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class '
Model Element'. |
org.eclipse.emf.common.notify.Adapter |
createObjectFlowAdapter()
Creates a new adapter for an object of class '
Object Flow'. |
org.eclipse.emf.common.notify.Adapter |
createObjectNodeAdapter()
Creates a new adapter for an object of class '
Object Node'. |
org.eclipse.emf.common.notify.Adapter |
createOutputPinAdapter()
Creates a new adapter for an object of class '
Output Pin'. |
org.eclipse.emf.common.notify.Adapter |
createPinAdapter()
Creates a new adapter for an object of class '
Pin'. |
org.eclipse.emf.common.notify.Adapter |
createSendSignalActionAdapter()
Creates a new adapter for an object of class '
Send Signal Action'. |
org.eclipse.emf.common.notify.Adapter |
createStructuredActivityNodeAdapter()
Creates a new adapter for an object of class '
Structured Activity Node'. |
org.eclipse.emf.common.notify.Adapter |
createTraceableElementAdapter()
Creates a new adapter for an object of class '
Traceable Element'. |
org.eclipse.emf.common.notify.Adapter |
createValuePinAdapter()
Creates a new adapter for an object of class '
Value Pin'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public ActivityAdapterFactory()
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 createAbstractActivityAdapter()
Abstract 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.
AbstractActivitypublic org.eclipse.emf.common.notify.Adapter createExceptionHandlerAdapter()
Exception Handler'.
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.
ExceptionHandlerpublic org.eclipse.emf.common.notify.Adapter createActivityGroupAdapter()
Group'.
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.
ActivityGrouppublic org.eclipse.emf.common.notify.Adapter createInterruptibleActivityRegionAdapter()
Interruptible Activity Region'.
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.
InterruptibleActivityRegionpublic org.eclipse.emf.common.notify.Adapter createActivityEdgeAdapter()
Edge'.
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.
ActivityEdgepublic org.eclipse.emf.common.notify.Adapter createControlFlowAdapter()
Control Flow'.
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.
ControlFlowpublic org.eclipse.emf.common.notify.Adapter createObjectFlowAdapter()
Object Flow'.
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.
ObjectFlowpublic org.eclipse.emf.common.notify.Adapter createActivityPartitionAdapter()
Partition'.
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.
ActivityPartitionpublic org.eclipse.emf.common.notify.Adapter createActivityExchangeAdapter()
Exchange'.
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.
ActivityExchangepublic org.eclipse.emf.common.notify.Adapter createActivityNodeAdapter()
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.
ActivityNodepublic org.eclipse.emf.common.notify.Adapter createExecutableNodeAdapter()
Executable 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.
ExecutableNodepublic org.eclipse.emf.common.notify.Adapter createStructuredActivityNodeAdapter()
Structured Activity 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.
StructuredActivityNodepublic org.eclipse.emf.common.notify.Adapter createAbstractActionAdapter()
Abstract Action'.
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.
AbstractActionpublic org.eclipse.emf.common.notify.Adapter createAcceptEventActionAdapter()
Accept Event Action'.
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.
AcceptEventActionpublic org.eclipse.emf.common.notify.Adapter createInvocationActionAdapter()
Invocation Action'.
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.
InvocationActionpublic org.eclipse.emf.common.notify.Adapter createSendSignalActionAdapter()
Send Signal Action'.
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.
SendSignalActionpublic org.eclipse.emf.common.notify.Adapter createCallActionAdapter()
Call Action'.
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.
CallActionpublic org.eclipse.emf.common.notify.Adapter createCallBehaviorActionAdapter()
Call Behavior Action'.
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.
CallBehaviorActionpublic org.eclipse.emf.common.notify.Adapter createObjectNodeAdapter()
Object 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.
ObjectNodepublic org.eclipse.emf.common.notify.Adapter createPinAdapter()
Pin'.
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.
Pinpublic org.eclipse.emf.common.notify.Adapter createInputPinAdapter()
Input Pin'.
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.
InputPinpublic org.eclipse.emf.common.notify.Adapter createValuePinAdapter()
Value Pin'.
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.
ValuePinpublic org.eclipse.emf.common.notify.Adapter createOutputPinAdapter()
Output Pin'.
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.
OutputPinpublic 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 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 createTraceableElementAdapter()
Traceable 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.
TraceableElementpublic org.eclipse.emf.common.notify.Adapter createAbstractRelationshipAdapter()
Abstract Relationship'.
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.
AbstractRelationshippublic org.eclipse.emf.common.notify.Adapter createAbstractInformationFlowAdapter()
Abstract Information Flow'.
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.
AbstractInformationFlowpublic 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 createEObjectAdapter()