|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.quilt.graph.Connector | +--org.quilt.graph.UnaryConnector
A Connector holding a single edge.
Constructor Summary | |
UnaryConnector(Edge e)
|
Method Summary | |
Edge |
getEdge()
Get the edge. |
Vertex |
getTarget()
Get the target of the connection. |
void |
setTarget(Vertex v)
Set the target of the connection. |
int |
size()
Returns total number of edges in the connector. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnaryConnector(Edge e)
Method Detail |
public Edge getEdge()
getEdge
in class Connector
public Vertex getTarget()
getTarget
in class Connector
public void setTarget(Vertex v)
setTarget
in class Connector
public int size()
Connector
size
in class Connector
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |