Rule Execution Server API

ilog.rules.bom
Interface IlrEnumeratedDomain

All Superinterfaces:
IlrDomain, IlrTransientProperties
All Known Implementing Classes:
IlrDynamicEnumeratedDomain

public interface IlrEnumeratedDomain
extends IlrDomain

An enumerated domain is a domain defined by a list of possible values.


Method Summary
 List getValues()
          Returns a list of the values in the domain.
 
Methods inherited from interface ilog.rules.bom.IlrDomain
getRelatedElement, getStaticReferences
 
Methods inherited from interface ilog.rules.bom.IlrTransientProperties
getPropertyValue, getPropertyValue, propertyNames, removeProperty, setPropertyValue
 

Method Detail

getValues

List getValues()
Returns a list of the values in the domain.

Returns:
A list of the values in the domain. The returned list contains IlrAbstractValues.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2012