Package org.vast.swe
Interface IComponentFilter
- All Known Implementing Classes:
FilterByDefinition
public interface IComponentFilter
A filter for data component.
An instance of this class can be passed to several methods in the
DataComponent APIs in order to filter a component tree.
- Since:
- Apr 9, 2015
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(DataComponent comp) Tells wether the given component should be selected
-
Method Details
-
accept
Tells wether the given component should be selected- Parameters:
comp
- component to test- Returns:
- tru if selected, false otherwise
-