org.encog.ml.schedule
public class ScheduleGraph extends BasicGraph
| Modifier and Type | Field and Description |
|---|---|
ActionNode |
finishNode |
ActionNode |
startNode |
| Constructor and Description |
|---|
ScheduleGraph() |
| Modifier and Type | Method and Description |
|---|---|
ActionNode |
addChild(ActionNode parent,
String name,
double duration) |
String |
dump() |
void |
dumpNode(StringBuilder result,
ActionNode node,
Map<ActionNode,ActionNode> visited) |
ActionNode |
getFinishNode() |
ActionNode |
getStartNode() |
connect, getNodes, getRootpublic ActionNode startNode
public ActionNode finishNode
public ActionNode addChild(ActionNode parent, String name, double duration)
public ActionNode getStartNode()
public ActionNode getFinishNode()
public void dumpNode(StringBuilder result, ActionNode node, Map<ActionNode,ActionNode> visited)
public String dump()
Copyright © 2014. All Rights Reserved.