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 Type
    Method
    Description
    Get the Root FactBinding, creating if necessary
    Get the SimpleTestTable that would contain the AutoPattern
    boolean
    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