|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RichFeatureRelationship
Represents the relation between two features. The seqfeature_relationship in BioSQL is what this is based on.
Field Summary | |
---|---|
static ChangeType |
RANK
|
Method Summary | |
---|---|
RichFeature |
getObject()
Returns the object of this relationship (ie. |
int |
getRank()
Gets the rank of this relationship. |
RichFeature |
getSubject()
Gets the feature that this relationship refers to. |
ComparableTerm |
getTerm()
Gets the term that describes this relationship. |
void |
setRank(int 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(int rank) throws ChangeVetoException
rank
- Value of property rank.
ChangeVetoException
- if the rank is untasty.int getRank()
RichFeature getObject()
RichFeature getSubject()
ComparableTerm getTerm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |