org.eclipse.gmt.umlx.eqvtc.cst.util
Class EqvtcCSTAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.eclipse.gmt.umlx.eqvtc.cst.util.EqvtcCSTAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class EqvtcCSTAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
EqvtcCSTPackage

Constructor Summary
EqvtcCSTAdapterFactory()
          Creates an instance of the adapter factory.
 
Method Summary
 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 createAreaCSAdapter()
          Creates a new adapter for an object of class 'Area CS'.
 org.eclipse.emf.common.notify.Adapter createAssignmentCSAdapter()
          Creates a new adapter for an object of class 'Assignment CS'.
 org.eclipse.emf.common.notify.Adapter createBottomPatternCSAdapter()
          Creates a new adapter for an object of class 'Bottom Pattern CS'.
 org.eclipse.emf.common.notify.Adapter createCSTNodeAdapter()
          Creates a new adapter for an object of class 'Node'.
 org.eclipse.emf.common.notify.Adapter createDirectionCSAdapter()
          Creates a new adapter for an object of class 'Direction CS'.
 org.eclipse.emf.common.notify.Adapter createDomainCSAdapter()
          Creates a new adapter for an object of class 'Domain CS'.
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 org.eclipse.emf.common.notify.Adapter createGuardPatternCSAdapter()
          Creates a new adapter for an object of class 'Guard Pattern CS'.
 org.eclipse.emf.common.notify.Adapter createIdentifiedCSTNodeAdapter()
          Creates a new adapter for an object of class 'Identified CST Node'.
 org.eclipse.emf.common.notify.Adapter createIdentifierCSAdapter()
          Creates a new adapter for an object of class 'Identifier CS'.
 org.eclipse.emf.common.notify.Adapter createMappingCSAdapter()
          Creates a new adapter for an object of class 'Mapping CS'.
 org.eclipse.emf.common.notify.Adapter createOCLExpressionCSAdapter()
          Creates a new adapter for an object of class 'OCL Expression CS'.
 org.eclipse.emf.common.notify.Adapter createPatternCSAdapter()
          Creates a new adapter for an object of class 'Pattern CS'.
 org.eclipse.emf.common.notify.Adapter createRealizeableVariableCSAdapter()
          Creates a new adapter for an object of class 'Realizeable Variable CS'.
 org.eclipse.emf.common.notify.Adapter createRealizedVariableCSAdapter()
          Creates a new adapter for an object of class 'Realized Variable CS'.
 org.eclipse.emf.common.notify.Adapter createTopLevelCSAdapter()
          Creates a new adapter for an object of class 'Top Level CS'.
 org.eclipse.emf.common.notify.Adapter createTransformationCSAdapter()
          Creates a new adapter for an object of class 'Transformation CS'.
 org.eclipse.emf.common.notify.Adapter createUnrealizedVariableCSAdapter()
          Creates a new adapter for an object of class 'Unrealized Variable CS'.
 boolean isFactoryForType(java.lang.Object object)
          Returns whether this factory is applicable for the type of the object.
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EqvtcCSTAdapterFactory

public EqvtcCSTAdapterFactory()
Creates an instance of the adapter factory.

Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Specified by:
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
Overrides:
isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns:
whether this factory is applicable for the type of the object.

createAdapter

public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the target.

Overrides:
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Parameters:
target - the object to adapt.
Returns:
the adapter for the target.

createAreaCSAdapter

public org.eclipse.emf.common.notify.Adapter createAreaCSAdapter()
Creates a new adapter for an object of class 'Area CS'. 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.

Returns:
the new adapter.
See Also:
AreaCS

createAssignmentCSAdapter

public org.eclipse.emf.common.notify.Adapter createAssignmentCSAdapter()
Creates a new adapter for an object of class 'Assignment CS'. 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.

Returns:
the new adapter.
See Also:
AssignmentCS

createBottomPatternCSAdapter

public org.eclipse.emf.common.notify.Adapter createBottomPatternCSAdapter()
Creates a new adapter for an object of class 'Bottom Pattern CS'. 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.

Returns:
the new adapter.
See Also:
BottomPatternCS

createDirectionCSAdapter

public org.eclipse.emf.common.notify.Adapter createDirectionCSAdapter()
Creates a new adapter for an object of class 'Direction CS'. 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.

Returns:
the new adapter.
See Also:
DirectionCS

createIdentifierCSAdapter

public org.eclipse.emf.common.notify.Adapter createIdentifierCSAdapter()
Creates a new adapter for an object of class 'Identifier CS'. 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.

Returns:
the new adapter.
See Also:
IdentifierCS

createMappingCSAdapter

public org.eclipse.emf.common.notify.Adapter createMappingCSAdapter()
Creates a new adapter for an object of class 'Mapping CS'. 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.

Returns:
the new adapter.
See Also:
MappingCS

createPatternCSAdapter

public org.eclipse.emf.common.notify.Adapter createPatternCSAdapter()
Creates a new adapter for an object of class 'Pattern CS'. 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.

Returns:
the new adapter.
See Also:
PatternCS

createRealizeableVariableCSAdapter

public org.eclipse.emf.common.notify.Adapter createRealizeableVariableCSAdapter()
Creates a new adapter for an object of class 'Realizeable Variable CS'. 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.

Returns:
the new adapter.
See Also:
RealizeableVariableCS

createTopLevelCSAdapter

public org.eclipse.emf.common.notify.Adapter createTopLevelCSAdapter()
Creates a new adapter for an object of class 'Top Level CS'. 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.

Returns:
the new adapter.
See Also:
TopLevelCS

createTransformationCSAdapter

public org.eclipse.emf.common.notify.Adapter createTransformationCSAdapter()
Creates a new adapter for an object of class 'Transformation CS'. 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.

Returns:
the new adapter.
See Also:
TransformationCS

createUnrealizedVariableCSAdapter

public org.eclipse.emf.common.notify.Adapter createUnrealizedVariableCSAdapter()
Creates a new adapter for an object of class 'Unrealized Variable CS'. 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.

Returns:
the new adapter.
See Also:
UnrealizedVariableCS

createDomainCSAdapter

public org.eclipse.emf.common.notify.Adapter createDomainCSAdapter()
Creates a new adapter for an object of class 'Domain CS'. 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.

Returns:
the new adapter.
See Also:
DomainCS

createGuardPatternCSAdapter

public org.eclipse.emf.common.notify.Adapter createGuardPatternCSAdapter()
Creates a new adapter for an object of class 'Guard Pattern CS'. 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.

Returns:
the new adapter.
See Also:
GuardPatternCS

createIdentifiedCSTNodeAdapter

public org.eclipse.emf.common.notify.Adapter createIdentifiedCSTNodeAdapter()
Creates a new adapter for an object of class 'Identified CST 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.

Returns:
the new adapter.
See Also:
IdentifiedCSTNode

createRealizedVariableCSAdapter

public org.eclipse.emf.common.notify.Adapter createRealizedVariableCSAdapter()
Creates a new adapter for an object of class 'Realized Variable CS'. 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.

Returns:
the new adapter.
See Also:
RealizedVariableCS

createCSTNodeAdapter

public org.eclipse.emf.common.notify.Adapter createCSTNodeAdapter()
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
CSTNode

createOCLExpressionCSAdapter

public org.eclipse.emf.common.notify.Adapter createOCLExpressionCSAdapter()
Creates a new adapter for an object of class 'OCL Expression CS'. 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.

Returns:
the new adapter.
See Also:
OCLExpressionCS

createEObjectAdapter

public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.