|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectUndiEdge
public class UndiEdge
| Field Summary | |
|---|---|
double |
cost
|
UndiVertex |
left
|
UndiVertex |
right
|
boolean |
status
|
| Constructor Summary | |
|---|---|
UndiEdge(UndiVertex l,
UndiVertex r,
double c)
|
|
| Method Summary | |
|---|---|
int |
compareTo(UndiEdge other)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public UndiVertex left
public UndiVertex right
public double cost
public boolean status
| Constructor Detail |
|---|
public UndiEdge(UndiVertex l,
UndiVertex r,
double c)
| Method Detail |
|---|
public int compareTo(UndiEdge other)
compareTo in interface java.lang.Comparable<UndiEdge>
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||