public interface RichFeatureRelationship extends Comparable, Changeable
| Modifier and Type | Field and Description |
|---|---|
static ChangeType |
RANK |
| Modifier and Type | Method and Description |
|---|---|
RichFeature |
getObject()
Returns the object of this relationship (ie. the feature which
this relationship starts from).
|
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.
|
compareToaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerstatic final ChangeType RANK
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()
Copyright © 2014 BioJava. All rights reserved.