Rule Execution Server API

ilog.rules.bom
Interface IlrObjectModel.Selector

Enclosing interface:
IlrObjectModel

Deprecated. Use IlrSelector instead.

public static interface IlrObjectModel.Selector

This interface serves as a filter which is used to describe a subset of an object model.


Method Summary
 boolean acceptsAttribute(IlrAttribute attribute)
          Deprecated. Returns true if the attribute is accepted by this selector, false otherwise.
 boolean acceptsClass(IlrClass aClass)
          Deprecated. Returns true if the class is accepted by this selector, false otherwise.
 boolean acceptsEnum(IlrEnum enumeration)
          Deprecated. Returns true if the enum is accepted by this selector, false otherwise.
 boolean acceptsMethod(IlrMethod method)
          Deprecated. Returns true if the method is accepted by this selector, false otherwise.
 

Method Detail

acceptsEnum

boolean acceptsEnum(IlrEnum enumeration)
Deprecated. 
Returns true if the enum is accepted by this selector, false otherwise.


acceptsClass

boolean acceptsClass(IlrClass aClass)
Deprecated. 
Returns true if the class is accepted by this selector, false otherwise.


acceptsAttribute

boolean acceptsAttribute(IlrAttribute attribute)
Deprecated. 
Returns true if the attribute is accepted by this selector, false otherwise.


acceptsMethod

boolean acceptsMethod(IlrMethod method)
Deprecated. 
Returns true if the method is accepted by this selector, false otherwise.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013