public class VeplAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
VeplPackage| Modifier and Type | Field and Description |
|---|---|
protected static VeplPackage |
modelPackage
The cached model package.
|
protected VeplSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
VeplAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractAtomicEventPatternAdapter()
Creates a new adapter for an object of class '
Abstract Atomic Event Pattern'. |
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 |
createAndOperatorAdapter()
Creates a new adapter for an object of class '
And Operator'. |
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 |
createAtomAdapter()
Creates a new adapter for an object of class '
Atom'. |
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 |
createBinaryOperatorAdapter()
Creates a new adapter for an object of class '
Binary Operator'. |
org.eclipse.emf.common.notify.Adapter |
createChainedExpressionAdapter()
Creates a new adapter for an object of class '
Chained Expression'. |
org.eclipse.emf.common.notify.Adapter |
createComplexEventExpressionAdapter()
Creates a new adapter for an object of class '
Complex Event Expression'. |
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 |
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 |
createFollowsOperatorAdapter()
Creates a new adapter for an object of class '
Follows Operator'. |
org.eclipse.emf.common.notify.Adapter |
createGenericImportAdapter()
Creates a new adapter for an object of class '
Generic Import'. |
org.eclipse.emf.common.notify.Adapter |
createImportAdapter()
Creates a new adapter for an object of class '
Import'. |
org.eclipse.emf.common.notify.Adapter |
createInfiniteAdapter()
Creates a new adapter for an object of class '
Infinite'. |
org.eclipse.emf.common.notify.Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class '
Model Element'. |
org.eclipse.emf.common.notify.Adapter |
createMultiplicityAdapter()
Creates a new adapter for an object of class '
Multiplicity'. |
org.eclipse.emf.common.notify.Adapter |
createNegOperatorAdapter()
Creates a new adapter for an object of class '
Neg Operator'. |
org.eclipse.emf.common.notify.Adapter |
createOrOperatorAdapter()
Creates a new adapter for an object of class '
Or Operator'. |
org.eclipse.emf.common.notify.Adapter |
createParameterizedPatternCallAdapter()
Creates a new adapter for an object of class '
Parameterized Pattern Call'. |
org.eclipse.emf.common.notify.Adapter |
createParametrizedQueryReferenceAdapter()
Creates a new adapter for an object of class '
Parametrized Query Reference'. |
org.eclipse.emf.common.notify.Adapter |
createPatternCallParameterAdapter()
Creates a new adapter for an object of class '
Pattern Call Parameter'. |
org.eclipse.emf.common.notify.Adapter |
createPatternCallParameterListAdapter()
Creates a new adapter for an object of class '
Pattern Call Parameter List'. |
org.eclipse.emf.common.notify.Adapter |
createQueryImportAdapter()
Creates a new adapter for an object of class '
Query Import'. |
org.eclipse.emf.common.notify.Adapter |
createQueryResultChangeEventPatternAdapter()
Creates a new adapter for an object of class '
Query Result Change Event Pattern'. |
org.eclipse.emf.common.notify.Adapter |
createRuleAdapter()
Creates a new adapter for an object of class '
Rule'. |
org.eclipse.emf.common.notify.Adapter |
createTimewindowAdapter()
Creates a new adapter for an object of class '
Timewindow'. |
org.eclipse.emf.common.notify.Adapter |
createTraitAdapter()
Creates a new adapter for an object of class '
Trait'. |
org.eclipse.emf.common.notify.Adapter |
createTraitListAdapter()
Creates a new adapter for an object of class '
Trait List'. |
org.eclipse.emf.common.notify.Adapter |
createTraitTypedParameterListAdapter()
Creates a new adapter for an object of class '
Trait Typed Parameter List'. |
org.eclipse.emf.common.notify.Adapter |
createTypedParameterAdapter()
Creates a new adapter for an object of class '
Typed Parameter'. |
org.eclipse.emf.common.notify.Adapter |
createTypedParameterListAdapter()
Creates a new adapter for an object of class '
Typed Parameter List'. |
org.eclipse.emf.common.notify.Adapter |
createTypedParameterWithDefaultValueAdapter()
Creates a new adapter for an object of class '
Typed Parameter With Default Value'. |
org.eclipse.emf.common.notify.Adapter |
createUnaryOperatorAdapter()
Creates a new adapter for an object of class '
Unary Operator'. |
org.eclipse.emf.common.notify.Adapter |
createUntilOperatorAdapter()
Creates a new adapter for an object of class '
Until Operator'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static VeplPackage modelPackage
protected VeplSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public VeplAdapterFactory()
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 createImportAdapter()
Import'.
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.
Importpublic org.eclipse.emf.common.notify.Adapter createGenericImportAdapter()
Generic Import'.
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.
GenericImportpublic org.eclipse.emf.common.notify.Adapter createQueryImportAdapter()
Query Import'.
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.
QueryImportpublic 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 createTraitAdapter()
Trait'.
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.
Traitpublic 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 createAbstractAtomicEventPatternAdapter()
Abstract 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.
AbstractAtomicEventPatternpublic 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 createQueryResultChangeEventPatternAdapter()
Query Result Change 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.
QueryResultChangeEventPatternpublic 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 createRuleAdapter()
Rule'.
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.
Rulepublic org.eclipse.emf.common.notify.Adapter createTraitListAdapter()
Trait List'.
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.
TraitListpublic org.eclipse.emf.common.notify.Adapter createTypedParameterListAdapter()
Typed Parameter List'.
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.
TypedParameterListpublic org.eclipse.emf.common.notify.Adapter createTypedParameterAdapter()
Typed Parameter'.
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.
TypedParameterpublic org.eclipse.emf.common.notify.Adapter createTypedParameterWithDefaultValueAdapter()
Typed Parameter With Default Value'.
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.
TypedParameterWithDefaultValuepublic org.eclipse.emf.common.notify.Adapter createTraitTypedParameterListAdapter()
Trait Typed Parameter List'.
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.
TraitTypedParameterListpublic org.eclipse.emf.common.notify.Adapter createParametrizedQueryReferenceAdapter()
Parametrized Query 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.
ParametrizedQueryReferencepublic org.eclipse.emf.common.notify.Adapter createComplexEventExpressionAdapter()
Complex Event 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.
ComplexEventExpressionpublic org.eclipse.emf.common.notify.Adapter createChainedExpressionAdapter()
Chained 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.
ChainedExpressionpublic org.eclipse.emf.common.notify.Adapter createAtomAdapter()
Atom'.
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.
Atompublic 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 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 createParameterizedPatternCallAdapter()
Parameterized Pattern Call'.
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.
ParameterizedPatternCallpublic org.eclipse.emf.common.notify.Adapter createPatternCallParameterListAdapter()
Pattern Call Parameter List'.
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.
PatternCallParameterListpublic org.eclipse.emf.common.notify.Adapter createPatternCallParameterAdapter()
Pattern Call Parameter'.
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.
PatternCallParameterpublic 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 createBinaryOperatorAdapter()
Binary 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.
BinaryOperatorpublic org.eclipse.emf.common.notify.Adapter createUnaryOperatorAdapter()
Unary 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.
UnaryOperatorpublic org.eclipse.emf.common.notify.Adapter createFollowsOperatorAdapter()
Follows 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.
FollowsOperatorpublic org.eclipse.emf.common.notify.Adapter createOrOperatorAdapter()
Or 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.
OrOperatorpublic org.eclipse.emf.common.notify.Adapter createAndOperatorAdapter()
And 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.
AndOperatorpublic org.eclipse.emf.common.notify.Adapter createUntilOperatorAdapter()
Until 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.
UntilOperatorpublic org.eclipse.emf.common.notify.Adapter createNegOperatorAdapter()
Neg 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.
NegOperatorpublic 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()