ILOG JRules

Package ilog.rules.ras.operator

Provides the core classes for all operators used in tests.

See:
          Description

Class Summary
IlrDataObjectOperators This class provides operators for XOM data objects.
IlrInOutParametersOperators Provides operators for XOM data objects defined in a ruleset signature.
IlrNumberOperators This class provides operators for numbers: Integer (int) Long (long) Float (float) Double (double)
IlrRulesFiredOperators This class provides operators for the ilog.rules.ras.core.executor.IlrRuleFired interface.
IlrStringArrayOperators This class provides operators for the java.util.Collection class.
IlrStringMapOperators This class provides operators for the java.util.Map class.
IlrStringOperators This class provides operators for the java.lang.String class.
IlrTasksExecutedOperators This class provides operators for the ilog.rules.ras.core.executor.IlrTaskExecuted interface.
 

Package ilog.rules.ras.operator Description

Provides the core classes for all operators used in tests.


ILOG JRules