public interface RankedCrossRefable extends Changeable
RankedCrossRef
Modifier and Type | Method and Description |
---|---|
void |
addRankedCrossRef(RankedCrossRef crossref)
Adds a ranked cross reference to the existing set.
|
Set<RankedCrossRef> |
getRankedCrossRefs()
Returns the set of all ranked cross references associated with an object.
|
void |
removeRankedCrossRef(RankedCrossRef crossref)
Removes a ranked cross reference from the existing set.
|
void |
setRankedCrossRefs(Set<RankedCrossRef> crossrefs)
Sets the ranked cross references associated with an object.
|
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
Set<RankedCrossRef> getRankedCrossRefs()
void setRankedCrossRefs(Set<RankedCrossRef> crossrefs) throws ChangeVetoException
crossrefs
- a set of RankedCrossRef objects.ChangeVetoException
- if the set was null or any of its contents
were not RankedCrossRef objects.void addRankedCrossRef(RankedCrossRef crossref) throws ChangeVetoException
crossref
- the ranked cross reference to add.ChangeVetoException
- if the parameter is null.void removeRankedCrossRef(RankedCrossRef crossref) throws ChangeVetoException
crossref
- the ranked cross reference to remove.ChangeVetoException
- if the parameter is null.Copyright © 2014 BioJava. All rights reserved.