org.encog.ml.graph
Class BasicEdge

java.lang.Object
  extended by org.encog.ml.graph.BasicEdge

public class BasicEdge
extends Object


Constructor Summary
BasicEdge(BasicNode from, BasicNode to, double cost)
           
 
Method Summary
 double getCost()
           
 BasicNode getFrom()
           
 BasicNode getTo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicEdge

public BasicEdge(BasicNode from,
                 BasicNode to,
                 double cost)
Method Detail

getFrom

public BasicNode getFrom()

getTo

public BasicNode getTo()

getCost

public double getCost()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.