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 |
---|---|
AtomicNode |
SANModelFactory.createAtomicNode()
Returns a new object of class 'Atomic Node'.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomicNodeImpl
An implementation of the model object 'Atomic Node'.
|
Modifier and Type | Method and Description |
---|---|
AtomicNode |
SANModelFactoryImpl.createAtomicNode() |
Modifier and Type | Method and Description |
---|---|
T |
SANModelSwitch.caseAtomicNode(AtomicNode object)
Returns the result of interpreting the object as an instance of 'Atomic Node'.
|
boolean |
SANModelValidator.validateAtomicNode(AtomicNode atomicNode,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |