public class Edge extends Object
float
cost
int
from
String
label
to
Edge(int from, int to, String label, float cost)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int from
public int to
public float cost
public String label
public Edge(int from, int to, String label, float cost)
Copyright © 2014–2017 码农场. All rights reserved.