Rule Execution Server API

ilog.rules.bom
Interface IlrMethod.IlrGenericMethodInfo

All Superinterfaces:
IlrGenericInfo
Enclosing interface:
IlrMethod

public static interface IlrMethod.IlrGenericMethodInfo
extends IlrGenericInfo

This interface provides the information for generic methods and instantiations of these generic methods.

Since:
JRules 6.0

Method Summary
 IlrMethod bindGenericParameters(IlrType[] parameters)
          Instantiates a generic type using the parameters.
 
Methods inherited from interface ilog.rules.bom.IlrGenericInfo
getTypeParameters, isFullyBound, mapParameter
 

Method Detail

bindGenericParameters

IlrMethod bindGenericParameters(IlrType[] parameters)
Instantiates a generic type using the parameters.

Throws:
IllegalArgumentException - If the arguments do not follow the generic parameter constraints.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2012