|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgrapht.graph.DefaultEdge
org.jgrapht.graph.DefaultWeightedEdge
public class DefaultWeightedEdge
A default implementation for edges in a WeightedGraph
. All access to
the weight of an edge must go through the graph interface, which is why this
class doesn't expose any public methods.
Constructor Summary | |
---|---|
DefaultWeightedEdge()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
Methods inherited from class org.jgrapht.graph.DefaultEdge |
---|
toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultWeightedEdge()
Method Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
Object.clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |