Package | Description |
---|---|
org.polarsys.chess.fla.flamm | |
org.polarsys.chess.fla.flamm.util |
Modifier and Type | Method and Description |
---|---|
Port |
Connection.basicGetFrom() |
Port |
Expression.basicGetPort() |
Port |
Connection.basicGetTo() |
Port |
FlammFactory.createPort() |
Port |
Connection.getFrom()
Returns the value of the 'From' reference.
|
Port |
PortFailureTuple.getPort() |
Port |
Expression.getPort()
Returns the value of the 'Port' reference.
|
Port |
Connection.getTo()
Returns the value of the 'To' reference.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Port> |
Port.getConnectedPorts()
Returns the value of the 'Connected Ports' reference list.
|
java.util.List<Port> |
Component.getInputPorts()
Returns the value of the 'Input Ports' containment reference list.
|
java.util.List<Port> |
Component.getOutputPorts()
Returns the value of the 'Output Ports' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
Connection.basicSetFrom(Port newFrom,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
Connection.basicSetTo(Port newTo,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
CompositeComponent.propagateNewFailures(Port source,
Port target) |
void |
Connection.setFrom(Port newFrom)
Sets the value of the '
From ' reference. |
void |
Expression.setPort(Port newPort)
Sets the value of the '
Port ' reference. |
void |
Connection.setTo(Port newTo)
Sets the value of the '
To ' reference. |
Modifier and Type | Method and Description |
---|---|
T |
FlammSwitch.casePort(Port object)
Returns the result of interpreting the object as an instance of 'Port'.
|