public class EventsAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
EventsPackage| Modifier and Type | Field and Description |
|---|---|
protected static EventsPackage |
modelPackage
The cached model package.
|
protected EventsSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
EventsAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractMultiplicityAdapter()
Creates a new adapter for an object of class '
Abstract Multiplicity'. |
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 |
createANDAdapter()
Creates a new adapter for an object of class '
AND'. |
org.eclipse.emf.common.notify.Adapter |
createAtLeastOneAdapter()
Creates a new adapter for an object of class '
At Least One'. |
org.eclipse.emf.common.notify.Adapter |
createAtomicEventPatternAdapter()
Creates a new adapter for an object of class '
Atomic Event Pattern'. |
org.eclipse.emf.common.notify.Adapter |
createComplexEventOperatorAdapter()
Creates a new adapter for an object of class '
Complex Event Operator'. |
org.eclipse.emf.common.notify.Adapter |
createComplexEventPatternAdapter()
Creates a new adapter for an object of class '
Complex Event Pattern'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createEventAdapter()
Creates a new adapter for an object of class '
Event'. |
org.eclipse.emf.common.notify.Adapter |
createEventModelAdapter()
Creates a new adapter for an object of class '
Event Model'. |
org.eclipse.emf.common.notify.Adapter |
createEventPatternAdapter()
Creates a new adapter for an object of class '
Event Pattern'. |
org.eclipse.emf.common.notify.Adapter |
createEventPatternReferenceAdapter()
Creates a new adapter for an object of class '
Event Pattern Reference'. |
org.eclipse.emf.common.notify.Adapter |
createEventSourceAdapter()
Creates a new adapter for an object of class '
Event Source'. |
org.eclipse.emf.common.notify.Adapter |
createFOLLOWSAdapter()
Creates a new adapter for an object of class '
FOLLOWS'. |
org.eclipse.emf.common.notify.Adapter |
createInfiniteAdapter()
Creates a new adapter for an object of class '
Infinite'. |
org.eclipse.emf.common.notify.Adapter |
createMultiplicityAdapter()
Creates a new adapter for an object of class '
Multiplicity'. |
org.eclipse.emf.common.notify.Adapter |
createNEGAdapter()
Creates a new adapter for an object of class '
NEG'. |
org.eclipse.emf.common.notify.Adapter |
createORAdapter()
Creates a new adapter for an object of class '
OR'. |
org.eclipse.emf.common.notify.Adapter |
createTimewindowAdapter()
Creates a new adapter for an object of class '
Timewindow'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static EventsPackage modelPackage
protected EventsSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public EventsAdapterFactory()
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 createEventModelAdapter()
Event 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 org.eclipse.emf.common.notify.Adapter createEventPatternAdapter()
Event Pattern'.
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.
EventPatternpublic org.eclipse.emf.common.notify.Adapter createAtomicEventPatternAdapter()
Atomic Event Pattern'.
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.
AtomicEventPatternpublic org.eclipse.emf.common.notify.Adapter createComplexEventPatternAdapter()
Complex Event Pattern'.
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.
ComplexEventPatternpublic org.eclipse.emf.common.notify.Adapter createEventPatternReferenceAdapter()
Event Pattern Reference'.
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.
EventPatternReferencepublic org.eclipse.emf.common.notify.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 org.eclipse.emf.common.notify.Adapter createEventSourceAdapter()
Event Source'.
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.
EventSourcepublic org.eclipse.emf.common.notify.Adapter createComplexEventOperatorAdapter()
Complex Event Operator'.
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.
ComplexEventOperatorpublic org.eclipse.emf.common.notify.Adapter createORAdapter()
OR'.
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.
ORpublic org.eclipse.emf.common.notify.Adapter createNEGAdapter()
NEG'.
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.
NEGpublic org.eclipse.emf.common.notify.Adapter createFOLLOWSAdapter()
FOLLOWS'.
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.
FOLLOWSpublic org.eclipse.emf.common.notify.Adapter createANDAdapter()
AND'.
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.
ANDpublic org.eclipse.emf.common.notify.Adapter createTimewindowAdapter()
Timewindow'.
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.
Timewindowpublic org.eclipse.emf.common.notify.Adapter createAbstractMultiplicityAdapter()
Abstract Multiplicity'.
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.
AbstractMultiplicitypublic org.eclipse.emf.common.notify.Adapter createMultiplicityAdapter()
Multiplicity'.
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.
Multiplicitypublic org.eclipse.emf.common.notify.Adapter createInfiniteAdapter()
Infinite'.
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.
Infinitepublic org.eclipse.emf.common.notify.Adapter createAtLeastOneAdapter()
At Least One'.
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.
AtLeastOnepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()