Package com.tagtraum.beatunes.analysis

Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors. A task must extend Task and for persistence be annotated with Entity. Depending on the kind of task you may want to extend a subclass of Task, e.g. SongPropertyAnalysisTask. A task is configured using a TaskEditor. If you follow the convention of naming your editor the same as your task with "Editor" appended, it is found automatically.