|
jBNC Toolbox | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjbnc.graphs.Edge
Description of the Class
Field Summary | |
protected Vertex |
in
|
protected Vertex |
out
|
Method Summary | |
Vertex |
getInVertex()
Gets the InVertex attribute of the Edge object |
Vertex |
getOutVertex()
Gets the OutVertex attribute of the Edge object |
void |
invert()
Description of the Method |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Vertex in
protected Vertex out
Method Detail |
public Vertex getInVertex()
public Vertex getOutVertex()
public void invert()
public java.lang.String toString()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |