|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
---|---|
com.hp.hpl.jena.query | ARQ - A query engine for Jena, implementing SPARQL. |
com.hp.hpl.jena.sparql.algebra | |
com.hp.hpl.jena.sparql.expr | |
com.hp.hpl.jena.sparql.lang | |
com.hp.hpl.jena.sparql.lang.arq | |
com.hp.hpl.jena.sparql.lang.sparql_10 | |
com.hp.hpl.jena.sparql.lang.sparql_11 | |
com.hp.hpl.jena.sparql.modify.request | |
com.hp.hpl.jena.sparql.serializer | |
com.hp.hpl.jena.sparql.syntax |
Uses of Element in com.hp.hpl.jena.query |
---|
Methods in com.hp.hpl.jena.query that return Element | |
---|---|
static Element |
QueryFactory.createElement(String elementString)
|
Element |
Query.getQueryPattern()
|
Methods in com.hp.hpl.jena.query with parameters of type Element | |
---|---|
static Plan |
QueryExecutionFactory.createPlan(Element pattern,
DatasetGraph dataset)
|
static Plan |
QueryExecutionFactory.createPlan(Element pattern,
DatasetGraph dataset,
Binding input)
|
static Plan |
QueryExecutionFactory.createPlan(Element pattern,
com.hp.hpl.jena.graph.Graph graph)
|
void |
Query.setQueryPattern(Element elt)
|
Uses of Element in com.hp.hpl.jena.sparql.algebra |
---|
Methods in com.hp.hpl.jena.sparql.algebra with parameters of type Element | |
---|---|
static Op |
Algebra.compile(Element elt)
Compile a pattern. |
Op |
AlgebraGenerator.compile(Element elt)
|
Uses of Element in com.hp.hpl.jena.sparql.expr |
---|
Methods in com.hp.hpl.jena.sparql.expr that return Element | |
---|---|
Element |
ExprFunctionOp.getElement()
|
Constructors in com.hp.hpl.jena.sparql.expr with parameters of type Element | |
---|---|
E_Exists(Element elt)
|
|
E_Exists(Element el,
Op op)
|
|
E_NotExists(Element elt)
|
|
E_NotExists(Element el,
Op op)
|
Uses of Element in com.hp.hpl.jena.sparql.lang |
---|
Methods in com.hp.hpl.jena.sparql.lang that return Element | |
---|---|
static Element |
ParserSPARQL11.parseElement(String string)
|
static Element |
ParserSPARQL10.parseElement(String string)
|
static Element |
ParserARQ.parseElement(String string)
|
Uses of Element in com.hp.hpl.jena.sparql.lang.arq |
---|
Methods in com.hp.hpl.jena.sparql.lang.arq that return Element | |
---|---|
Element |
ARQParser.Assignment()
|
Element |
ARQParser.Bind()
|
Element |
ARQParser.ExistsElt()
|
Element |
ARQParser.Filter()
|
Element |
ARQParser.GraphGraphPattern()
|
Element |
ARQParser.GraphPatternNotTriples()
|
Element |
ARQParser.GroupGraphPattern()
|
Element |
ARQParser.GroupGraphPatternSub()
|
Element |
ARQParser.GroupOrUnionGraphPattern()
|
Element |
ARQParser.MinusGraphPattern()
|
Element |
ARQParser.NotExistsElt()
|
Element |
ARQParser.OptionalGraphPattern()
|
Element |
ARQParser.ServiceGraphPattern()
|
Element |
ARQParser.TriplesBlock(ElementPathBlock acc)
|
Uses of Element in com.hp.hpl.jena.sparql.lang.sparql_10 |
---|
Methods in com.hp.hpl.jena.sparql.lang.sparql_10 that return Element | |
---|---|
Element |
SPARQLParser10.Filter()
|
Element |
SPARQLParser10.GraphGraphPattern()
|
Element |
SPARQLParser10.GraphPatternNotTriples()
|
Element |
SPARQLParser10.GroupGraphPattern()
|
Element |
SPARQLParser10.GroupGraphPatternSub()
|
Element |
SPARQLParser10.GroupOrUnionGraphPattern()
|
Element |
SPARQLParser10.OptionalGraphPattern()
|
Element |
SPARQLParser10.TriplesBlock(ElementTriplesBlock acc)
|
Uses of Element in com.hp.hpl.jena.sparql.lang.sparql_11 |
---|
Methods in com.hp.hpl.jena.sparql.lang.sparql_11 that return Element | |
---|---|
Element |
SPARQLParser11.Bind()
|
Element |
SPARQLParser11.Filter()
|
Element |
SPARQLParser11.GraphGraphPattern()
|
Element |
SPARQLParser11.GraphPatternNotTriples()
|
Element |
SPARQLParser11.GroupGraphPattern()
|
Element |
SPARQLParser11.GroupGraphPatternSub()
|
Element |
SPARQLParser11.GroupOrUnionGraphPattern()
|
Element |
SPARQLParser11.MinusGraphPattern()
|
Element |
SPARQLParser11.OptionalGraphPattern()
|
Element |
SPARQLParser11.ServiceGraphPattern()
|
Element |
SPARQLParser11.TriplesBlock(ElementPathBlock acc)
|
Uses of Element in com.hp.hpl.jena.sparql.modify.request |
---|
Methods in com.hp.hpl.jena.sparql.modify.request that return Element | |
---|---|
Element |
UpdateModify.getWherePattern()
|
Methods in com.hp.hpl.jena.sparql.modify.request with parameters of type Element | |
---|---|
void |
UpdateModify.setElement(Element element)
|
Uses of Element in com.hp.hpl.jena.sparql.serializer |
---|
Methods in com.hp.hpl.jena.sparql.serializer with parameters of type Element | |
---|---|
static String |
FormatterElement.asString(Element el)
|
static void |
FormatterElement.format(IndentedWriter out,
SerializationContext cxt,
Element el)
|
void |
FormatterElement.visitAsGroup(Element el)
|
Uses of Element in com.hp.hpl.jena.sparql.syntax |
---|
Subclasses of Element in com.hp.hpl.jena.sparql.syntax | |
---|---|
class |
Element1
Element1 - elements that have a single subElement. |
class |
ElementAssign
|
class |
ElementBind
|
class |
ElementDataset
ElementDataset - an association of an RDF Dataset (graph level version) with a query pattern. |
class |
ElementExists
The syntax element for "Exists" in a pattern. |
class |
ElementFetch
Evaluate a query element based on source information in a named collection. |
class |
ElementFilter
A constraint (Filter) in a query expression. |
class |
ElementGroup
A number of graph query elements. |
class |
ElementMinus
An optional element in a query. |
class |
ElementNamedGraph
Evaluate a query element based on source information in a named collection. |
class |
ElementNotExists
The syntax element for "Not Exists" in a pattern. |
class |
ElementOptional
An optional element in a query. |
class |
ElementPathBlock
A SPARQL BasicGraphPattern |
class |
ElementService
A SERVICE pattern - access a remote SPARQL service. |
class |
ElementSubQuery
|
class |
ElementTriplesBlock
The syntax eleemnt for a SPARQL BasicGraphPattern |
class |
ElementUnion
|
Methods in com.hp.hpl.jena.sparql.syntax that return Element | |
---|---|
Element |
Element1.getElement()
|
Element |
ElementService.getElement()
|
Element |
ElementNamedGraph.getElement()
|
Element |
ElementMinus.getMinusElement()
|
Element |
ElementOptional.getOptionalElement()
|
Element |
ElementDataset.getPatternElement()
|
Methods in com.hp.hpl.jena.sparql.syntax that return types with arguments of type Element | |
---|---|
List<Element> |
ElementGroup.getElements()
|
List<Element> |
ElementUnion.getElements()
|
Methods in com.hp.hpl.jena.sparql.syntax with parameters of type Element | |
---|---|
void |
ElementGroup.addElement(Element el)
|
void |
ElementUnion.addElement(Element el)
|
void |
RecursiveElementVisitor.endSubElement(ElementGroup el,
Element subElt)
|
void |
RecursiveElementVisitor.endSubElement(ElementUnion el,
Element subElt)
|
boolean |
ElementNotExists.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementTriplesBlock.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementService.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementGroup.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementAssign.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementPathBlock.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementSubQuery.equalTo(Element other,
NodeIsomorphismMap isoMap)
|
boolean |
ElementMinus.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementFetch.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementOptional.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
abstract boolean |
Element.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementBind.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementExists.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementUnion.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementDataset.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementFilter.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
boolean |
ElementNamedGraph.equalTo(Element el2,
NodeIsomorphismMap isoMap)
|
void |
ElementDataset.setPatternElement(Element elt)
|
void |
RecursiveElementVisitor.startSubElement(ElementGroup el,
Element subElt)
|
void |
RecursiveElementVisitor.startSubElement(ElementUnion el,
Element subElt)
|
static Set<Var> |
PatternVars.vars(Element element)
|
static void |
PatternVars.vars(Element element,
PatternVarsVisitor visitor)
|
static Set<Var> |
PatternVars.vars(Set<Var> s,
Element element)
|
static void |
ElementWalker.walk(Element el,
ElementVisitor visitor)
|
static void |
ElementWalker.walk(Element el,
ElementWalker.Walker walker)
|
Constructors in com.hp.hpl.jena.sparql.syntax with parameters of type Element | |
---|---|
ElementDataset(DatasetGraph data,
Element patternElement)
|
|
ElementExists(Element el)
|
|
ElementMinus(Element minusPart)
|
|
ElementNamedGraph(Element el)
|
|
ElementNamedGraph(com.hp.hpl.jena.graph.Node n,
Element el)
|
|
ElementNotExists(Element el)
|
|
ElementOptional(Element optionalPart)
|
|
ElementService(com.hp.hpl.jena.graph.Node n,
Element el,
boolean silent)
|
|
ElementService(String serviceURI,
Element el)
|
|
ElementService(String serviceURI,
Element el,
boolean silent)
|
|
ElementUnion(Element el)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |