Uses of Package
orc.runtime

Packages that use orc.runtime
orc Top-level package for all Orc code. 
orc.lib.bool   
orc.lib.comp   
orc.lib.data   
orc.lib.math   
orc.lib.state   
orc.lib.str   
orc.lib.time   
orc.lib.util   
orc.runtime Runtime for Orc interpreter. 
orc.runtime.nodes Runtime execution DAG. 
orc.runtime.regions Regions are used to track when some (sub-)computation terminates. 
orc.runtime.sites Abstract base classes for Orc sites plus fundamental sites. 
orc.runtime.sites.core Fundamental sites. 
orc.runtime.sites.java Wrappers which enable using Java objects and classes as Orc sites. 
orc.runtime.values Representations for Orc types which don't have direct analogues in the host language (Java). 
 

Classes in orc.runtime used by orc
OrcEngine
          The Orc Engine provides the main loop for executing active tokens.
 

Classes in orc.runtime used by orc.lib.bool
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.lib.comp
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.lib.data
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.lib.math
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.lib.state
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.lib.str
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.lib.time
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.lib.util
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime
Args.NumericBinaryOperator
          A binary operator on numbers
Args.NumericUnaryOperator
          A unary operator on numbers
Globals
          Holds references to objects identified by unique string keys.
Kilim.PausableCallable
          Pausable computation which returns a value.
LogicalClock
          An event queue for site calls to a logical timer (created by MakeTimer).
OrcEngine
          The Orc Engine provides the main loop for executing active tokens.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.nodes
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.regions
OrcEngine
          The Orc Engine provides the main loop for executing active tokens.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.sites
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.sites.core
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.sites.java
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.values
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.