Rule Execution Server API

ilog.rules.res.model
Interface IlrCRERulesetArchive

All Superinterfaces:
IlrRESRulesetArchive
All Known Subinterfaces:
IlrRCERulesetArchive

public interface IlrCRERulesetArchive
extends IlrRESRulesetArchive

Represents a ruleset archive that can be used by the classic rule engine.

Since:
8.0.1

Method Summary
 IlrRulesetArchive getRulesetArchive()
          Retrieves ruleset archive as represented in the classic rule engine.
 
Methods inherited from interface ilog.rules.res.model.IlrRESRulesetArchive
getContentStream, getRulesetParameters, getRulesetParameters
 

Method Detail

getRulesetArchive

IlrRulesetArchive getRulesetArchive()
Retrieves ruleset archive as represented in the classic rule engine.

Returns:
The ruleset archive.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013