de.cau.cs.kieler.synccharts.util
Class SyncchartsAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by de.cau.cs.kieler.synccharts.util.SyncchartsAdapterFactory
All Implemented Interfaces:
AdapterFactory
Direct Known Subclasses:
SyncchartsItemProviderAdapterFactory

public class SyncchartsAdapterFactory
extends AdapterFactoryImpl

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

See Also:
SyncchartsPackage
Rating red
Generated:
This code was automatically generated.

Field Summary
static String copyright
           
protected static SyncchartsPackage modelPackage
          The cached model package.
protected  SyncchartsSwitch<Adapter> modelSwitch
          The switch that delegates to the createXXX methods.
 
Constructor Summary
SyncchartsAdapterFactory()
          Creates an instance of the adapter factory.
 
Method Summary
 Adapter createActionAdapter()
          Creates a new adapter for an object of class 'Action'.
 Adapter createAdapter(Notifier target)
          Creates an adapter for the target.
 Adapter createAnnotatableAdapter()
          Creates a new adapter for an object of class 'Annotatable'.
 Adapter createAssignmentAdapter()
          Creates a new adapter for an object of class 'Assignment'.
 Adapter createEffectAdapter()
          Creates a new adapter for an object of class 'Effect'.
 Adapter createEmissionAdapter()
          Creates a new adapter for an object of class 'Emission'.
 Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 Adapter createRegionAdapter()
          Creates a new adapter for an object of class 'Region'.
 Adapter createScopeAdapter()
          Creates a new adapter for an object of class 'Scope'.
 Adapter createStateAdapter()
          Creates a new adapter for an object of class 'State'.
 Adapter createSubstitutionAdapter()
          Creates a new adapter for an object of class 'Substitution'.
 Adapter createTextEffectAdapter()
          Creates a new adapter for an object of class 'Text Effect'.
 Adapter createTextualCodeAdapter()
          Creates a new adapter for an object of class 'Textual Code'.
 Adapter createTransitionAdapter()
          Creates a new adapter for an object of class 'Transition'.
 boolean isFactoryForType(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, associate, createAdapter, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Generated:
This code was automatically generated.

modelPackage

protected static SyncchartsPackage modelPackage
The cached model package.

Generated:
This code was automatically generated.

modelSwitch

protected SyncchartsSwitch<Adapter> modelSwitch
The switch that delegates to the createXXX methods.

Generated:
This code was automatically generated.
Constructor Detail

SyncchartsAdapterFactory

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

Generated:
This code was automatically generated.
Method Detail

isFactoryForType

public boolean isFactoryForType(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 AdapterFactory
Overrides:
isFactoryForType in class AdapterFactoryImpl
Returns:
whether this factory is applicable for the type of the object.
Generated:
This code was automatically generated.

createAdapter

public Adapter createAdapter(Notifier target)
Creates an adapter for the target.

Overrides:
createAdapter in class AdapterFactoryImpl
Parameters:
target - the object to adapt.
Returns:
the adapter for the target.
Generated:
This code was automatically generated.

createActionAdapter

public Adapter createActionAdapter()
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
Action
Generated:
This code was automatically generated.

createAssignmentAdapter

public Adapter createAssignmentAdapter()
Creates a new adapter for an object of class 'Assignment'. 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:
Assignment
Generated:
This code was automatically generated.

createEffectAdapter

public Adapter createEffectAdapter()
Creates a new adapter for an object of class 'Effect'. 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:
Effect
Generated:
This code was automatically generated.

createEmissionAdapter

public Adapter createEmissionAdapter()
Creates a new adapter for an object of class 'Emission'. 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:
Emission
Generated:
This code was automatically generated.

createRegionAdapter

public Adapter createRegionAdapter()
Creates a new adapter for an object of class 'Region'. 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:
Region
Generated:
This code was automatically generated.

createSubstitutionAdapter

public Adapter createSubstitutionAdapter()
Creates a new adapter for an object of class 'Substitution'. 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:
Substitution
Generated:
This code was automatically generated.

createStateAdapter

public Adapter createStateAdapter()
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
State
Generated:
This code was automatically generated.

createTransitionAdapter

public Adapter createTransitionAdapter()
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
Transition
Generated:
This code was automatically generated.

createScopeAdapter

public Adapter createScopeAdapter()
Creates a new adapter for an object of class 'Scope'. 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:
Scope
Generated:
This code was automatically generated.

createTextEffectAdapter

public Adapter createTextEffectAdapter()
Creates a new adapter for an object of class 'Text Effect'. 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:
TextEffect
Generated:
This code was automatically generated.

createAnnotatableAdapter

public Adapter createAnnotatableAdapter()
Creates a new adapter for an object of class 'Annotatable'. 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:
Annotatable
Generated:
This code was automatically generated.

createTextualCodeAdapter

public Adapter createTextualCodeAdapter()
Creates a new adapter for an object of class 'Textual Code'. 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:
TextualCode
Generated:
This code was automatically generated.

createEObjectAdapter

public Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.
Generated:
This code was automatically generated.