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()
          Retrieves the canonical ruleset path of this ruleset.
 IlrRuleset getCRERuleset()
          Retrieves the ruleset.
 IlrRulesetArchiveProperties getRulesetArchiveProperties()
          Retrieves the ruleset archive properties of this ruleset.
 ClassLoader getXOMClassLoader()
          Retrieves the XOM class loader of this ruleset.
 

Method Detail

getCanonicalRulesetPath

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


getXOMClassLoader

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


getRulesetArchiveProperties

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


getCRERuleset

IlrRuleset getCRERuleset()
Retrieves the ruleset.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013