Class AbstractPermutedChoice

All Implemented Interfaces:
Serializable, Cloneable, Choice, VerbalChoice
Direct Known Subclasses:
ActionPermutedChoice, SimpleTestPermutedChoice

public abstract class AbstractPermutedChoice extends AbstractVerbalChoice
Since:
12.1.2
Version:
$Header: rules/main/modules/sdk2/src/main/java/oracle/rules/sdk2/ruleset/AbstractPermutedChoice.java /main/16 2014/01/16 19:17:31 gopandey Exp $
Author:
gopandey
See Also:
  • Method Details

    • 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
    • hasParameters

      public boolean hasParameters()
      VerbalChoice impl
      Returns:
      true if the VerbalChoice has any parameters, false otherwise
    • getAlternateChoices

      public List<VerbalChoice> getAlternateChoices()
    • 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
    • getPermutedPropertyNames

      public List<String> getPermutedPropertyNames()
    • getPermutedPropertyChoice

      public Choice getPermutedPropertyChoice(String propertyName)
    • getAEReferences

      public List<DOID> getAEReferences()
      This is similar to DictionaryComponent.getAEReferences(), except that it returns a list of all Fact Types, Globals and Buckets referenced by this choice.