orc.runtime.regions
Class LogicalRegion

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

public class LogicalRegion
extends Region


Field Summary
 
Fields inherited from class orc.runtime.regions.Region
closed
 
Constructor Summary
LogicalRegion(Region parent, LogicalClock clock)
           
 
Method Summary
 Region getParent()
           
protected  void reallyClose(Token closer)
           
 
Methods inherited from class orc.runtime.regions.Region
add, add, close, close, putContainedTokens, remove, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalRegion

public LogicalRegion(Region parent,
                     LogicalClock clock)
Method Detail

reallyClose

protected void reallyClose(Token closer)
Specified by:
reallyClose in class Region

getParent

public Region getParent()