Class DTActionTable

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

public class DTActionTable extends DTComponentTable<DTAction>
An ordered list of DTActions in the decision table. RuleSheet contains a DTActionTable, which holds multiple DTActions shared by the rules in the sheet.
See Also: