Rule Execution Server API

Package com.ibm.rules.engine.util

Utility classes including filters, properties and exceptions.

See:
          Description

Interface Summary
CustomProperties CustomProperties represents the properties interface.
Filter<T> Filter represents the filter interface.
 

Class Summary
ArrayHelper Created with IntelliJ IDEA.
ArrayHelper.BooleanIterable  
ArrayHelper.BooleanIterator  
ArrayHelper.ByteIterable  
ArrayHelper.ByteIterator  
ArrayHelper.CharIterable  
ArrayHelper.CharIterator  
ArrayHelper.DoubleIterable  
ArrayHelper.DoubleIterator  
ArrayHelper.FloatIterable  
ArrayHelper.FloatIterator  
ArrayHelper.IntIterable  
ArrayHelper.IntIterator  
ArrayHelper.LongIterable  
ArrayHelper.LongIterator  
ArrayHelper.ShortIterable  
ArrayHelper.ShortIterator  
FunctionLocation  
FunctionVariableLocation  
 

Exception Summary
EngineException EngineException is the base class for all exceptions raised by an Engine instance.
EngineExecutionException An EngineExecutionException is raised when an exception is raised in a rule condition, or during rule body execution.
EngineInternalErrorException An EngineInternalErrorException is raised when an unexpected internal error occurs during Engine execution.
EngineInvalidStateException An EngineInvalidStateException is raised when an invalid state is found during an engine method call.
 

Package com.ibm.rules.engine.util Description

Utility classes including filters, properties and exceptions.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013