Package oracle.rules.sdk2.ruleset
Interface AutoBindingContext
- All Known Implementing Classes:
DSL
,Rule
,RuleBase
,RuleCommon
,RuleSheet
,VerbalRule
public interface AutoBindingContext
- Since:
- 12.1.2
- Author:
- ganradha
-
Method Summary
Modifier and TypeMethodDescriptiongetRoot()
Get the Root FactBinding, creating if necessaryGet the SimpleTestTable that would contain the AutoPatternboolean
Is tree mode enabled?
-
Method Details
-
getSimpleTestTable
SimpleTestTable getSimpleTestTable()Get the SimpleTestTable that would contain the AutoPattern- Returns:
- SimpleTestTable
-
getRoot
FactBinding getRoot()Get the Root FactBinding, creating if necessary- Returns:
- FactBinding
-
isTreeMode
boolean isTreeMode()Is tree mode enabled?- Returns:
- boolean
-