Uses of Class
orc.runtime.OrcEngine

Packages that use OrcEngine
orc Top-level package for all Orc code. 
orc.runtime Runtime for Orc interpreter. 
orc.runtime.regions Regions are used to track when some (sub-)computation terminates. 
 

Uses of OrcEngine in orc
 

Constructors in orc with parameters of type OrcEngine
OrcInstance(OrcEngine engine, Node root, java.util.concurrent.BlockingQueue<java.lang.Object> q)
           
 

Uses of OrcEngine in orc.runtime
 

Fields in orc.runtime with type parameters of type OrcEngine
static Globals<OrcEngine,java.lang.Object> OrcEngine.globals
          For debugging visualization
 

Methods in orc.runtime that return OrcEngine
 OrcEngine Token.getEngine()
           
 

Uses of OrcEngine in orc.runtime.regions
 

Methods in orc.runtime.regions that return OrcEngine
 OrcEngine Execution.getEngine()
           
 

Constructors in orc.runtime.regions with parameters of type OrcEngine
Execution(OrcEngine engine)