Package jsl.modeling.elements
Class ScheduledAction
- java.lang.Object
-
- jsl.modeling.elements.ScheduledAction
-
public class ScheduledAction extends java.lang.Object
A ScheduledAction is used on a ActionSchedule. A ScheduledAction represents a duration of time and action that will occur after the duration
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDuration()
java.lang.String
getName()
Gets the name of the eventjava.lang.String
toString()
-