ilog.rules.bom
Interface IlrClass.IlrGenericClassInfo
-
- All Superinterfaces:
- IlrGenericInfo
- Enclosing interface:
- IlrClass
public static interface IlrClass.IlrGenericClassInfo extends IlrGenericInfo
This interface provides the information for generic classes and instantiations of those generic classes- Since:
- JRules 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description IlrClassbindGenericParameters(IlrType[] parameters)Instantiates a generic type using the parameters.-
Methods inherited from interface ilog.rules.bom.IlrGenericInfo
getTypeParameters, isFullyBound, mapParameter
-
-