|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TriggeredAction | |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements | This package contains parser for POSH plan, classes that represent elements of POSH plan and some auxiliry classes. |
| cz.cuni.amis.pogamut.sposh.engine | |
| Uses of TriggeredAction in cz.cuni.amis.pogamut.sposh.elements |
|---|
| Methods in cz.cuni.amis.pogamut.sposh.elements that return TriggeredAction | |
|---|---|
static TriggeredAction |
LapElementsFactory.createAction()
Create default action. |
static TriggeredAction |
LapElementsFactory.createAction(PrimitiveCall call)
Create action for specified call. |
static TriggeredAction |
LapElementsFactory.createAction(String name)
Create action with specified name. |
static TriggeredAction |
LapElementsFactory.createAction(TriggeredAction original)
Copy method for an action. |
TriggeredAction |
DriveElement.getAction()
Get action of this drive (will be performed if elegible, has satisfied trigger and highest priority). |
TriggeredAction |
CompetenceElement.getAction()
Get action of this choice. |
TriggeredAction |
Adopt.getAdoptedElement()
|
| Methods in cz.cuni.amis.pogamut.sposh.elements that return types with arguments of type TriggeredAction | |
|---|---|
List<TriggeredAction> |
PoshPlan.getActions()
Get all actions in this plan. |
List<TriggeredAction> |
ActionPattern.getActions()
Get list of actions in this AP. |
List<TriggeredAction> |
PoshPlan.getAllReferences()
|
List<TriggeredAction> |
ActionPattern.getChildDataNodes()
|
| Methods in cz.cuni.amis.pogamut.sposh.elements with parameters of type TriggeredAction | |
|---|---|
void |
ActionPattern.addAction(int index,
TriggeredAction action)
Add new @action as action of this AP, emit new child. |
void |
ActionPattern.addAction(TriggeredAction action)
Add new TriggeredAction as child of this AP. |
static TriggeredAction |
LapElementsFactory.createAction(TriggeredAction original)
Copy method for an action. |
static ActionPattern |
LapElementsFactory.createActionPattern(String name,
TriggeredAction... actions)
Create new action pattern without parameters and containing passed actions. |
void |
ActionPattern.removeAction(TriggeredAction action)
Remove action from this AP and emit notification. |
void |
Adopt.setAdoptedElement(TriggeredAction adoptedElement)
|
void |
TriggeredAction.synchronize(TriggeredAction source)
Take @source action and set all properties (name, parameters...) to be same as the @source. |
| Method parameters in cz.cuni.amis.pogamut.sposh.elements with type arguments of type TriggeredAction | |
|---|---|
static ActionPattern |
LapElementsFactory.createActionPattern(String name,
FormalParameters params,
List<TriggeredAction> actions)
Create action pattern |
| Uses of TriggeredAction in cz.cuni.amis.pogamut.sposh.engine |
|---|
| Methods in cz.cuni.amis.pogamut.sposh.engine that return TriggeredAction | |
|---|---|
TriggeredAction |
ADExecutor.getAdoptedElement()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||