Package com.luciad.util
Interface ILcdFilter<T>
- All Superinterfaces:
Predicate<T>,Serializable
- All Known Subinterfaces:
ILcdAIXMModelFilter,ILcdARINCModelFilter,ILcdDAFIFModelFilter,ILcdDynamicFilter<T>
- All Known Implementing Classes:
ALcdDGNLevelFilter,ALcdDynamicFilter,ALcyCompositeFilter,TLcdDAFIFModelAndFilter,TLcdDefaultObjectInModelFilter,TLcdElevationModelFilter,TLcyCompositeAndFilter,TLcyModelObjectFilter
This interface defines a filter for objects of the type
T.-
Method Summary
-
Method Details
-
accept
Tests if a given object passes the filter or not. The actual test condition is specified by the implementation of this interface.- Parameters:
aObject- the object to be tested by the filter.- Returns:
trueif the object passes the filter,falseotherwise.
-
test
-