Package adams.gui.goe.classtree
Interface StrictClassTreeFilter
-
- All Known Implementing Classes:
ActorClassTreeFilter
public interface StrictClassTreeFilter
Interface 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 boolean
isStrict()
Returns whether strict or relaxed filtering is used.void
setStrict(boolean value)
Sets whether to use strict or relaxed filtering.
-