Class OpPropFunc
- java.lang.Object
-
- org.apache.jena.sparql.util.PrintSerializableBase
-
- org.apache.jena.sparql.algebra.op.OpBase
-
- org.apache.jena.sparql.algebra.op.Op1
-
- org.apache.jena.sparql.algebra.op.OpPropFunc
-
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable,Op,Named,PrintSerializable
public class OpPropFunc extends Op1
Property functions (or any OpBGP replacement) Execution will be per-engine specific
-
-
Constructor Summary
Constructors Constructor Description OpPropFunc(Node uri, PropFuncArg args1, PropFuncArg args2, Op op)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Opapply(Transform transform, Op subOp)Op1copy(Op op)booleanequalTo(Op other, NodeIsomorphismMap labelMap)java.lang.StringgetName()PropFuncArggetObjectArgs()NodegetProperty()PropFuncArggetSubjectArgs()inthashCode()voidvisit(OpVisitor opVisitor)-
Methods inherited from class org.apache.jena.sparql.util.PrintSerializableBase
toString, toString
-
Methods inherited from interface org.apache.jena.sparql.util.PrintSerializable
toString
-
-
-
-
Constructor Detail
-
OpPropFunc
public OpPropFunc(Node uri, PropFuncArg args1, PropFuncArg args2, Op op)
-
-
Method Detail
-
getSubjectArgs
public PropFuncArg getSubjectArgs()
-
getObjectArgs
public PropFuncArg getObjectArgs()
-
visit
public void visit(OpVisitor opVisitor)
-
getProperty
public Node getProperty()
-
getName
public java.lang.String getName()
-
-