java.lang.Object
org.apache.jena.sparql.util.PrintSerializableBase
org.apache.jena.sparql.algebra.op.OpBase
org.apache.jena.sparql.algebra.op.OpN
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable
,Op
,Named
,PrintSerializable
- Direct Known Subclasses:
OpDisjunction
,OpSequence
-
Method Summary
Methods inherited from class org.apache.jena.sparql.algebra.op.OpBase
equals, equalTo, output, output
Methods inherited from class org.apache.jena.sparql.util.PrintSerializableBase
toString, toString
Methods inherited from interface org.apache.jena.sparql.util.PrintSerializable
toString
-
Method Details
-
add
Accumulate an op in the OpN. This exists to help building OpN in the first place. Once built, an OpN, like any Op should be treated as immutable with no calls change the sub ops contents. No calls to .add. -
get
-
apply
-
copy
-
size
public int size() -
hashCode
public int hashCode() -
getElements
-
iterator
-