Rule Execution Server API

ilog.rules.res.xu.ruleset
Interface IlrXURuleset


public interface IlrXURuleset

Represents a ruleset in the Execution Unit (XU).

Since:
7.1

Method Summary
 String getCanonicalRulesetPath()
          Returns the canonical ruleset path of this ruleset.
 IlrRuleset getRCERuleset()
          Returns the ruleset.
 IlrRulesetArchiveProperties getRulesetArchiveProperties()
          Returns the ruleset archive properties of this ruleset.
 ClassLoader getXOMClassLoader()
          Returns the XOM class loader of this ruleset.
 

Method Detail

getCanonicalRulesetPath

String getCanonicalRulesetPath()
Returns the canonical ruleset path of this ruleset.


getXOMClassLoader

ClassLoader getXOMClassLoader()
Returns the XOM class loader of this ruleset.


getRulesetArchiveProperties

IlrRulesetArchiveProperties getRulesetArchiveProperties()
Returns the ruleset archive properties of this ruleset.


getRCERuleset

IlrRuleset getRCERuleset()
Returns the ruleset.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2012