Class VerbalChoiceImpl

All Implemented Interfaces:
Serializable, Cloneable, Choice, VerbalChoice

public class VerbalChoiceImpl extends AbstractVerbalChoice
Since:
12.1.2
Author:
Ganesh RK
See Also:
  • Method Details

    • newVerbalChoice

      public static VerbalChoice newVerbalChoice(DSL dsl)
    • newVerbalChoice

      public static VerbalChoice newVerbalChoice(String value)
    • copy

      public static VerbalChoiceImpl copy(VerbalChoiceImpl from)
    • getValue

      public String getValue(boolean translate)
      Description copied from interface: Choice
      Get the value of the choice
      Specified by:
      getValue in interface Choice
      Overrides:
      getValue in class AbstractChoiceImpl
      Parameters:
      translate - flag to translate the value
      Returns:
      value
    • getTranslatedValue

      public String getTranslatedValue()
      Description copied from interface: Choice
      Get the translated value of the choice, or null if none.
      Specified by:
      getTranslatedValue in interface Choice
      Overrides:
      getTranslatedValue in class AbstractChoiceImpl
      Returns:
      translated value, or null
    • setVerbalRuleComponent

      public void setVerbalRuleComponent(VerbalRuleComponent vrc)
    • getVerbalRuleComponent

      public VerbalRuleComponent getVerbalRuleComponent()
    • isNewDefinition

      public boolean isNewDefinition()
      Description copied from interface: VerbalChoice
      Does this VerbalChoice represent a new Definition
      Specified by:
      isNewDefinition in interface VerbalChoice
      Overrides:
      isNewDefinition in class AbstractVerbalChoice
      Returns:
      true if the VerbalChoice represents a new Definition, false otherwise
    • setAsNewDefinition

      public void setAsNewDefinition(boolean isNewDefinition)
    • hasParameters

      public boolean hasParameters()
      Description copied from interface: VerbalChoice
      Check if the VerbalChoice has any required parameters
      Returns:
      true if the VerbalChoice has any parameters, false otherwise
    • initParameterValue

      public void initParameterValue(DSLParameter parameter, Expression expression)
    • initParameterValue

      public void initParameterValue(DSLParameter parameter, Choice choice)
    • initParameterValue

      public void initParameterValue(DSLParameter parameter, String value)
    • setParameterValue

      public void setParameterValue(VerbalChoiceToken token)
    • getParameterValue

      public Object getParameterValue(DSLParameter parameter)
    • getSimilarChoices

      public List<VerbalChoice> getSimilarChoices()
      Description copied from interface: VerbalChoice
      A list of VerbalChoices that are similar to this choice. If the VerbalChoice is for a SimpleTest, the returned list would be the choices with the same left and right expressions, with different operators. If the VerbalChoice is for an Action, this may not be relevant.
      Returns:
      a list of similar VerbalChoices