Uses of Class
orc.runtime.values.GroupCell

Packages that use GroupCell
orc.runtime.regions Regions are used to track when some (sub-)computation terminates. 
orc.runtime.transaction   
 

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.transaction
 

Constructors in orc.runtime.transaction with parameters of type GroupCell
Transaction(Token initial, Node next, GroupCell cell)