com.hp.hpl.jena.sparql.syntax
Class ElementGroup
java.lang.Object
com.hp.hpl.jena.sparql.syntax.Element
com.hp.hpl.jena.sparql.syntax.ElementGroup
public class ElementGroup
- extends Element
A number of graph query elements.
Evaluation is a conjunction(AND) of the elements of the groups
ElementGroup
public ElementGroup()
addElement
public void addElement(Element el)
addTriplePattern
public void addTriplePattern(com.hp.hpl.jena.graph.Triple t)
addElementFilter
public void addElementFilter(ElementFilter el)
mark
public int mark()
getElements
public List<Element> getElements()
isEmpty
public boolean isEmpty()
hashCode
public int hashCode()
- Specified by:
hashCode
in class Element
equalTo
public boolean equalTo(Element el2,
NodeIsomorphismMap isoMap)
- Specified by:
equalTo
in class Element
visit
public void visit(ElementVisitor v)
- Specified by:
visit
in class Element
Licenced under the Apache License, Version 2.0