Uses of Class
orc.runtime.values.GroupCell

Packages that use GroupCell
orc.runtime Runtime for Orc interpreter. 
orc.runtime.regions Regions are used to track when some (sub-)computation terminates. 
orc.runtime.values Representations for Orc types which don't have direct analogues in the host language (Java). 
 

Uses of GroupCell in orc.runtime
 

Methods in orc.runtime that return GroupCell
 GroupCell Token.getGroup()
           
 

Methods in orc.runtime with parameters of type GroupCell
 Token Token.fork(GroupCell group, Region region)
          Fork a token with a specified group and region.
 Token Token.setGroup(GroupCell group)
           
 

Uses of GroupCell in orc.runtime.regions
 

Constructors in orc.runtime.regions with parameters of type GroupCell
GroupRegion(Region parent, GroupCell cell)
           
 

Uses of GroupCell in orc.runtime.values
 

Fields in orc.runtime.values declared as GroupCell
static GroupCell GroupCell.ROOT
           
 

Methods in orc.runtime.values that return GroupCell
 GroupCell GroupCell.createCell(TokenTracer.PullTrace pull)
          Groups are organized into a tree.