|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface used by all algorithms to access edge features.
Method Summary | |
VertexI |
getFromVertex()
Returns the vertex adjacent to the 'from' end of the edge. |
int |
getIndex()
The index of the edge in the graph. |
java.lang.Object |
getKey()
Returns the edge key. |
GraphI |
getSubgraph()
Returns the subgraph of the edge. |
VertexI |
getToVertex()
Returns the vertex adjacent to the 'to' end of the edge. |
java.lang.Object |
getValue()
Returns the edge value. |
boolean |
isDirected()
Returns true if the edge is directed. |
Methods inherited from interface drasys.or.graph.ElementI |
getGraph,
isEdge,
isVertex |
Methods inherited from interface drasys.or.graph.EdgeValueI |
getCost,
getDistance,
getTime |
Method Detail |
public int getIndex()
public java.lang.Object getKey()
public java.lang.Object getValue()
public VertexI getToVertex()
public VertexI getFromVertex()
public boolean isDirected()
public GraphI getSubgraph()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |