Package org.vast.swe.fast
Class FilterByDefinition
java.lang.Object
org.vast.swe.fast.FilterByDefinition
- All Implemented Interfaces:
IComponentFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(DataComponent comp) Tells wether the given component should be selected
-
Constructor Details
-
FilterByDefinition
-
-
Method Details
-
accept
Description copied from interface:IComponentFilter
Tells wether the given component should be selected- Specified by:
accept
in interfaceIComponentFilter
- Parameters:
comp
- component to test- Returns:
- tru if selected, false otherwise
-