com.hp.hpl.jena.sparql.algebra.op
Class OpService
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.algebra.op.OpBase
com.hp.hpl.jena.sparql.algebra.op.Op1
com.hp.hpl.jena.sparql.algebra.op.OpService
- All Implemented Interfaces:
- Op, Named, PrintSerializable, Printable
public class OpService
- extends Op1
Constructor Summary |
OpService(com.hp.hpl.jena.graph.Node serviceNode,
Op subOp,
boolean silent)
|
OpService(com.hp.hpl.jena.graph.Node serviceNode,
Op subOp,
ElementService elt,
boolean silent)
|
Methods inherited from class com.hp.hpl.jena.sparql.algebra.op.Op1 |
getSubOp |
OpService
public OpService(com.hp.hpl.jena.graph.Node serviceNode,
Op subOp,
boolean silent)
OpService
public OpService(com.hp.hpl.jena.graph.Node serviceNode,
Op subOp,
ElementService elt,
boolean silent)
apply
public Op apply(Transform transform,
Op subOp)
- Specified by:
apply
in class Op1
copy
public Op copy(Op newOp)
- Specified by:
copy
in class Op1
getName
public String getName()
visit
public void visit(OpVisitor opVisitor)
getService
public com.hp.hpl.jena.graph.Node getService()
getServiceElement
public ElementService getServiceElement()
getSilent
public boolean getSilent()
hashCode
public int hashCode()
- Specified by:
hashCode
in class OpBase
equalTo
public boolean equalTo(Op other,
NodeIsomorphismMap labelMap)
- Specified by:
equalTo
in interface Op
- Specified by:
equalTo
in class OpBase
Licenced under the Apache License, Version 2.0