org.encog.ml.graph
public class BasicNode extends Object
BasicNode(String label)
void
connect(BasicNode newNode, double cost)
List<BasicEdge>
getBackConnections()
getConnections()
double
getCost(BasicNode node)
String
getLabel()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public BasicNode(String label)
public List<BasicEdge> getConnections()
public String getLabel()
public void connect(BasicNode newNode, double cost)
public List<BasicEdge> getBackConnections()
public String toString()
toString
Object
public double getCost(BasicNode node)
Copyright © 2014. All Rights Reserved.