Uses of Interface
com.tagtraum.audiokern.AudioGenre
-
Packages that use AudioGenre Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.com.tagtraum.genres Genre ontologies.com.tagtraum.genres.rdf RDF-based genre ontologies. -
-
Uses of AudioGenre in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return types with arguments of type AudioGenre Modifier and Type Method Description static List<AudioGenre>
AudioGenre. findPath(AudioGenre genre1, AudioGenre genre2)
Find a short path from one genre to another.default List<AudioGenre>
AudioGenre. findPathTo(AudioGenre genre)
Find a short path from this genre to another.Set<AudioGenre>
AudioGenre. getParents()
Set of parents.default List<List<AudioGenre>>
AudioGenre. pathsToRoot()
static List<List<AudioGenre>>
AudioGenre. pathsToRoot(AudioGenre genre, List<AudioGenre> pathToGenre)
Returns all possible paths to a root (genre without parent) usinggetParents()
.Methods in com.tagtraum.audiokern with parameters of type AudioGenre Modifier and Type Method Description static List<AudioGenre>
AudioGenre. findPath(AudioGenre genre1, AudioGenre genre2)
Find a short path from one genre to another.default List<AudioGenre>
AudioGenre. findPathTo(AudioGenre genre)
Find a short path from this genre to another.static List<List<AudioGenre>>
AudioGenre. pathsToRoot(AudioGenre genre, List<AudioGenre> pathToGenre)
Returns all possible paths to a root (genre without parent) usinggetParents()
.Method parameters in com.tagtraum.audiokern with type arguments of type AudioGenre Modifier and Type Method Description static List<List<AudioGenre>>
AudioGenre. pathsToRoot(AudioGenre genre, List<AudioGenre> pathToGenre)
Returns all possible paths to a root (genre without parent) usinggetParents()
. -
Uses of AudioGenre in com.tagtraum.genres
Methods in com.tagtraum.genres that return AudioGenre Modifier and Type Method Description AudioGenre
GenreOntology. getGenreWithIRI(String iri)
Returns a genre with the given IRI.Methods in com.tagtraum.genres that return types with arguments of type AudioGenre Modifier and Type Method Description Collection<AudioGenre>
GenreOntology. getGenres()
Collection of all genres contained in this ontology.Set<AudioGenre>
GenreOntology. getGenres(String label)
Return the genre(s) registered under the given label.default Set<AudioGenre>
GenreOntology. getGenres(String label, Collection<GenreOntology> secondaryOntologies)
Return the genre(s) registered under the given label. -
Uses of AudioGenre in com.tagtraum.genres.rdf
Methods in com.tagtraum.genres.rdf that return AudioGenre Modifier and Type Method Description AudioGenre
RDFGenreOntology. getGenreWithIRI(String iri)
AudioGenre
TagtraumLocalizedOntology. getGenreWithIRI(String iri)
Methods in com.tagtraum.genres.rdf that return types with arguments of type AudioGenre Modifier and Type Method Description Collection<AudioGenre>
RDFGenreOntology. getGenres()
Set<AudioGenre>
RDFGenreOntology. getGenres(String label)
Collection<AudioGenre>
TagtraumLocalizedOntology. getGenres()
Set<AudioGenre>
TagtraumLocalizedOntology. getGenres(String label)
Set<AudioGenre>
TagtraumLocalizedOntology. getGenres(String label, Collection<GenreOntology> secondaryOntologies)
-