Package | Description |
---|---|
casa.actions.rf2 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractActionChoice |
class |
ActionChoice_One |
class |
ActionChoice_OneOrMore |
class |
ActionChoice_ZeroOrMore |
class |
ActionChoice_ZeroOrOne |
class |
CompositeAction |
private class |
CompositeActionTest.TestAction |
Modifier and Type | Field and Description |
---|---|
private Collection<Action> |
CompositeAction.actions |
private Iterator<Action> |
AbstractActionChoice.AbstractChoiceIterator.values |
Modifier and Type | Method and Description |
---|---|
Action |
AbstractActionChoice.AbstractChoiceIterator.next() |
Modifier and Type | Method and Description |
---|---|
private Iterator<Action> |
AbstractActionChoice.AbstractChoiceIterator.getChoiceValues() |
Iterator<Action> |
CompositeAction.iterator() |
Iterator<Action> |
ActionChoice_ZeroOrOne.iterator() |
Iterator<Action> |
ActionChoice_ZeroOrMore.iterator() |
Iterator<Action> |
ActionChoice_OneOrMore.iterator() |
Iterator<Action> |
ActionChoice_One.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
CompositeAction.add(Action theAction) |
Modifier and Type | Method and Description |
---|---|
boolean |
CompositeAction.addAll(Collection<? extends Action> theActions) |
Constructor and Description |
---|
AbstractActionChoice(Collection<Action> theActions) |
ActionChoice_One(Collection<Action> theActions) |
ActionChoice_OneOrMore(Collection<Action> theActions) |
ActionChoice_ZeroOrMore(Collection<Action> theActions) |
ActionChoice_ZeroOrOne(Collection<Action> theActions) |
CompositeAction(Collection<Action> theActions) |