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