|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.iv.graphdrawing.datastructures.graph.WeightedEdge
public class WeightedEdge
Field Summary | |
---|---|
int |
from
|
int |
to
|
double |
weight
|
Constructor Summary | |
---|---|
WeightedEdge(int from,
int to,
double weight)
|
Method Summary | |
---|---|
int |
compareTo(WeightedEdge o)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int from
public int to
public double weight
Constructor Detail |
---|
public WeightedEdge(int from, int to, double weight)
Method Detail |
---|
public int compareTo(WeightedEdge o)
compareTo
in interface java.lang.Comparable<WeightedEdge>
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |