org.encog.ml.graph
Class BasicPath

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

public class BasicPath
extends Object


Constructor Summary
BasicPath(BasicNode startingPoint)
           
BasicPath(BasicPath path, BasicNode newNode)
           
 
Method Summary
 BasicNode getDestinationNode()
           
 List<BasicNode> getNodes()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicPath

public BasicPath(BasicNode startingPoint)

BasicPath

public BasicPath(BasicPath path,
                 BasicNode newNode)
Method Detail

getNodes

public List<BasicNode> getNodes()

getDestinationNode

public BasicNode getDestinationNode()

size

public int size()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.