Package oracle.rules.sdk2.dictionary
Interface UnnamedComponent
- All Known Implementing Classes:
Action,Aggregate,Constructor,DataModel,DecisionFunctionRuleSet,DictionaryLink,Dimension,DimensionNode,DSL,DTAction,DTActionNode,DTRule,Expression,FactBinding,Modifiers,OverloadedParameter,Pattern,Preferences,PropertyValue,SimpleTest,UnnamedDictionaryComponent,UnnamedModelComponent,UnnamedRuleComponent,UnnamedVerbalizedModelComponent
public interface UnnamedComponent
-
Method Details
-
getName
String getName()- Returns:
- null
-
setName
Does Nothing -
getAlias
String getAlias()- Returns:
- null
-
setAlias
Does nothing -
isAliasDistinct
boolean isAliasDistinct()- Returns:
- false
-
isNameDistinct
boolean isNameDistinct()- Returns:
- false
-
getPropertyNames
String[] getPropertyNames() -
getDiffMatchValue
String getDiffMatchValue()value to use matching table entries, "" means use positional matching- Returns:
- "" usually
-