45464748495051
public AbstractConditionalTask(ConditionalTaskState state) { super(); this.state = state; this.executionCondition = new CyclicCondition(state.getExecutionCondition()); this.endingCondition = new BoundCondition(state.getEndingCondition()); }