java.lang.Object
com.aquima.interactions.rule.impl.table.Action

public class Action extends Object
This class holds the action definition of a decision table model.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

    • Action

      protected Action(IActionDS actionDS)
  • Method Details

    • getActionId

      public String getActionId()
      This method returns the ID of the action.
      Returns:
      the ID of the action.
    • getTargetAttribute

      public String getTargetAttribute()
      This method returns the name of the attribute for which the action is defined.
      Returns:
      the name of the attribute for which the action is defined.
    • getValueExpression

      public String getValueExpression()
      This method returns the value of the action.
      Returns:
      the value of the action.
    • getMultipleValueExpression

      public String[] getMultipleValueExpression()