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, Env env, java.util.concurrent.BlockingQueue<Value> q)
           
 

Uses of OrcEngine in orc.runtime
 

Fields in orc.runtime declared as OrcEngine
protected  OrcEngine Token.engine
           
 

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

Constructors in orc.runtime with parameters of type OrcEngine
Token(Node node, Env<Future> env, Token caller, GroupCell group, Region region, Value result, OrcEngine engine)
           
 

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)