|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAdapterFactoryImpl
org.eclipse.gmt.modisco.omg.kdm.event.util.EventAdapterFactory
public class EventAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
EventPackage
Constructor Summary | |
---|---|
EventAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
Adapter |
createAbstractActionRelationshipAdapter()
Creates a new adapter for an object of class ' Abstract Action Relationship '. |
Adapter |
createAbstractEventElementAdapter()
Creates a new adapter for an object of class ' Abstract Event Element '. |
Adapter |
createAbstractEventRelationshipAdapter()
Creates a new adapter for an object of class ' Abstract Event Relationship '. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the target . |
Adapter |
createConsumesEventAdapter()
Creates a new adapter for an object of class ' Consumes Event '. |
Adapter |
createElementAdapter()
Creates a new adapter for an object of class ' Element '. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
Adapter |
createEventActionAdapter()
Creates a new adapter for an object of class ' Action '. |
Adapter |
createEventAdapter()
Creates a new adapter for an object of class ' Event '. |
Adapter |
createEventElementAdapter()
Creates a new adapter for an object of class ' Element '. |
Adapter |
createEventModelAdapter()
Creates a new adapter for an object of class ' Model '. |
Adapter |
createEventRelationshipAdapter()
Creates a new adapter for an object of class ' Relationship '. |
Adapter |
createEventResourceAdapter()
Creates a new adapter for an object of class ' Resource '. |
Adapter |
createHasStateAdapter()
Creates a new adapter for an object of class ' Has State '. |
Adapter |
createInitialStateAdapter()
Creates a new adapter for an object of class ' Initial State '. |
Adapter |
createKDMEntityAdapter()
Creates a new adapter for an object of class ' KDM Entity '. |
Adapter |
createKDMFrameworkAdapter()
Creates a new adapter for an object of class ' KDM Framework '. |
Adapter |
createKDMModelAdapter()
Creates a new adapter for an object of class ' KDM Model '. |
Adapter |
createKDMRelationshipAdapter()
Creates a new adapter for an object of class ' KDM Relationship '. |
Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class ' Model Element '. |
Adapter |
createNextStateAdapter()
Creates a new adapter for an object of class ' Next State '. |
Adapter |
createOnEntryAdapter()
Creates a new adapter for an object of class ' On Entry '. |
Adapter |
createOnExitAdapter()
Creates a new adapter for an object of class ' On Exit '. |
Adapter |
createProducesEventAdapter()
Creates a new adapter for an object of class ' Produces Event '. |
Adapter |
createReadsStateAdapter()
Creates a new adapter for an object of class ' Reads State '. |
Adapter |
createStateAdapter()
Creates a new adapter for an object of class ' State '. |
Adapter |
createTransitionAdapter()
Creates a new adapter for an object of class ' Transition '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventAdapterFactory()
Method Detail |
---|
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.
public Adapter createAdapter(Notifier target)
target
.
target
- the object to adapt.
target
.public Adapter createEventModelAdapter()
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.
EventModel
public Adapter createAbstractEventElementAdapter()
Abstract Event 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.
AbstractEventElement
public Adapter createEventAdapter()
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.
Event
public Adapter createAbstractEventRelationshipAdapter()
Abstract Event 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.
AbstractEventRelationship
public Adapter createEventRelationshipAdapter()
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.
EventRelationship
public Adapter createEventResourceAdapter()
Resource
'.
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.
EventResource
public 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.
State
public 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.
Transition
public Adapter createOnEntryAdapter()
On Entry
'.
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.
OnEntry
public Adapter createOnExitAdapter()
On Exit
'.
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.
OnExit
public Adapter createEventActionAdapter()
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.
EventAction
public Adapter createReadsStateAdapter()
Reads 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.
ReadsState
public Adapter createProducesEventAdapter()
Produces 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.
ProducesEvent
public Adapter createConsumesEventAdapter()
Consumes 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.
ConsumesEvent
public Adapter createNextStateAdapter()
Next 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.
NextState
public Adapter createInitialStateAdapter()
Initial 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.
InitialState
public Adapter createEventElementAdapter()
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.
EventElement
public Adapter createHasStateAdapter()
Has 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.
HasState
public 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.
Element
public 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.
ModelElement
public Adapter createKDMFrameworkAdapter()
KDM Framework
'.
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.
KDMFramework
public Adapter createKDMModelAdapter()
KDM 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.
KDMModel
public Adapter createKDMEntityAdapter()
KDM Entity
'.
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.
KDMEntity
public Adapter createKDMRelationshipAdapter()
KDM 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.
KDMRelationship
public Adapter createAbstractActionRelationshipAdapter()
Abstract Action 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.
AbstractActionRelationship
public Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |