Uses of Class
net.xqhs.graphs.context.Instant

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

Uses of Instant in net.xqhs.graphs.context
 

Fields in net.xqhs.graphs.context with type parameters of type Instant
(package private)  java.util.PriorityQueue<java.util.Map.Entry<Instant,ContextGraph.ContextEdge>> ContextGraph.validityQueue
           
 

Methods in net.xqhs.graphs.context that return Instant
 Instant Instant.TimeKeeper.now()
           
 Instant Instant.offset(Instant.Offset offset)
           
 

Methods in net.xqhs.graphs.context with parameters of type Instant
 boolean Instant.after(Instant instant)
           
 boolean Instant.before(Instant instant)
           
 void Instant.TickReceiver.tick(Instant.TimeKeeper ticker, Instant now)
           
 void ContextGraph.tick(Instant.TimeKeeper ticker, Instant now)