- All Implemented Interfaces:
Op
- Direct Known Subclasses:
OpAnd, OpUnion
public abstract class Op2
extends Object
implements Op
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.aksw.jena_sparql_api.shape.algebra.op.Op
accept
-
-
Constructor Details
-
Op2
public Op2(Op left,
Op right)
-