Package oracle.rules.sdk2.datamodel
Interface FactContext
- All Known Implementing Classes:
PropertyValue
public interface FactContext
-
Method Summary
Modifier and TypeMethodDescriptionGet the Type choices for the Factboolean
-
Method Details
-
getTypeIDs
Get the Type choices for the Fact- Returns:
- List of Type IDs
-
getBucketSet
BucketSet getBucketSet()- Returns:
- BucketSet constraining the Fact values.
null
otherwise
-
getDefaultExpression
Expression getDefaultExpression()- Returns:
- Default Expression (if any) associated with the Fact,
null
otherwise
-
getFactAliasPrefix
String getFactAliasPrefix()- Returns:
- Prefix for the default Fact Alias (if any), "" otherwise
-
isTranslatable
boolean isTranslatable()- Returns:
- true if Fact Alias is user translatable, "" otherwise
-