Rule Execution Server API

ilog.rules.factory
Interface IlrClassDriver.Constructor

Enclosing interface:
IlrClassDriver

public static interface IlrClassDriver.Constructor

Interface for invoking some constructor with some given argument values.


Method Summary
 Object newInstance(Object[] arguments)
          Creates an instance of some class using some given argument values.
 

Method Detail

newInstance

Object newInstance(Object[] arguments)
Creates an instance of some class using some given argument values.

Parameters:
arguments - The argument values.
Returns:
the created object.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013