|
||||||||||
| 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.
EventModelpublic 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.
AbstractEventElementpublic 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.
Eventpublic 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.
AbstractEventRelationshippublic 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.
EventRelationshippublic 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.
EventResourcepublic 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.
Statepublic 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.
Transitionpublic 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.
OnEntrypublic 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.
OnExitpublic 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.
EventActionpublic 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.
ReadsStatepublic 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.
ProducesEventpublic 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.
ConsumesEventpublic 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.
NextStatepublic 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.
InitialStatepublic 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.
EventElementpublic 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.
HasStatepublic 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 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 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.
KDMFrameworkpublic 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.
KDMModelpublic 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.
KDMEntitypublic 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.
KDMRelationshippublic 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.
AbstractActionRelationshippublic Adapter createEObjectAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||