Uses of Interface
PamguardMVC.DataUnitMatcher
Packages that use DataUnitMatcher
-
Uses of DataUnitMatcher in generalDatabase
Classes in generalDatabase that implement DataUnitMatcherModifier and TypeClassDescriptionclassWorks with a DataUnitFinder to match PamDataUnits by database index. -
Uses of DataUnitMatcher in PamguardMVC
Classes in PamguardMVC that implement DataUnitMatcherModifier and TypeClassDescriptionclassMatch data based on binary file information.classDefault data unit matcher for use with DataUnitFinder Matches clicks on time and possibly also channel/sequence number depending on the number of arguments supplied.Methods in PamguardMVC that return DataUnitMatcherMethods in PamguardMVC with parameters of type DataUnitMatcherModifier and TypeMethodDescriptionvoidDataUnitFinder.setDataUnitMatcher(DataUnitMatcher dataUnitMatcher) Constructors in PamguardMVC with parameters of type DataUnitMatcherModifierConstructorDescriptionDataUnitFinder(PamDataBlock<Tunit> pamDataBlock, DataUnitMatcher dataUnitMatcher) Create a data unit finder that uses a user created matcherDeletedDataUnitFinder(PamDataBlock pamDataBlock, DataUnitMatcher dataUnitMatcher)