public class PlanFinishedTaskCondition extends java.lang.Object implements IBooleanCondition
Modifier and Type | Field and Description |
---|---|
protected IPlan |
plan
The finished flag.
|
Constructor and Description |
---|
PlanFinishedTaskCondition(IPlan plan)
Create a plan finished task condition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isValid()
Get the current state of the condition.
|
protected IPlan plan
public PlanFinishedTaskCondition(IPlan plan)
plan
- The plan.public boolean isValid()
isValid
in interface IBooleanCondition