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 | Method and Description |
---|---|
Place |
SANModelFactory.createPlace()
Returns a new object of class 'Place'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Place> |
SharedState.getPlace()
Returns the value of the 'Place' reference list.
|
org.eclipse.emf.common.util.EList<Place> |
Gate.getPlace()
Returns the value of the 'Place' containment reference list.
|
org.eclipse.emf.common.util.EList<Place> |
AtomicNode.getPlace()
Returns the value of the 'Place' containment reference list.
|
org.eclipse.emf.common.util.EList<Place> |
Activity.getPlace()
Returns the value of the 'Place' reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
PlaceImpl
An implementation of the model object 'Place'.
|
Modifier and Type | Method and Description |
---|---|
Place |
SANModelFactoryImpl.createPlace() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Place> |
SharedStateImpl.getPlace() |
org.eclipse.emf.common.util.EList<Place> |
GateImpl.getPlace() |
org.eclipse.emf.common.util.EList<Place> |
AtomicNodeImpl.getPlace() |
org.eclipse.emf.common.util.EList<Place> |
ActivityImpl.getPlace() |
Modifier and Type | Method and Description |
---|---|
T |
SANModelSwitch.casePlace(Place object)
Returns the result of interpreting the object as an instance of 'Place'.
|
boolean |
SANModelValidator.validatePlace(Place place,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |