public interface IGroupNode<E extends IGroupMemberNode> extends IGroupMemberNode, Iterable<E>
UnionNode
and JoinGroupNode
query
nodes.IQueryNode.Annotations
Modifier and Type | Method and Description |
---|---|
IGroupNode<E> |
addChild(E child)
Add a child to this group.
|
boolean |
isEmpty()
Return
true iff the group is empty. |
IGroupNode<E> |
removeChild(E child)
Remove a child from this group.
|
int |
size()
Return the #of children which are direct members of the group.
|
getContext, getParent, getParentGraphPatternGroup, getParentJoinGroup, setParent
toString
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString
getProperty
getDesiredBound, getRequiredBound
IGroupNode<E> addChild(E child)
IGroupNode<E> removeChild(E child)
boolean isEmpty()
true
iff the group is empty.int size()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.