|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.webapps.dimlib.datamodel.LiteratureReferencesImpl
Implements a set of references. Typically owned by a sigpath entity. The references in the set will then point to description of the entity in the literature.
| Constructor Summary | |
LiteratureReferencesImpl()
|
|
| Method Summary | |
void |
addReference(LiteratureReference newref)
Add a reference to this set. |
LiteratureReference |
getFirstRef()
Returns the first reference, after all the references have been sorted. |
java.util.Iterator |
iterator()
Returns an iterator through the set of references. |
boolean |
removeReference(LiteratureReference ref)
Remove a reference from this set. |
java.util.Collection |
sort()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LiteratureReferencesImpl()
| Method Detail |
public boolean removeReference(LiteratureReference ref)
LiteratureReferences
removeReference in interface LiteratureReferencespublic void addReference(LiteratureReference newref)
LiteratureReferences
addReference in interface LiteratureReferencespublic java.util.Iterator iterator()
LiteratureReferences
iterator in interface LiteratureReferencespublic java.util.Collection sort()
sort in interface LiteratureReferencespublic LiteratureReference getFirstRef()
LiteratureReferences
getFirstRef in interface LiteratureReferences
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||