|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AIRelation | |
|---|---|
| org.musicontroller.core | |
| org.musicontroller.dao | |
| org.musicontroller.gui | |
| Uses of AIRelation in org.musicontroller.core |
|---|
| Methods in org.musicontroller.core that return types with arguments of type AIRelation | |
|---|---|
java.util.List<AIRelation> |
AIBag.getRelations()
|
| Method parameters in org.musicontroller.core with type arguments of type AIRelation | |
|---|---|
void |
AIBag.setRelations(java.util.List<AIRelation> relations)
|
| Uses of AIRelation in org.musicontroller.dao |
|---|
| Methods in org.musicontroller.dao that return types with arguments of type AIRelation | |
|---|---|
static java.util.Set<AIRelation> |
BagAndKeywordUtils.buildAiRelationList(java.util.List<AiRelationBean> source)
Converts the Set of AiRelationBean objects into a Set of AiRelation objects. |
static java.util.Set<AIRelation> |
BagAndKeywordUtils.createRelations(java.lang.String artistfirstname,
java.lang.String artistlastname,
Band band,
java.lang.String instruments)
Construct a set of artist-instrument relations corresponding to an artist with the supplied first name and last name and the specified instrument names. |
| Method parameters in org.musicontroller.dao with type arguments of type AIRelation | |
|---|---|
static AIBag |
BagAndKeywordUtils.getAIBag(java.util.Set<AIRelation> relations)
Returns an artist_instrument bag containing exactly the artist-instrument relations specified in the argument. |
| Uses of AIRelation in org.musicontroller.gui |
|---|
| Methods in org.musicontroller.gui that return types with arguments of type AIRelation | |
|---|---|
java.util.List<AIRelation> |
ArtistInfo.getAIRelations()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||