ilog.rules.brl

Interface IlrBRLRuleEditingContext

  • All Known Subinterfaces:
    IlrDTRuleEditingContext


    public interface IlrBRLRuleEditingContext
    When a rule is being edited, some information about the editing context, such as the edited element, the current vocabulary, and the language definition of the edited element, is provided by implementation of this interface.

    You should not implement this interface directly. The editing contexts of the product attach objects that implement this interface to syntax trees.

    • Method Detail

      • getEditedElement

        IlrBRLElement getEditedElement()
        Returns the edited element.
      • getDefinition

        IlrBRLDefinition getDefinition()
        Returns the business rule language definition associated with the rule being edited.
        See Also:
        IlrBRLDefinition
      • getVocabulary

        IlrVocabulary getVocabulary()
        Returns the vocabulary associated with the rule being edited.
        See Also:
        IlrVocabulary

© Copyright IBM Corp. 1987, 2020