|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionModel | |
|---|---|
| edu.stanford.hci.dtools.statechart.model | |
| edu.stanford.hci.dtools.statechart.model.commands | |
| Uses of ConnectionModel in edu.stanford.hci.dtools.statechart.model |
|---|
| Subclasses of ConnectionModel in edu.stanford.hci.dtools.statechart.model | |
|---|---|
class |
ComponentConnectionModel
Model for intra-state component to component functional connections |
class |
StateConnectionModel
Model for state-to-state transitions |
| Methods in edu.stanford.hci.dtools.statechart.model that return types with arguments of type ConnectionModel | |
|---|---|
java.util.List<ConnectionModel> |
StartStateMarkerModel.getSourceConnections()
Return a List of outgoing Connections. |
java.util.List<ConnectionModel> |
ShapeModel.getSourceConnections()
Return a List of outgoing Connections. |
java.util.List<ConnectionModel> |
StartStateMarkerModel.getTargetConnections()
Return a List of incoming Connections. |
java.util.List<ConnectionModel> |
ShapeModel.getTargetConnections()
Return a List of incoming Connections. |
| Uses of ConnectionModel in edu.stanford.hci.dtools.statechart.model.commands |
|---|
| Constructors in edu.stanford.hci.dtools.statechart.model.commands with parameters of type ConnectionModel | |
|---|---|
ConnectionDeleteCommand(ConnectionModel conn)
Create a command that will disconnect a connection from its endpoints. |
|
ConnectionReconnectCommand(ConnectionModel conn)
Instantiate a command that can reconnect a ConnectionModel instance to a different source or target endpoint. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||