| Modifier and Type | Field and Description |
|---|---|
double |
cost |
UndiVertex |
left |
UndiVertex |
right |
boolean |
status |
| Constructor and Description |
|---|
UndiEdge(UndiVertex l,
UndiVertex r,
double c) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UndiEdge other) |
public UndiVertex left
public UndiVertex right
public double cost
public boolean status
public UndiEdge(UndiVertex l, UndiVertex r, double c)