|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.quilt.graph.Connector
Connector holding one or more edges. Used to connect a vertex to the rest of a graph. There is always a preferred edge which is visited first when walking the graph.
Constructor Summary | |
Connector()
|
Method Summary | |
abstract Edge |
getEdge()
Get the outgoing edge. |
abstract Vertex |
getTarget()
Get the target of the preferred edge. |
abstract void |
setTarget(Vertex v)
Set the target of the connector's preferred edge. |
abstract 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 Connector()
Method Detail |
public abstract Edge getEdge()
public abstract Vertex getTarget()
public abstract void setTarget(Vertex v)
public abstract int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |