Uses of Interface
ilog.rules.brl.IlrBRLRuleElement
-
Packages that use IlrBRLRuleElement Package Description ilog.rules.brl Contains classes related to the Business Rule Language Definition Framework (BRLDF).ilog.rules.teamserver.common ilog.rules.webui Provides the API to manipulate and define Decision Center web components. -
-
Uses of IlrBRLRuleElement in ilog.rules.brl
Subinterfaces of IlrBRLRuleElement in ilog.rules.brl Modifier and Type Interface Description interfaceIlrMutableBRLRuleElementMutable facade of a business rule.Methods in ilog.rules.brl that return IlrBRLRuleElement Modifier and Type Method Description IlrBRLRuleElementIlrBRLRuleElementTranslatorInput. getBRLRuleElement()This method returns the BRLRuleElement associated to this translator inputIlrBRLRuleElementIlrBRLRuleSet. getRule(int index)Return the rule at the given indexIlrBRLRuleElementIlrBRLRuleSet. getRule(String name)This methor return a rule with the given name in the ruleset.Methods in ilog.rules.brl with parameters of type IlrBRLRuleElement Modifier and Type Method Description voidIlrBRLBuildManager. add(IlrBRLRuleElement rule)voidIlrBRLRuleSet. addRule(IlrBRLRuleElement rule)Add a rule to the rulesetprotected intIlrBRLBuildManager. build(IlrBRLRuleElement r)protected intIlrBRLBuildManager. buildVocabularyRule(IlrBRLRuleElement r)intIlrBRLInterpreter. interpret(IlrVocabulary vocabulary, IlrBRLRuleElement rule)This method interpret the given rule and return the number of error if anyprotected intIlrBRLBuildManager. parse(IlrBRLRuleElement r)protected voidIlrBRLBuildManager. remove(IlrBRLRuleElement rule)voidIlrBRLRuleSet. removeRule(IlrBRLRuleElement rule)Removes a rule from this ruleset.voidIlrBRLRuleElementTranslatorInput. setBRLRuleElement(IlrBRLRuleElement element)set the BRLRuleElement associated to this translator elementConstructors in ilog.rules.brl with parameters of type IlrBRLRuleElement Constructor Description IlrBRLRuleElementTranslatorInput(IlrBRLRuleElement rule)This constructor initialize a translator input with a rule represented by an instance of IlrBRLRuleElement -
Uses of IlrBRLRuleElement in ilog.rules.teamserver.common
Classes in ilog.rules.teamserver.common with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IlrBRLRuleElement Modifier and Type Class Description classilog.rules.teamserver.common.IlrBRLParseableRuleElement -
Uses of IlrBRLRuleElement in ilog.rules.webui
Classes in ilog.rules.webui that implement IlrBRLRuleElement Modifier and Type Class Description classIlrWBRLSyntacticRuleElementDeprecated.Methods in ilog.rules.webui with parameters of type IlrBRLRuleElement Modifier and Type Method Description voidIlrWSyntacticEditor. setBRLRuleElement(IlrBRLRuleElement ruleElement, IlrVocabulary vocabulary)Deprecated.
-