Interface ILcdARINCModelFilter

All Superinterfaces:
ILcdFilter, Predicate, Serializable

public interface ILcdARINCModelFilter extends ILcdFilter
A filter to be used while decoding ARINC data.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Specifies the model descriptor of the model whose objects will be filtered.

    Methods inherited from interface com.luciad.util.ILcdFilter

    accept, test

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Method Details

    • setModelDescriptor

      void setModelDescriptor(ILcdModelDescriptor aModelDescriptor)
      Specifies the model descriptor of the model whose objects will be filtered.
      Parameters:
      aModelDescriptor - the model descriptor of the model being filtered