cz.cuni.amis.pogamut.sposh.usar2004.actions
Class DoNothing

Package class diagram package DoNothing
java.lang.Object
  extended by cz.cuni.amis.pogamut.sposh.executor.StateAction<Context>
      extended by cz.cuni.amis.pogamut.sposh.usar2004.actions.DoNothing
All Implemented Interfaces:
IAction

public class DoNothing
extends StateAction<Context>

Author:
Honza

Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.sposh.executor.StateAction
ctx
 
Constructor Summary
DoNothing(Context ctx)
           
 
Method Summary
 void done(VariableContext ctx)
           
 void init(VariableContext ctx)
           
 ActionResult run(VariableContext ctx)
           
 
Methods inherited from class cz.cuni.amis.pogamut.sposh.executor.StateAction
getCtx, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoNothing

public DoNothing(Context ctx)
Method Detail

init

public void init(VariableContext ctx)

run

public ActionResult run(VariableContext ctx)

done

public void done(VariableContext ctx)


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.