class GrafoNodo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
value |
Constructor and Description |
---|
GrafoNodo(int value) |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
void |
setValue(int value) |