Package com.tagtraum.core
Interface Matchable<M>
-
- All Known Implementing Classes:
AnalyzeKey,AnalyzeReplayGain,AudioAnalysisTask,AudioPumpAnalysisTask,ComputeColor,DetectSilence,EstimateBPM,EstimateDanceability,EstimateInstrumentation,EstimateMood,FingerprintTask,IdentifyLyricsLanguage,ImportLyrics,ImportOnlineDBMetaData,LastFMTags,SimilarityTask,Song,SongAnalysisTask,SongPropertyAnalysisTask,Task,UpdateRemoteData
public interface Matchable<M>Matchable.- Author:
- Hendrik Schreiber
- See Also:
Matcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(Pattern[] patterns, M matchMode)True if this object matches all provided patters (logical AND).
-