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

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

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

Fields in net.xqhs.graphs.context declared as Instant.Offset
(package private)  Instant.Offset ContextGraph.ContextEdge.initialValidity
           
(package private)  Instant.Offset ContextPattern.persistence
           
 

Methods in net.xqhs.graphs.context with parameters of type Instant.Offset
 Instant Instant.offset(Instant.Offset offset)
           
 void Instant.TimeKeeper.registerTickReceiver(Instant.TickReceiver receiver, Instant.Offset tickLength)
           
 ContextPattern ContextPattern.setPersistence(Instant.Offset patternPersistence)
           
 

Constructors in net.xqhs.graphs.context with parameters of type Instant.Offset
ContextGraph.ContextEdge(Node fromNode, Node toNode, java.lang.String edgeLabel, Instant.Offset edgeValidity)