Class ActionTable

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

public class ActionTable extends RuleComponentTable<Action>
An ActionTable is an ordered list of actions. It is usually the action block of a rule, but may be used in other contexts as well.
See Also:
  • Constructor Details

  • Method Details

    • add

      public Action add(int index)
      Description copied from class: DictionaryComponentTable
      Add a new element to the table at the specified location and return the new element Must be abstract because generics cannot do "new T"
      Specified by:
      add in class DictionaryComponentTable<Action>
      Returns:
      new table element
    • getAllActions

      public List<Action> getAllActions()
    • getLocalVariables

      public List<ScopedVariable> getLocalVariables()
      Returns:
      List of all the local (not the in scope) variables in this ActionTable
    • inScopeVariables

      public List<ScopedVariable> inScopeVariables()
      TODO Ganesh - I cannot see a case for nested DSLs in Action at this time. If this is needed in the future this should be changed to accommodate the same.
      Returns:
      Variables defined in this ActionTable
    • getRL

      public boolean getRL(StringBuilder sb, Map<Object,Object> properties)
      INTERNAL USE ONLY. Public so CombinedDataModel.generateFunction can use for function body
    • getOutputTypeIDs

      public List<List<DOID>> getOutputTypeIDs()