| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Region | |
|---|---|
| orc.runtime | Runtime for Orc interpreter. | 
| orc.runtime.regions | Regions are used to track when some (sub-)computation terminates. | 
| Uses of Region in orc.runtime | 
|---|
| Fields in orc.runtime declared as Region | |
|---|---|
| protected  Region | Token.region | 
| Methods in orc.runtime that return Region | |
|---|---|
|  Region | Token.getRegion() | 
| Methods in orc.runtime with parameters of type Region | |
|---|---|
|  Token | Token.fork(GroupCell group,
     Region region)Fork a token with a specified group and region. | 
|  Token | Token.setRegion(Region region)Migrate the token from one region to another. | 
| Constructors in orc.runtime with parameters of type Region | |
|---|---|
| Token(Node node,
      Env<java.lang.Object> env,
      GroupCell group,
      Region region,
      OrcEngine engine,
      TokenTracer tracer) | |
| Token(Node node,
      Env<java.lang.Object> env,
      Token.Continuation continuation,
      GroupCell group,
      Region region,
      java.lang.Object result,
      OrcEngine engine,
      TokenTracer tracer)Copy constructor | |
| Uses of Region in orc.runtime.regions | 
|---|
| Subclasses of Region in orc.runtime.regions | |
|---|---|
|  class | Execution | 
|  class | GroupRegion | 
|  class | SemiRegion | 
| Methods in orc.runtime.regions that return Region | |
|---|---|
|  Region | SemiRegion.getParent() | 
| Methods in orc.runtime.regions with parameters of type Region | |
|---|---|
|  void | Region.add(Region r) | 
|  void | Region.remove(Region r,
       Token closer) | 
| Constructors in orc.runtime.regions with parameters of type Region | |
|---|---|
| GroupRegion(Region parent,
            GroupCell cell) | |
| SemiRegion(Region parent,
           Token t) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||