ContentsIndexHome
PreviousUpNext
IDataView.tupleCompatible Method

Verifies that the dimension and underlying root sets of the ITuple are applicable on this IData. Only structure is validated; the values themselves are not considered. 

 

Java
boolean tupleCompatible(ITuple tuple);
Parameters 
Description 
ITuple tuple 
The tuple to be checked.  

True if the tuple applies.