Package | Description |
---|---|
org.polarsys.chess.mobius.model.SAN | |
org.polarsys.chess.mobius.model.SAN.impl | |
org.polarsys.chess.mobius.model.SAN.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Activity
A representation of the model object 'Activity'.
|
interface |
ActivityPlaceCase
A representation of the model object 'Activity Place Case'.
|
interface |
AtomicNode
A representation of the model object 'Atomic Node'.
|
interface |
ComposedNode
A representation of the model object 'Composed Node'.
|
interface |
Gate
A representation of the model object 'Gate'.
|
interface |
GlobalVariable
A representation of the model object 'Global Variable'.
|
interface |
InputGate
A representation of the model object 'Input Gate'.
|
interface |
InstantaneousActivity
A representation of the model object 'Instantaneous Activity'.
|
interface |
Join
A representation of the model object 'Join'.
|
interface |
NamedElement
A representation of the model object 'Named Element'.
|
interface |
Node
A representation of the model object 'Node'.
|
interface |
OutputGate
A representation of the model object 'Output Gate'.
|
interface |
Place
A representation of the model object 'Place'.
|
interface |
Primitive
A representation of the model object 'Primitive'.
|
interface |
Rep
A representation of the model object 'Rep'.
|
interface |
SANModel
A representation of the model object 'SAN Model'.
|
interface |
SharedState
A representation of the model object 'Shared State'.
|
interface |
TimedActivity
A representation of the model object 'Timed Activity'.
|
Modifier and Type | Method and Description |
---|---|
GraphicalElement |
SANModelFactory.createGraphicalElement()
Returns a new object of class 'Graphical Element'.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivityImpl
An implementation of the model object 'Activity'.
|
class |
ActivityPlaceCaseImpl
An implementation of the model object 'Activity Place Case'.
|
class |
AtomicNodeImpl
An implementation of the model object 'Atomic Node'.
|
class |
ComposedNodeImpl
An implementation of the model object 'Composed Node'.
|
class |
GateImpl
An implementation of the model object 'Gate'.
|
class |
GlobalVariableImpl
An implementation of the model object 'Global Variable'.
|
class |
GraphicalElementImpl
An implementation of the model object 'Graphical Element'.
|
class |
InputGateImpl
An implementation of the model object 'Input Gate'.
|
class |
InstantaneousActivityImpl
An implementation of the model object 'Instantaneous Activity'.
|
class |
JoinImpl
An implementation of the model object 'Join'.
|
class |
NamedElementImpl
An implementation of the model object 'Named Element'.
|
class |
NodeImpl
An implementation of the model object 'Node'.
|
class |
OutputGateImpl
An implementation of the model object 'Output Gate'.
|
class |
PlaceImpl
An implementation of the model object 'Place'.
|
class |
PrimitiveImpl
An implementation of the model object 'Primitive'.
|
class |
RepImpl
An implementation of the model object 'Rep'.
|
class |
SANModelImpl
An implementation of the model object 'SAN Model'.
|
class |
SharedStateImpl
An implementation of the model object 'Shared State'.
|
class |
TimedActivityImpl
An implementation of the model object 'Timed Activity'.
|
Modifier and Type | Method and Description |
---|---|
GraphicalElement |
SANModelFactoryImpl.createGraphicalElement() |
Modifier and Type | Method and Description |
---|---|
T |
SANModelSwitch.caseGraphicalElement(GraphicalElement object)
Returns the result of interpreting the object as an instance of 'Graphical Element'.
|
boolean |
SANModelValidator.validateGraphicalElement(GraphicalElement graphicalElement,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |