public class EdgeParser.WeightedDotEdge
extends java.lang.Object
Constructor and Description |
---|
WeightedDotEdge(NodeAndSubgraphParser.Node node1,
NodeAndSubgraphParser.Node node2,
float weight) |
Modifier and Type | Method and Description |
---|---|
NodeAndSubgraphParser.Node |
getNode1() |
NodeAndSubgraphParser.Node |
getNode2() |
float |
getWeight() |
void |
setWeight(float weight) |
java.lang.String |
toString() |
public WeightedDotEdge(NodeAndSubgraphParser.Node node1, NodeAndSubgraphParser.Node node2, float weight)
public NodeAndSubgraphParser.Node getNode1()
public NodeAndSubgraphParser.Node getNode2()
public float getWeight()
public void setWeight(float weight)
public java.lang.String toString()
toString
in class java.lang.Object