public class PlanFinishedTaskCondition
extends java.lang.Object
implements jadex.commons.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.
|