Package com.luciad.format.arinc.util
Interface ILcdARINCModelFilter
- All Superinterfaces:
ILcdFilter
,Predicate
,Serializable
A filter to be used while decoding ARINC data.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setModelDescriptor
(ILcdModelDescriptor aModelDescriptor) Specifies the model descriptor of the model whose objects will be filtered.Methods inherited from interface com.luciad.util.ILcdFilter
accept, test
-
Method Details
-
setModelDescriptor
Specifies the model descriptor of the model whose objects will be filtered.- Parameters:
aModelDescriptor
- the model descriptor of the model being filtered
-