Class AggregateTable

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Aggregate>, Collection<Aggregate>, List<Aggregate>

public class AggregateTable extends RuleComponentTable<Aggregate>
An AggregateTable is a list of expressions which can be used in function calls or asserts. It is created when an Action Form property is set so that it has the correct number and type of parameters. Rows cannot be added, deleted, or moved. Calling an update methods throws OperationNotSupportedException.
See Also: