Rule Execution Server API

ilog.rules.bom.mutable
Interface IlrMutableCollectionDomain

All Superinterfaces:
IlrCollectionDomain, IlrDomain, IlrTransientProperties

public interface IlrMutableCollectionDomain
extends IlrCollectionDomain

Collection domain mutable interface.

Since:
JRules 6.5

Field Summary
 
Fields inherited from interface ilog.rules.bom.IlrCollectionDomain
INFINITE
 
Method Summary
 void setElementDomain(IlrDomain elementDomain)
          Sets the domain of the elements in the collection.
 void setElementType(IlrType elementType)
          Sets the type of the elements in the collection.
 
Methods inherited from interface ilog.rules.bom.IlrCollectionDomain
getElementDomain, getElementType, getMax, getMin
 
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

setElementType

void setElementType(IlrType elementType)
Sets the type of the elements in the collection.


setElementDomain

void setElementDomain(IlrDomain elementDomain)
Sets the domain of the elements in the collection.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013