ILOG JRules

Package ilog.rules.ras.core.kpi

Provides the core classes to perform KPI computations on scenario suites and simulations.

See:
          Description

Interface Summary
IlrKpi The base KPI interface.
IlrKpiObject This interface represents the result of a KPI computation.
IlrScenarioSuiteKpi The scenario suite KPI.
IlrSimulationKpi The simulation KPI.
 

Class Summary
IlrBaseKpiObject A base KPI result class that facilitates the XML serialization and deserialization of the KPI object.
IlrKpiOnErrorKpiObject A KPI result class that facilitates error management on a KPI calculation.
IlrKPIRegister This class is the registration point for all KPIs in Rule Scenario Manager.
IlrStringKpi A KPI result class for storing a result of type string.
 

Exception Summary
IlrUnsupportedKpiException An exception thrown when an unsupported KPI is used.
 

Package ilog.rules.ras.core.kpi Description

Provides the core classes to perform KPI computations on scenario suites and simulations.


ILOG JRules