Uses of Interface
com.tagtraum.beatunes.library.GenreIRILookupService
-
Packages that use GenreIRILookupService Package Description com.tagtraum.beatunes.genre Classes related to handling genres and genre ontologies.com.tagtraum.beatunes.library Classes that load and manage the library. -
-
Uses of GenreIRILookupService in com.tagtraum.beatunes.genre
Classes in com.tagtraum.beatunes.genre that implement GenreIRILookupService Modifier and Type Class Description classOntologyGenreIRILookupServiceOntologyGenreIRILookupService. -
Uses of GenreIRILookupService in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return GenreIRILookupService Modifier and Type Method Description GenreIRILookupServiceAbstractMediaLibrary. getGenreIRILookupService()GenreIRILookupServiceMediaLibrary. getGenreIRILookupService()Returns current genre IRI lookup service.Methods in com.tagtraum.beatunes.library with parameters of type GenreIRILookupService Modifier and Type Method Description voidAbstractMediaLibrary. setGenreIRILookupService(GenreIRILookupService service)voidMediaLibrary. setGenreIRILookupService(GenreIRILookupService service)Lets you set theGenreIRILookupService.
-