ContentsIndexHome
PreviousUpNext
IFilter.restrict Method (int, ISetData)

Restricts the specified dimension to the given ISetData, i.e. on this dimension, only elements that are contained in the ISetData are included. 

 

Java
void restrict(int dim, 
                     ISetData domain);
Parameters 
Description 
int dim 
The dimension which has to be restricted.  
ISetData domain 
The set to which this dimension has to be restricted.