org.encog.ml.graph
public class BasicEdge extends Object
BasicEdge(BasicNode from, BasicNode to, double cost)
double
getCost()
BasicNode
getFrom()
getTo()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public BasicEdge(BasicNode from, BasicNode to, double cost)
public BasicNode getFrom()
public BasicNode getTo()
public double getCost()
public String toString()
toString
Object
Copyright © 2014. All Rights Reserved.