class GrafoNodo extends java.lang.Object
private int
value
GrafoNodo(int value)
int
getValue()
void
setValue(int value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private int value
public GrafoNodo(int value)
public int getValue()
public void setValue(int value)