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 class
OntologyGenreIRILookupService
OntologyGenreIRILookupService. -
Uses of GenreIRILookupService in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return GenreIRILookupService Modifier and Type Method Description GenreIRILookupService
AbstractMediaLibrary. getGenreIRILookupService()
GenreIRILookupService
MediaLibrary. getGenreIRILookupService()
Returns current genre IRI lookup service.Methods in com.tagtraum.beatunes.library with parameters of type GenreIRILookupService Modifier and Type Method Description void
AbstractMediaLibrary. setGenreIRILookupService(GenreIRILookupService service)
void
MediaLibrary. setGenreIRILookupService(GenreIRILookupService service)
Lets you set theGenreIRILookupService
.
-