public interface RichFeatureRelationship extends java.lang.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.
|
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.
|
addChangeListener, 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()