public class DoNothing extends StateAction<Context>
ctx| Modifier and Type | Method and Description |
|---|---|
void |
done(VariableContext params)
This action is done, according to posh plan, some other
IAction is
supposed to execute, therefore use this to clean up the mess. |
void |
init(VariableContext params)
Initialize action.
|
ActionResult |
run(VariableContext params)
Run is called every time evaluation of posh plan determines that this and
no other action is the one that is supposed to execute.
|
getCtx, getNamepublic DoNothing(Context ctx)
public void init(VariableContext params)
IActionparams - Variable context that is passed from posh plan to the primitivepublic ActionResult run(VariableContext params)
IActionparams - Variable context passed from posh plan to the primtivepublic void done(VariableContext params)
IActionIAction is
supposed to execute, therefore use this to clean up the mess.Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.