public interface Group extends SupportsExpr
Abstract representation of a group of atoms in a query
Modifier and Type | Method and Description |
---|---|
void |
addChild(Group theGroup) |
boolean |
isOptional() |
int |
size() |
expr
boolean isOptional()
void addChild(Group theGroup)
int size()
Copyright © 2001-2016 Aduna. All Rights Reserved.