|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDireccion
public class Direccion
Clase encargada de la administración de las direcciones.
Method Summary | |
---|---|
java.lang.String |
getDireccion()
Permite obtener el nombre de la dirección |
double |
getDistancia()
Permite obtener la distancia desde un punto a la dirección |
int |
getIndice()
Permite obtener el índice dentro del arreglo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getIndice()
public java.lang.String getDireccion()
public double getDistancia()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |