Package | Description |
---|---|
org.polarsys.chess.fla.flaxml | |
org.polarsys.chess.fla.flaxml.impl | |
org.polarsys.chess.fla.flaxml.util |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeComponent
A representation of the model object 'Composite Component'.
|
interface |
SimpleComponent
A representation of the model object 'Simple Component'.
|
Modifier and Type | Method and Description |
---|---|
Component |
System.getComponent()
Returns the value of the 'Component' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Component> |
Components.getComponent()
Returns the value of the 'Component' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
System.setComponent(Component value)
Sets the value of the '
Component ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ComponentImpl
An implementation of the model object 'Component'.
|
class |
CompositeComponentImpl
An implementation of the model object 'Composite Component'.
|
class |
SimpleComponentImpl
An implementation of the model object 'Simple Component'.
|
Modifier and Type | Method and Description |
---|---|
Component |
SystemImpl.getComponent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Component> |
ComponentsImpl.getComponent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SystemImpl.basicSetComponent(Component newComponent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SystemImpl.setComponent(Component newComponent) |
Modifier and Type | Method and Description |
---|---|
T |
FlaxmlSwitch.caseComponent(Component object)
Returns the result of interpreting the object as an instance of 'Component'.
|
boolean |
FlaxmlValidator.validateComponent(Component component,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |