Uses of Class
com.hp.hpl.jena.graph.query.Domain

Packages that use Domain
com.hp.hpl.jena.graph.query Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. 
 

Uses of Domain in com.hp.hpl.jena.graph.query
 

Methods in com.hp.hpl.jena.graph.query that return Domain
 Domain Pipe.get()
           
 Domain Pattern.matched(Domain d, Triple t)
           
 Domain Domain.extend()
           
 Domain BufferPipe.get()
           
 

Methods in com.hp.hpl.jena.graph.query with parameters of type Domain
 Node ValuatorVariable.eval(Domain d)
          return the value in our slot [as passed in to the constructor]
 Node ValuatorConst.eval(Domain d)
          return the value specified when constructed
 Node Valuator.eval(Domain d)
          return the value of this valuator in the context of _d_
 boolean Relation_NE.evaluateBool(Domain d)
           
 boolean Relation_EQ.evaluateBool(Domain d)
          equality done in the superclass, because shared with NE
 Node Relation.valueL(Domain d)
          evaluate the left operand against the domain _d_
 Node Relation.valueR(Domain d)
          evaluate the right operand against the domain _d_
abstract  boolean Relation.evaluateBool(Domain d)
          see if the operands satisfy the relation
 boolean Relation.evaluateEquals(Domain d)
          shared code for the equality relation
abstract  boolean PredicateBase.evaluateBool(Domain d)
          evaluate truth value in this domain: deferred to subclasses
 boolean Predicate.evaluateBool(Domain d)
          true iff the predicate is true given the values [for variables] in _d_
 void Pipe.put(Domain d)
           
 TripleMatch Pattern.asTripleMatch(Domain d)
           
 boolean Pattern.matches(Domain d, Triple t)
           
 Domain Pattern.matched(Domain d, Triple t)
           
 boolean Fixed.accepts(Domain d, Node x)
           
 Node Fixed.asNode(Domain d)
           
 boolean Element.accepts(Domain d, Node n)
           
 void Element.matched(Domain d, java.lang.Object x)
           
 Node Element.asNode(Domain d)
           
 void BufferPipe.put(Domain d)
           
 boolean Bound.accepts(Domain d, Node x)
           
 Node Bound.asNode(Domain d)
           
 boolean Bind.accepts(Domain d, Node x)
           
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.