|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BioEntryRelationship
Represents the relation between two bioentries. The bioentry_relationship in BioSQL is what this represents.
BioEntry
Field Summary | |
---|---|
static ChangeType |
RANK
|
Method Summary | |
---|---|
BioEntry |
getObject()
Returns the object of this relationship (ie. |
Integer |
getRank()
Returns the rank of this relationship. |
BioEntry |
getSubject()
Returns the subject of this relationship (ie. |
ComparableTerm |
getTerm()
Returns the term describing the relationship. |
void |
setRank(Integer rank)
Sets the rank of this relationship. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.biojava.utils.Changeable |
---|
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener |
Field Detail |
---|
static final ChangeType RANK
Method Detail |
---|
void setRank(Integer rank) throws ChangeVetoException
rank
- Value of property rank.
ChangeVetoException
- if the rank rankles.Integer getRank()
BioEntry getObject()
BioEntry getSubject()
ComparableTerm getTerm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |