org.encog.ml.schedule
Class ScheduleGraph

java.lang.Object
  extended by org.encog.ml.graph.BasicGraph
      extended by org.encog.ml.schedule.ScheduleGraph

public class ScheduleGraph
extends BasicGraph


Field Summary
 ActionNode finishNode
           
 ActionNode startNode
           
 
Constructor Summary
ScheduleGraph()
           
 
Method Summary
 ActionNode addChild(ActionNode parent, String name, double duration)
           
 String dump()
           
 void dumpNode(StringBuilder result, ActionNode node, Map<ActionNode,ActionNode> visited)
           
 ActionNode getFinishNode()
           
 ActionNode getStartNode()
           
 
Methods inherited from class org.encog.ml.graph.BasicGraph
connect, getNodes, getRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startNode

public ActionNode startNode

finishNode

public ActionNode finishNode
Constructor Detail

ScheduleGraph

public ScheduleGraph()
Method Detail

addChild

public ActionNode addChild(ActionNode parent,
                           String name,
                           double duration)

getStartNode

public ActionNode getStartNode()
Returns:
the startNode

getFinishNode

public ActionNode getFinishNode()
Returns:
the finishNode

dumpNode

public void dumpNode(StringBuilder result,
                     ActionNode node,
                     Map<ActionNode,ActionNode> visited)

dump

public String dump()


Copyright © 2014. All Rights Reserved.