Class AttributeActionRule

java.lang.Object
com.aquima.interactions.rule.inference.table.AttributeActionRule

public class AttributeActionRule extends Object
This class is used to store a single action of a decision table.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • getActionId

      protected String getActionId()
    • getTargetAttribute

      protected String getTargetAttribute()
    • gatherScopeObjects

      protected void gatherScopeObjects(Set<String> scopeObjects)
    • evaluateWith

      protected IValue evaluateWith(InferenceContext context)
    • toString

      public String toString()
      Overrides:
      toString in class Object