public interface BioEntryRelationship extends Comparable, Changeable
BioEntry
Modifier and Type | Field and Description |
---|---|
static ChangeType |
RANK |
Modifier and Type | Method and Description |
---|---|
BioEntry |
getObject ()
Returns the object of this relationship (ie. the BioEntry which
this relationship starts from).
|
Integer |
getRank ()
Returns the rank of this relationship.
|
BioEntry |
getSubject ()
Returns the subject of this relationship (ie. the BioEntry which
this relationship targets).
|
ComparableTerm |
getTerm ()
Returns the term describing the relationship.
|
void |
setRank (Integer rank)
Sets the rank of this relationship.
|
compareTo
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
static final ChangeType RANK
void setRank(Integer rank) throws ChangeVetoException
rank
- Value of property rank.ChangeVetoException
- if the rank rankles.Integer getRank()
BioEntry getObject()
BioEntry getSubject()
ComparableTerm getTerm()
Copyright © 2020 BioJava. All rights reserved.