idl.tmt.util
Class FilterableIDMap

java.lang.Object
  |
  +--idl.tmt.util.IDMap
        |
        +--idl.tmt.util.FilterableIDMap

public class FilterableIDMap
extends IDMap

Created on Mar 26, 2004

Author:
jelsas

Fields inherited from class idl.tmt.util.IDMap
ID_UNKNOWN, idsToValues, valuesToIds
 
Constructor Summary
FilterableIDMap()
           
 
Method Summary
 void applyFilter(TmtMatrix filterMatrix)
           
 
Methods inherited from class idl.tmt.util.IDMap
containsId, containsValue, getIDFromValue, getValueFromID, put, size
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

FilterableIDMap

public FilterableIDMap()
Method Detail

applyFilter

public void applyFilter(TmtMatrix filterMatrix)
                 throws BadDimensionException