org.encog.ml.graph.search
Class FrontierHolder
java.lang.Object
org.encog.ml.graph.search.FrontierHolder
public class FrontierHolder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrontierHolder
public FrontierHolder(Prioritizer thePrioritizer)
getContents
public List<BasicPath> getContents()
add
public void add(BasicPath path)
pop
public BasicPath pop()
size
public int size()
containsDestination
public boolean containsDestination(BasicNode node)
Copyright © 2014. All Rights Reserved.