Package oracle.rules.sdk2.ruleset
Class AbstractPermutedChoice
java.lang.Object
oracle.rules.sdk2.dictionary.AbstractChoiceImpl
oracle.rules.sdk2.dictionary.AbstractVerbalChoice
oracle.rules.sdk2.ruleset.AbstractPermutedChoice
- All Implemented Interfaces:
Serializable
,Cloneable
,Choice
,VerbalChoice
- Direct Known Subclasses:
ActionPermutedChoice
,SimpleTestPermutedChoice
- 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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.rules.sdk2.dictionary.Choice
Choice.Kind
-
Field Summary
Fields inherited from interface oracle.rules.sdk2.dictionary.VerbalChoice
VERBAL_CHOICE_EXPR, VERBAL_CHOICE_TYPE, VERBAL_CHOICE_VAR
-
Method Summary
Modifier and TypeMethodDescriptionThis is similar toDictionaryComponent.getAEReferences()
, except that it returns a list of all Fact Types, Globals and Buckets referenced by this choice.getPermutedPropertyChoice
(String propertyName) A list of VerbalChoices that are similar to this choice.Get the translated value of the choice, or null if none.getValue
(boolean translate) Get the value of the choiceboolean
VerbalChoice implMethods inherited from class oracle.rules.sdk2.dictionary.AbstractVerbalChoice
addExpression, addExpression, canAddExpression, canRemoveExpression, equals, getDictionary, getName, getTranslatedName, getVerbalChoiceTokenizer, getVerbalValue, hashCode, isNewDefinition, removeExpression, toString
Methods inherited from class oracle.rules.sdk2.dictionary.AbstractChoiceImpl
getAltValue, getChildren, getDefinition, getDescription, getDescription, getID, getKind, getListContentType, getListContentType, getListContentTypeID, getLiteralValue, getName, getParent, getTranslatedName, getTranslatedValue, getType, getType, getTypeID, getValue, getVerbalValue, isAssignable, isAssignablePrefix, isExpanded, isGlobal, isQualified, isSelectable, isStatic, isTestable, setDefinition, setName, setSelectable
Methods inherited from interface oracle.rules.sdk2.dictionary.Choice
getAltValue, getChildren, getDefinition, getDescription, getDescription, getID, getKind, getListContentType, getListContentType, getListContentTypeID, getLiteralValue, getName, getParent, getTranslatedName, getTranslatedValue, getType, getType, getTypeID, getValue, getVerbalValue, isAssignable, isAssignablePrefix, isExpanded, isGlobal, isQualified, isSelectable, isStatic, isTestable
-
Method Details
-
getValue
Description copied from interface:Choice
Get the value of the choice- Specified by:
getValue
in interfaceChoice
- Overrides:
getValue
in classAbstractChoiceImpl
- Parameters:
translate
- flag to translate the value- Returns:
- value
-
getTranslatedValue
Description copied from interface:Choice
Get the translated value of the choice, or null if none.- Specified by:
getTranslatedValue
in interfaceChoice
- Overrides:
getTranslatedValue
in classAbstractChoiceImpl
- Returns:
- translated value, or null
-
hasParameters
public boolean hasParameters()VerbalChoice impl- Returns:
- true if the VerbalChoice has any parameters, false otherwise
-
getAlternateChoices
-
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
-
getPermutedPropertyChoice
-
getAEReferences
This is similar toDictionaryComponent.getAEReferences()
, except that it returns a list of all Fact Types, Globals and Buckets referenced by this choice.
-