public class DisjunctUnionNode extends DisjunctNode
UnionNode. It evaluates to true only iff
all its children are false. Conversely, it evaluates to false if any of its
children are true.
As an RS query it looks like -(@f1:v1|@f2:v2)Node.Parenthesize| Constructor and Description |
|---|
DisjunctUnionNode() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getJoinString() |
toStringprotected java.lang.String getJoinString()
getJoinString in class IntersectNodeCopyright © 2025. All rights reserved.