Rule Execution Server API

ilog.rules.bom
Interface IlrDomainIntersection

All Superinterfaces:
IlrDomain, IlrTransientProperties
All Known Subinterfaces:
IlrMutableDomainIntersection
All Known Implementing Classes:
IlrDynamicDomainIntersection

public interface IlrDomainIntersection
extends IlrDomain

Domain composed of an intersection of domains.


Method Summary
 List getDomains()
          Returns a list of the domains defining this domain intersection.
 
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

getDomains

List getDomains()
Returns a list of the domains defining this domain intersection.

Returns:
A list of the domains. The returned list contains IlrDomains.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2012