|
jBNC Toolbox | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjbnc.graphs.Vertex
Description of the Class
Field Summary | |
protected int |
index
|
protected java.lang.String |
name
|
Constructor Summary | |
Vertex(java.lang.String name,
int index)
Constructor for the Vertex object |
Method Summary | |
int |
getIndex()
Gets the Index attribute of the Vertex object |
java.lang.String |
getName()
Gets the Name attribute of the Vertex object |
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 java.lang.String name
protected int index
Constructor Detail |
public Vertex(java.lang.String name, int index)
name
- Description of Parameterindex
- Description of ParameterMethod Detail |
public java.lang.String getName()
public int getIndex()
public java.lang.String toString()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |