orc.runtime.regions
Class GroupRegion

java.lang.Object
  extended by orc.runtime.regions.Region
      extended by orc.runtime.regions.GroupRegion

public class GroupRegion
extends Region


Constructor Summary
GroupRegion(Region parent, GroupCell cell)
           
 
Method Summary
 void close()
           
 
Methods inherited from class orc.runtime.regions.Region
add, add, putContainedTokens, remove, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupRegion

public GroupRegion(Region parent,
                   GroupCell cell)
Method Detail

close

public void close()
Specified by:
close in class Region