Package adams.gui.goe.classtree
Interface StrictClassTreeFilter
-
- All Known Implementing Classes:
ActorClassTreeFilter
public interface StrictClassTreeFilterInterface for filters that allow strict filtering.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisStrict()Returns whether strict or relaxed filtering is used.voidsetStrict(boolean value)Sets whether to use strict or relaxed filtering.
-