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
           
 class Bound
           
 class Fixed
           
 class Variable
           
 

Fields in com.hp.hpl.jena.graph.query declared as Element
static Element Element.ANY
           
 

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)
           
 Element PatternCompiler.bound(Node n, int index)
           
 Element PatternCompiler.bind(Node n, int index)
           
 Element PatternCompiler.any()
           
 Element[] Pattern.getParts()
           
 

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



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