public class Group extends AlgebraicOperator
Constructor and Description |
---|
Group()
Default constructor.
|
Group(java.util.List<Variable> groupList)
Constructs a new group operator.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Variable> |
getGroupList()
Retrieves all group variables.
|
java.lang.Iterable<Variable> |
groups()
Retrieves the group's group list.
|
java.lang.String |
toString()
A textual representation of this operation.
|
public Group()
public Group(java.util.List<Variable> groupList)
groupList
- the group list of this operation.public java.lang.Iterable<Variable> groups()
public java.util.List<Variable> getGroupList()
public java.lang.String toString()
toString
in class java.lang.Object