public class SequentialGoal extends CompositeGoal
| Constructor and Description |
|---|
SequentialGoal(Goal[] goals)
Creates a new SequentialGoal.
|
SequentialGoal(java.util.List<Goal> goals)
Creates a new SequentialGoal.
|
getCompletedGoals, getFailedGoal, getGoals, setCompletedGoals, setFailedGoalpublic SequentialGoal(Goal[] goals)
goals - the goals that compose this goal.CompositeGoal.CompositeGoal(Goal[])public SequentialGoal(java.util.List<Goal> goals)
goals - the goals that compose this goal.CompositeGoal.CompositeGoal(Collection)