|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ls.Vertex
This represents a Verice is a graph.
| Constructor Summary | |
Vertex(java.lang.Object o)
Creates a new Vertex. |
|
| Method Summary | |
java.lang.Object |
getVertex()
Returns the vertex. |
void |
print()
Prints out the vertex. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Vertex(java.lang.Object o)
o - the object associated to this vertex| Method Detail |
public java.lang.Object getVertex()
public void print()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||