Package | Description |
---|---|
casa.actions.rf3 |
Modifier and Type | Interface and Description |
---|---|
interface |
PostCondition |
interface |
PreCondition |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCondition |
Modifier and Type | Field and Description |
---|---|
(package private) Condition |
While.loopCondition |
static Condition |
Condition.TRUE |
Modifier and Type | Method and Description |
---|---|
int |
AbstractCondition.compareTo(Condition theCondition) |
Constructor and Description |
---|
While(Condition loopCondition,
Action body) |
While(String theName,
Condition loopCondition,
Action body) |