Package | Description |
---|---|
org.polarsys.chess.fla.flaxml | |
org.polarsys.chess.fla.flaxml.impl | |
org.polarsys.chess.fla.flaxml.util |
Modifier and Type | Method and Description |
---|---|
System |
FlaxmlFactory.createSystem()
Returns a new object of class 'System'.
|
System |
DocumentRoot.getSystem()
Returns the value of the 'System' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentRoot.setSystem(System value)
Sets the value of the '
System ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
SystemImpl
An implementation of the model object 'System'.
|
Modifier and Type | Method and Description |
---|---|
System |
FlaxmlFactoryImpl.createSystem() |
System |
DocumentRootImpl.getSystem() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DocumentRootImpl.basicSetSystem(System newSystem,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DocumentRootImpl.setSystem(System newSystem) |
Modifier and Type | Method and Description |
---|---|
T |
FlaxmlSwitch.caseSystem(System object)
Returns the result of interpreting the object as an instance of 'System'.
|
boolean |
FlaxmlValidator.validateSystem(System system,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |