public class GraphEdge extends Object implements Serializable
GraphNode
node1
node2
int
weight
GraphEdge(int weight, GraphNode node1, GraphNode node2)
float
getLength()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GraphNode node1
public GraphNode node2
public int weight
public GraphEdge(int weight, GraphNode node1, GraphNode node2)
public float getLength()
Copyright © 2013. All Rights Reserved.