public class Done extends Object implements Predicate
done
operator of the
FIPA SL0 action.Modifier and Type | Field and Description |
---|---|
private Concept |
action |
private Predicate |
condition |
Modifier and Type | Method and Description |
---|---|
Concept |
getAction() |
Predicate |
getCondition() |
void |
setAction(Concept a) |
void |
setCondition(Predicate c) |
public Done()
public Done(Concept a)