Package | Description |
---|---|
casa.actions.rf3 |
Modifier and Type | Field and Description |
---|---|
private Collection<PreCondition> |
AbstractAction.pre
The set of preconditions for this Action
|
Modifier and Type | Method and Description |
---|---|
Collection<PreCondition> |
Action.getPreConditions() |
Collection<PreCondition> |
AbstractAction.getPreConditions() |
Modifier and Type | Method and Description |
---|---|
void |
Action.addPreCondition(PreCondition theCondition)
Adds the Condition to this Acitons's set of preconditions.
|
void |
AbstractAction.addPreCondition(PreCondition theCondition) |
void |
Action.removePreCondition(PreCondition theCondition)
Removes the Condition from this action, if it in the set of preconditions.
|
void |
AbstractAction.removePreCondition(PreCondition theCondition) |
Modifier and Type | Method and Description |
---|---|
void |
Action.addPreConditions(Collection<PreCondition> theConditions)
Adds Conditions to this Action's set of preconditions.
|
void |
AbstractAction.addPreConditions(Collection<PreCondition> theConditions) |