Class DecisionFunctionFactTable

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

public class DecisionFunctionFactTable extends ModelComponentTable<DecisionFunctionFact>
Child of DecisionFunction. It contains a list of DecisionFunctionInputs.
See Also:
  • Method Details

    • add

      public DecisionFunctionFact add(int index)
      Create a DecisionFunctionInput and add it to the DecisionFunctionInput table
      Specified by:
      add in class DictionaryComponentTable<DecisionFunctionFact>
      Returns:
      The newly created DecisionFunctionInput.
    • hasData

      public boolean hasData()
      At least one type in the table requires a wrapper fact type.