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 |
AtomicNode
A representation of the model object 'Atomic Node'.
|
interface |
ComposedNode
A representation of the model object 'Composed Node'.
|
interface |
Join
A representation of the model object 'Join'.
|
interface |
Rep
A representation of the model object 'Rep'.
|
Modifier and Type | Method and Description |
---|---|
Node |
SANModel.getNode()
Returns the value of the 'Node' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Node> |
SANModel.getAllNodes() |
org.eclipse.emf.common.util.EList<Node> |
ComposedNode.getChild()
Returns the value of the 'Child' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
SANModel.setNode(Node value)
Sets the value of the '
Node ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
AtomicNodeImpl
An implementation of the model object 'Atomic Node'.
|
class |
ComposedNodeImpl
An implementation of the model object 'Composed Node'.
|
class |
JoinImpl
An implementation of the model object 'Join'.
|
class |
NodeImpl
An implementation of the model object 'Node'.
|
class |
RepImpl
An implementation of the model object 'Rep'.
|
Modifier and Type | Method and Description |
---|---|
Node |
SANModelImpl.getNode() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Node> |
SANModelImpl.getAllNodes() |
org.eclipse.emf.common.util.EList<Node> |
ComposedNodeImpl.getChild() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SANModelImpl.basicSetNode(Node newNode,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SANModelImpl.setNode(Node newNode) |
Modifier and Type | Method and Description |
---|---|
T |
SANModelSwitch.caseNode(Node object)
Returns the result of interpreting the object as an instance of 'Node'.
|
boolean |
SANModelValidator.validateNode(Node node,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |