org.encog.ml.schedule
Class ActionNode
- java.lang.Object
-
- org.encog.ml.graph.BasicNode
-
- org.encog.ml.schedule.ActionNode
-
public class ActionNode extends BasicNode
-
-
Constructor Summary
Constructors Constructor and Description ActionNode(java.lang.String label)ActionNode(java.lang.String theName, double theDuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetDuration()doublegetEarliestStartTime()doublegetLatestStartTime()voidsetDuration(double duration)voidsetEarliestStartTime(double earliestStartTime)voidsetLatestStartTime(double latestStartTime)java.lang.StringtoString()-
Methods inherited from class org.encog.ml.graph.BasicNode
connect, getBackConnections, getConnections, getCost, getLabel
-
-
-
-
Constructor Detail
-
ActionNode
public ActionNode(java.lang.String label)
-
ActionNode
public ActionNode(java.lang.String theName, double theDuration)
-
-
Method Detail
-
getEarliestStartTime
public double getEarliestStartTime()
- Returns:
- the earliestStartTime
-
setEarliestStartTime
public void setEarliestStartTime(double earliestStartTime)
- Parameters:
earliestStartTime- the earliestStartTime to set
-
getLatestStartTime
public double getLatestStartTime()
- Returns:
- the latestStartTime
-
setLatestStartTime
public void setLatestStartTime(double latestStartTime)
- Parameters:
latestStartTime- the latestStartTime to set
-
getDuration
public double getDuration()
- Returns:
- the duration
-
setDuration
public void setDuration(double duration)
- Parameters:
duration- the duration to set
-
-
DMelt 3.0 © DataMelt by jWork.ORG