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

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

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

Subclasses of Element in com.hp.hpl.jena.graph.query
 class Bind
          A binding instance of a variable.
 class Bound
          An element which represents an already-bound variable.
 class Fixed
          An Element that matches a single specified value.
 

Fields in com.hp.hpl.jena.graph.query declared as Element
static Element Element.ANY
          The constant ANY matches anything and binds nothing
 

Methods in com.hp.hpl.jena.graph.query that return Element
 Element PatternStageCompiler.fixed(Node value)
           
 Element PatternStageCompiler.bound(Node n, int index)
           
 Element PatternStageCompiler.bind(Node n, int index)
           
 Element PatternStageCompiler.any()
           
 Element PatternCompiler.fixed(Node value)
          Method called to deliver a compiled Element constructed from a constant Node.
 Element PatternCompiler.bound(Node n, int index)
          Method called to deliver a compiled element from a bound occurance of a variable Node allocated at a given index position.
 Element PatternCompiler.bind(Node n, int index)
          Method called to deliver a compiled element from a binding occurance of a variable Node allocated at a given index position.
 Element PatternCompiler.any()
          Method called to deliver a compiled element from a wildcard ANY.
 

Constructors in com.hp.hpl.jena.graph.query with parameters of type Element
Pattern(Element S, Element P, Element O)
           
 



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