Package oracle.rules.sdk2.ruleset
Interface ScopedVariable
- All Known Implementing Classes:
Action
,Aggregate
,DecisionFunctionFact
,DSLParameter
,DTAction
,FormalParameter
,Pattern
,SimpleTest
public interface ScopedVariable
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias
(boolean translate) getID()
getKind()
boolean
void
setVariableRL
(int varNum) void
setVariableRL
(String name)
-
Method Details
-
getAlias
-
getVariableRL
Object getVariableRL() -
getFactTypeID
DOID getFactTypeID() -
getID
DOID getID() -
setVariableRL
-
setVariableRL
void setVariableRL(int varNum) -
isAssignable
boolean isAssignable() -
getKind
Choice.Kind getKind()
-