Uses of Class
orc.runtime.regions.LogicalClock

Packages that use LogicalClock
orc.runtime Runtime for Orc interpreter. 
orc.runtime.regions Regions are used to track when some (sub-)computation terminates. 
 

Uses of LogicalClock in orc.runtime
 

Methods in orc.runtime that return LogicalClock
 LogicalClock Token.getLtimer()
          Used for Ltimer.time().
 

Uses of LogicalClock in orc.runtime.regions
 

Methods in orc.runtime.regions that return LogicalClock
 LogicalClock LogicalClock.getParentClock()
           
 

Constructors in orc.runtime.regions with parameters of type LogicalClock
LogicalClock(Region parent, LogicalClock parentClock)