|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Connected
A diagram element which has connections that link to other Connected items within the diagram.
| Method Summary | |
|---|---|
void |
addLink(Connection l)
Adds a link to the collection |
Connection |
getConnectionTo(Connected c)
Returns the connection between this object and c. |
Collection<Connection> |
getLinks()
Returns an unmodifiable collection of links |
boolean |
isConnectedDirectlyTo(Connected c)
Means that there exists a connection with this object at one end and c at the other. |
void |
removeLink(Connection l)
Removes a link from the collection |
| Methods inherited from interface org.kite9.diagram.primitives.IdentifiableDiagramElement |
|---|
getID, setID |
| Methods inherited from interface org.kite9.diagram.primitives.DiagramElement |
|---|
getRenderingInformation |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
Collection<Connection> getLinks()
void removeLink(Connection l)
void addLink(Connection l)
boolean isConnectedDirectlyTo(Connected c)
Connection getConnectionTo(Connected c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||