|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectendrov.util.graphs.Edge
public class Edge
| Field Summary | |
|---|---|
Node |
from
|
Node |
to
|
int |
weight
|
| Constructor Summary | |
|---|---|
Edge(Node f,
Node t,
int w)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Edge e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Node from
public Node to
public int weight
| Constructor Detail |
|---|
public Edge(Node f,
Node t,
int w)
| Method Detail |
|---|
public int compareTo(Edge e)
compareTo in interface java.lang.Comparable<Edge>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||