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 TypeMethodDescriptionbooleanaccept(DataComponent comp) Tells wether the given component should be selected 
- 
Constructor Details
- 
FilterByDefinition
 
 - 
 - 
Method Details
- 
accept
Description copied from interface:IComponentFilterTells wether the given component should be selected- Specified by:
 acceptin interfaceIComponentFilter- Parameters:
 comp- component to test- Returns:
 - tru if selected, false otherwise
 
 
 -