com.ibm.wbiserver.brules.mgmt.query
Interface LogicalOperatorNode
All Superinterfaces:
QueryNode, java.io.Serializable
All known subinterfaces:
- public interface LogicalOperatorNode
- extends QueryNode, java.io.Serializable
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getSubNodes()
Get the list of sub-nodes of this logical operator node.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getSubNodes
- java.util.List<QueryNode> getSubNodes( )
Get the list of sub-nodes of this logical operator node. There may be one or more sub-nodes
in the list.
Returns:
The list of sub-nodes of this logical operator node. The returned
List
object is unmodifiable.