orc.runtime.regions
Class SemiRegion

java.lang.Object
  extended by orc.runtime.regions.Region
      extended by orc.runtime.regions.SubRegion
          extended by orc.runtime.regions.SemiRegion

public final class SemiRegion
extends SubRegion


Field Summary
 
Fields inherited from class orc.runtime.regions.SubRegion
parent
 
Constructor Summary
SemiRegion(Region parent, Token t)
           
 
Method Summary
 void cancel()
           
protected  void onClose()
          Override this in subclasses to handle the closing of the region.
 
Methods inherited from class orc.runtime.regions.SubRegion
activate, deactivate, getParent
 
Methods inherited from class orc.runtime.regions.Region
add, add, addActive, close, maybeDeactivate, putContainedTokens, remove, remove, removeActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemiRegion

public SemiRegion(Region parent,
                  Token t)
Method Detail

onClose

protected void onClose()
Description copied from class: Region
Override this in subclasses to handle the closing of the region.

Overrides:
onClose in class SubRegion

cancel

public void cancel()