Package | Description |
---|---|
org.polarsys.chess.fla.flamm | |
org.polarsys.chess.fla.flamm.analysis | |
org.polarsys.chess.fla.flamm.util |
Modifier and Type | Class and Description |
---|---|
class |
CompositeComponent
A representation of the model object 'Composite Component'.
|
class |
SimpleComponent
A representation of the model object 'Simple Component'.
|
Modifier and Type | Method and Description |
---|---|
Component |
Port.basicGetOwner() |
Component |
Port.getOwner()
Returns the value of the 'Owner' reference.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Component> |
CompositeComponent.getComponents()
Returns the value of the 'Components' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Port.setOwner(Component newOwner)
Sets the value of the '
Owner ' reference. |
Constructor and Description |
---|
Port(java.lang.String name,
java.lang.String id,
Component owner) |
Modifier and Type | Method and Description |
---|---|
Component |
FlaSystem.getRootComponent() |
Modifier and Type | Method and Description |
---|---|
static void |
FlaSystem.addUpdatedComponent(Component updatedComponent)
Add an updated component to the list to be analyzed.
|
Constructor and Description |
---|
FlaSystem(Component rootComponent) |
Modifier and Type | Method and Description |
---|---|
Component |
FlammReader.getRootComponent() |
Modifier and Type | Method and Description |
---|---|
T |
FlammSwitch.caseComponent(Component object)
Returns the result of interpreting the object as an instance of 'Component'.
|