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 |
OutputGate
A representation of the model object 'Output Gate'.
|
Modifier and Type | Method and Description |
---|---|
InputGate |
SANModelFactory.createInputGate()
Returns a new object of class 'Input Gate'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<InputGate> |
Place.getInputGate()
Returns the value of the 'Input Gate' reference list.
|
org.eclipse.emf.common.util.EList<InputGate> |
AtomicNode.getInputGate()
Returns the value of the 'Input Gate' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
InputGateImpl
An implementation of the model object 'Input Gate'.
|
class |
OutputGateImpl
An implementation of the model object 'Output Gate'.
|
Modifier and Type | Method and Description |
---|---|
InputGate |
SANModelFactoryImpl.createInputGate() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<InputGate> |
PlaceImpl.getInputGate() |
org.eclipse.emf.common.util.EList<InputGate> |
AtomicNodeImpl.getInputGate() |
Modifier and Type | Method and Description |
---|---|
T |
SANModelSwitch.caseInputGate(InputGate object)
Returns the result of interpreting the object as an instance of 'Input Gate'.
|
boolean |
SANModelValidator.validateInputGate(InputGate inputGate,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |