Skip navigation links
A B C D E G I J N O P R S T V 

C

caseActivity(Activity) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Activity'.
caseActivityPlaceCase(ActivityPlaceCase) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Activity Place Case'.
caseAtomicNode(AtomicNode) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Atomic Node'.
caseComposedNode(ComposedNode) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Composed Node'.
caseGate(Gate) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Gate'.
caseGlobalVariable(GlobalVariable) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Global Variable'.
caseGraphicalElement(GraphicalElement) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Graphical Element'.
caseInputGate(InputGate) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Input Gate'.
caseInstantaneousActivity(InstantaneousActivity) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Instantaneous Activity'.
caseJoin(Join) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Join'.
caseNamedElement(NamedElement) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Named Element'.
caseNode(Node) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Node'.
caseOutputGate(OutputGate) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Output Gate'.
casePlace(Place) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Place'.
casePrimitive(Primitive) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Primitive'.
caseRep(Rep) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Rep'.
caseSANModel(SANModel) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'SAN Model'.
caseSharedState(SharedState) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Shared State'.
caseTimedActivity(TimedActivity) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelSwitch
Returns the result of interpreting the object as an instance of 'Timed Activity'.
COMPOSED_NODE - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage
The meta object id for the 'Composed Node' class.
COMPOSED_NODE - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage.Literals
The meta object literal for the 'Composed Node' class.
COMPOSED_NODE___VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage
The operation id for the 'Validate' operation.
COMPOSED_NODE__CHILD - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage
The feature id for the 'Child' containment reference list.
COMPOSED_NODE__CHILD - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage.Literals
The meta object literal for the 'Child' containment reference list feature.
COMPOSED_NODE__GLOBAL_VARIABLE - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage
The feature id for the 'Global Variable' containment reference list.
COMPOSED_NODE__NAME - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage
The feature id for the 'Name' attribute.
COMPOSED_NODE__STATE_VARIABLES - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage
The feature id for the 'State Variables' containment reference list.
COMPOSED_NODE__STATE_VARIABLES - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage.Literals
The meta object literal for the 'State Variables' containment reference list feature.
COMPOSED_NODE__X - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage
The feature id for the 'X' attribute.
COMPOSED_NODE__Y - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage
The feature id for the 'Y' attribute.
COMPOSED_NODE_FEATURE_COUNT - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage
The number of structural features of the 'Composed Node' class.
COMPOSED_NODE_OPERATION_COUNT - Static variable in interface org.polarsys.chess.mobius.model.SAN.SANModelPackage
The number of operations of the 'Composed Node' class.
ComposedNode - Interface in org.polarsys.chess.mobius.model.SAN
A representation of the model object 'Composed Node'.
ComposedNodeImpl - Class in org.polarsys.chess.mobius.model.SAN.impl
An implementation of the model object 'Composed Node'.
create(EClass) - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createActivityAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Activity'.
createActivityPlaceCase() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createActivityPlaceCase() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Activity Place Case'.
createActivityPlaceCaseAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Activity Place Case'.
createAdapter(Notifier) - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates an adapter for the target.
createAtomicNode() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createAtomicNode() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Atomic Node'.
createAtomicNodeAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Atomic Node'.
createComposedNodeAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Composed Node'.
createEObjectAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for the default case.
createGateAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Gate'.
createGlobalVariable() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createGlobalVariable() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Global Variable'.
createGlobalVariableAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Global Variable'.
createGraphicalElement() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createGraphicalElement() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Graphical Element'.
createGraphicalElementAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Graphical Element'.
createInputGate() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createInputGate() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Input Gate'.
createInputGateAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Input Gate'.
createInstantaneousActivity() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createInstantaneousActivity() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Instantaneous Activity'.
createInstantaneousActivityAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Instantaneous Activity'.
createJoin() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createJoin() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Join'.
createJoinAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Join'.
createNamedElementAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Named Element'.
createNodeAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Node'.
createOutputGate() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createOutputGate() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Output Gate'.
createOutputGateAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Output Gate'.
createPackageContents() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelPackageImpl
Creates the meta-model objects for the package.
createPlace() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createPlace() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Place'.
createPlaceAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Place'.
createPrimitiveAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Primitive'.
createRep() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createRep() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Rep'.
createRepAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Rep'.
createSANModel() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createSANModel() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'SAN Model'.
createSANModelAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'SAN Model'.
createSharedState() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createSharedState() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Shared State'.
createSharedStateAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Shared State'.
createTimedActivity() - Method in class org.polarsys.chess.mobius.model.SAN.impl.SANModelFactoryImpl
 
createTimedActivity() - Method in interface org.polarsys.chess.mobius.model.SAN.SANModelFactory
Returns a new object of class 'Timed Activity'.
createTimedActivityAdapter() - Method in class org.polarsys.chess.mobius.model.SAN.util.SANModelAdapterFactory
Creates a new adapter for an object of class 'Timed Activity'.
A B C D E G I J N O P R S T V 
Skip navigation links