|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
pl.edu.agh.cast.backward.command | Provides commands for operating on diagrams. |
pl.edu.agh.cast.model.visual.backward | Provides classes for visual presentation of data. |
Uses of Connection in pl.edu.agh.cast.backward.command |
---|
Methods in pl.edu.agh.cast.backward.command with parameters of type Connection | |
---|---|
void |
DeleteModelElementsCommand.add(Connection connection)
Adds Connection to remove. |
Uses of Connection in pl.edu.agh.cast.model.visual.backward |
---|
Fields in pl.edu.agh.cast.model.visual.backward with type parameters of type Connection | |
---|---|
protected Map<Connection,ConnectionGroup> |
VisualModelCachingFactory.connectionToConnectionGroup
Maps Connection to ConnectionGroup . |
protected Map<Connection,IRelation> |
VisualModelCachingFactory.connectionToRelation
Maps Connection to IRelation . |
protected Map<IRelation,Connection> |
VisualModelCachingFactory.relationToConnection
Maps IRelation to Connection . |
Methods in pl.edu.agh.cast.model.visual.backward that return Connection | |
---|---|
Connection |
Diagram.addConnection(Connection c)
Adds a Connection to the diagram. |
Connection |
IDiagram.addConnection(Connection c)
Adds a Connection to the diagram. |
Connection |
VisualModelCachingFactory.copyConnection(Connection conn)
Creates a copy of given Connection . |
Connection |
VisualModelCachingFactory.createConnection(IRelation relation)
Returns a connection corresponding to the given relation, creating it if necessary. |
Connection |
VisualModelCachingFactory.createConnection(IRelation relation,
Set<String> currentDS)
Returns a connection corresponding to the given relation, creating it if necessary. |
Connection |
Diagram.findConnection(String sourceNodeId,
String targetNodeId,
Date date)
Returns the Connection matching given criteria. |
Connection |
VisualModelCachingFactory.findConnection(String sourceNodeId,
String targetNodeId,
Date date)
Returns Connection based on given node id's and date. |
Connection |
IDiagram.findConnection(String sourceNodeId,
String targetNodeId,
Date date)
Returns the Connection matching given criteria. |
Methods in pl.edu.agh.cast.model.visual.backward that return types with arguments of type Connection | |
---|---|
List<Connection> |
ConnectionGroup.getAllConnections()
Returns the list of all Connection s in this group. |
Collection<Connection> |
Diagram.getConnections()
Returns a collection of Connection s. |
Collection<Connection> |
VisualModelCachingFactory.getConnections()
|
Collection<Connection> |
IDiagram.getConnections()
Returns a collection of Connection s. |
List<Connection> |
ConnectionGroup.getLeftConnections()
Deprecated. Use ConnectionGroup.getSourceConnectionsFor(Node) |
List<Connection> |
ConnectionGroup.getRightConnections()
Deprecated. Use ConnectionGroup.getTargetConnectionsFor(Node) |
List<Connection> |
ConnectionGroup.getSourceConnectionsFor(Node node)
Returns a list of source Connection s for node . |
List<Connection> |
ConnectionGroup.getTargetConnectionsFor(Node node)
Returns a list of target Connection s for node . |
Methods in pl.edu.agh.cast.model.visual.backward with parameters of type Connection | |
---|---|
void |
ConnectionGroup.addConnection(Connection connection)
Adds new Connection to this group. |
Connection |
Diagram.addConnection(Connection c)
Adds a Connection to the diagram. |
Connection |
IDiagram.addConnection(Connection c)
Adds a Connection to the diagram. |
void |
ConnectionGroup.addLeftConnection(Connection connection)
Adds a new Connection originating from left node. |
void |
ConnectionGroup.addRightConnection(Connection connection)
Adds a new Connection originating from right node. |
Connection |
VisualModelCachingFactory.copyConnection(Connection conn)
Creates a copy of given Connection . |
ConnectionGroup |
VisualModelCachingFactory.copyConnectionGroup(ConnectionGroup cg,
Connection conn)
Creates a copy of given ConnectionGroup containing specified Connection . |
void |
Connection.copyTo(Connection that)
Copies all fields of this Connection instance to that instance. |
ConnectionGroup |
VisualModelCachingFactory.createConnectionGroup(Connection connection)
Returns a connection group corresponding to the given connection, creating it if necessary. |
IRelation |
Diagram.findRelation(Connection conn)
Finds IRelation for given connection. |
IRelation |
VisualModelCachingFactory.findRelation(Connection conn)
Find relation which was used to create given connection. |
IRelation |
IDiagram.findRelation(Connection connection)
Finds IRelation for given connection. |
void |
ConnectionGroup.removeConnection(Connection connection)
Removes Connection to this group. |
void |
Diagram.removeConnection(Connection connection)
Removes a Connection from the model. |
void |
VisualModelCachingFactory.removeConnection(Connection c)
Removes given Connection from cache. |
void |
IDiagram.removeConnection(Connection connection)
Removes a Connection from the model. |
void |
ConnectionGroup.removeLeftConnection(Connection connection)
Removes a Connection originating from left node. |
void |
ConnectionGroup.removeRightConnection(Connection connection)
Removes a Connection originating from right node. |
boolean |
VisualModelCachingFactory.wasCreatedHere(Connection connection)
Checks whether given Connection was created by this factory. |
Method parameters in pl.edu.agh.cast.model.visual.backward with type arguments of type Connection | |
---|---|
void |
Diagram.addConnections(Collection<Connection> connections)
Adds multiple Connection s. |
void |
IDiagram.addConnections(Collection<Connection> connections)
Adds multiple Connection s. |
void |
VisualModelCachingFactory.initAfterDeserialization(Set<Connection> connections)
Initializes all fields after custom de-serialization. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |