Package | Description |
---|---|
org.polarsys.chess.fla.flamm | |
org.polarsys.chess.fla.flamm.util |
Modifier and Type | Method and Description |
---|---|
Connection |
Port.basicGetIncomingConnections() |
Connection |
Port.basicGetOutgoingConnections() |
Connection |
FlammFactory.createConnection() |
Connection |
Port.getIncomingConnections()
Returns the value of the 'Incoming Connections' reference.
|
Connection |
Port.getOutgoingConnections()
Returns the value of the 'Outgoing Connections' reference.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Connection> |
CompositeComponent.getConnections()
Returns the value of the 'Connections' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
Port.basicSetIncomingConnections(Connection newIncomingConnections,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
Port.basicSetOutgoingConnections(Connection newOutgoingConnections,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
Port.setIncomingConnections(Connection newIncomingConnections)
Sets the value of the '
Incoming Connections ' reference. |
void |
Port.setOutgoingConnections(Connection newOutgoingConnections)
Sets the value of the '
Outgoing Connections ' reference. |
Modifier and Type | Method and Description |
---|---|
T |
FlammSwitch.caseConnection(Connection object)
Returns the result of interpreting the object as an instance of 'Connection'.
|