ilog.rules.brl
Interface IlrBRLRuleEditingContext
-
- All Known Subinterfaces:
- IlrDTRuleEditingContext
public interface IlrBRLRuleEditingContextWhen 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 Summary
Methods Modifier and Type Method and Description IlrBRLDefinitiongetDefinition()Returns the business rule language definition associated with the rule being edited.IlrBRLElementgetEditedElement()Returns the edited element.IlrVocabularygetVocabulary()Returns the vocabulary associated with the rule being edited.
-
-
-
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
-
-