org.encog.ml.schedule
Class ScheduleGraph
java.lang.Object
org.encog.ml.graph.BasicGraph
org.encog.ml.schedule.ScheduleGraph
public class ScheduleGraph
- extends BasicGraph
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startNode
public ActionNode startNode
finishNode
public ActionNode finishNode
ScheduleGraph
public ScheduleGraph()
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.