Class TmsAttributeValue

java.lang.Object
com.aquima.interactions.rule.tms.TmsAttributeValue
All Implemented Interfaces:
Serializable

public class TmsAttributeValue extends Object implements Serializable
Describes the state of an tms inferenced attribute.
Since:
7.0
Author:
a.pragt
See Also:
  • Constructor Details

    • TmsAttributeValue

      protected TmsAttributeValue()
    • TmsAttributeValue

      protected TmsAttributeValue(IValue attrValue, SourceType sourceType, String ruleName, String justificationId, String attributeName)
  • Method Details

    • getRuleName

      protected String getRuleName()
    • getJustificationId

      protected String getJustificationId()
    • getValue

      protected IValue getValue()
    • hasValue

      protected boolean hasValue()
    • getSourceType

      protected SourceType getSourceType()
    • getAttributeName

      public String getAttributeName()