public class Edge extends Object
Node
n1
n2
static String
SEPARATOR
double
weight
Edge()
Edge(Node n1, Node n2, double weight)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Node n1
public Node n2
public double weight
public static final String SEPARATOR
public Edge()
public Edge(Node n1, Node n2, double weight)
public String toString()
toString
Object
Copyright © 2015. All rights reserved.