|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antelmann.cddb.CompositionDB
public class CompositionDB
a serializable database for compositions
| Constructor Summary | |
|---|---|
CompositionDB()
|
|
CompositionDB(Set<Composition> compositions)
|
|
| Method Summary | |
|---|---|
Composition |
createGlobalComposition(String title)
creates and returns a composition that includes all compositions that are in this database as children. |
Set<Composition> |
getCompositions()
returns the modifiable embedded set that backs up this instance. |
Set<Resource> |
getResources(Role role)
|
Set<Composition> |
getView(Filter<Composition> filter)
returns an unmodifiable view of the embedded compositions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositionDB()
public CompositionDB(Set<Composition> compositions)
| Method Detail |
|---|
public Set<Composition> getCompositions()
public Set<Resource> getResources(Role role)
public Composition createGlobalComposition(String title)
public Set<Composition> getView(Filter<Composition> filter)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||