Uses of Class
org.javasteps.engine.ProcessImpl

Packages that use ProcessImpl
org.javasteps.parsers   
org.javasteps.steps   
 

Uses of ProcessImpl in org.javasteps.parsers
 

Methods in org.javasteps.parsers that return ProcessImpl
 ProcessImpl ProcessParser.parseProcess(InputStream processFile)
          Parse the process definition file and create a Process instance
 

Uses of ProcessImpl in org.javasteps.steps
 

Methods in org.javasteps.steps with parameters of type ProcessImpl
 void Step.run(ProcessImpl process)
          Called by the ProcessInstance when a step must run
 void ForkStep.run(ProcessImpl process)
           
 void EmptyStep.run(ProcessImpl process)
           
 void ConditionStep.run(ProcessImpl process)
           
 void ActionStep.run(ProcessImpl process)