|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgrafos.Aresta
public class Aresta
Constructor Summary | |
---|---|
Aresta(Vertice origem,
Vertice destino)
|
|
Aresta(Vertice origem,
Vertice destino,
double peso)
|
Method Summary | |
---|---|
Vertice |
destino()
|
Vertice |
origem()
|
double |
peso()
|
void |
setarDestino(Vertice destino)
|
void |
setarOrigem(Vertice origem)
|
void |
setarPeso(double peso)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Aresta(Vertice origem, Vertice destino)
public Aresta(Vertice origem, Vertice destino, double peso)
Method Detail |
---|
public Vertice origem()
public void setarOrigem(Vertice origem)
public Vertice destino()
public void setarDestino(Vertice destino)
public double peso()
public void setarPeso(double peso)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |