public class OpPropFunc extends Op1
| Constructor and Description |
|---|
OpPropFunc(Node uri,
PropFuncArg args1,
PropFuncArg args2,
Op op) |
| Modifier and Type | Method and Description |
|---|---|
Op |
apply(Transform transform,
Op subOp) |
Op1 |
copy(Op op) |
boolean |
equalTo(Op other,
NodeIsomorphismMap labelMap) |
String |
getName() |
PropFuncArg |
getObjectArgs() |
Node |
getProperty() |
PropFuncArg |
getSubjectArgs() |
int |
hashCode() |
void |
visit(OpVisitor opVisitor) |
toString, toStringtoStringpublic OpPropFunc(Node uri, PropFuncArg args1, PropFuncArg args2, Op op)
public PropFuncArg getSubjectArgs()
public PropFuncArg getObjectArgs()
public void visit(OpVisitor opVisitor)
public Node getProperty()
public boolean equalTo(Op other, NodeIsomorphismMap labelMap)
public String getName()
Licenced under the Apache License, Version 2.0