| Constructor and Description |
|---|
TriangulatedEdge(V origin,
V destination) |
| Modifier and Type | Method and Description |
|---|---|
V |
getDestination() |
V |
getOrigin() |
int |
getWeight() |
void |
setDestination(V destination) |
void |
setOrigin(V origin) |
void |
setWeight(int weight) |
public V getOrigin()
public V getDestination()
getDestination in interface Edge<V extends Vertex>public int getWeight()
public void setOrigin(V origin)
public void setDestination(V destination)
setDestination in interface Edge<V extends Vertex>destination - Destination vertex to set