Uses of Interface
net.xqhs.graphs.context.Instant.TimeKeeper

Packages that use Instant.TimeKeeper
net.xqhs.graphs.context The package contains classes and interfaces related to context representation, context patterns, and context matching. 
 

Uses of Instant.TimeKeeper in net.xqhs.graphs.context
 

Fields in net.xqhs.graphs.context declared as Instant.TimeKeeper
(package private)  Instant.TimeKeeper ContextGraph.theTime
           
(package private)  Instant.TimeKeeper CCMImplementation.theTime
           
 

Methods in net.xqhs.graphs.context with parameters of type Instant.TimeKeeper
protected  ContextGraph ContextGraph.setTimeKeeper(Instant.TimeKeeper time)
           
 void Instant.TickReceiver.tick(Instant.TimeKeeper ticker, Instant now)
           
 void ContextGraph.tick(Instant.TimeKeeper ticker, Instant now)
           
 

Constructors in net.xqhs.graphs.context with parameters of type Instant.TimeKeeper
CCMImplementation(Instant.TimeKeeper time, MonitorPack monitorLink)