Class ElementPerform
- java.lang.Object
-
- org.apache.jena.sparql.syntax.Element
-
- fr.mines_stetienne.ci.sparql_generate.syntax.ElementPerform
-
public class ElementPerform extends Element
A PERFORM clause (future work)- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description ElementPerform(Node name, ExprList params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equalTo(Element el, NodeIsomorphismMap isoMap)
Node
getName()
ExprList
getParams()
int
hashCode()
void
visit(ElementVisitor v)
-
-
-
Method Detail
-
getName
public Node getName()
-
getParams
public ExprList getParams()
-
equalTo
public boolean equalTo(Element el, NodeIsomorphismMap isoMap)
-
visit
public void visit(ElementVisitor v)
-
-