Package | Description |
---|---|
casa.actions.rk |
Modifier and Type | Class and Description |
---|---|
class |
ActionChoice_One |
class |
CompositeAction
An abstract composite action; basically a container for actions.
|
class |
LispAction
Implements an action build out of lisp code.
|
class |
Seq
A sequence of actions, all of which to be executed in order.
|
class |
SimpleAction |
Modifier and Type | Field and Description |
---|---|
(package private) LinkedList<Action> |
CompositeAction.actions |
Modifier and Type | Method and Description |
---|---|
Action |
ActionIOLisp.fromInstanceString(String serialized) |
abstract Action |
ActionIO.fromInstanceString(String serialized) |
Action |
ActionIOLisp.fromString(String serialized) |
abstract Action |
ActionIO.fromString(String serialized) |
Action |
ActionChoice_One.Choice_OneIterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<Action> |
Seq.iterator()
Iterates all of the actions in order.
|
Iterator<Action> |
ActionChoice_One.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
CompositeAction.add(Action e) |
int |
Action.compareTo(Action arg0) |
protected int |
TestActions.executeAndReturnInt(Action a,
Object... params) |
String |
ActionIO.toString(Action action) |
Modifier and Type | Method and Description |
---|---|
boolean |
CompositeAction.addAll(Collection<? extends Action> c) |
Constructor and Description |
---|
ActionChoice_One(Action... actions) |
CompositeAction(Action... actions) |
Seq(Action... actions) |