Interface RichFeatureRelationship

    • Method Detail

      • getRank

        int getRank()
        Gets the rank of this relationship.
        Returns:
        Value of property rank.
      • getObject

        RichFeature getObject()
        Returns the object of this relationship (ie. the feature which this relationship starts from). This is an immutable property set by the constructor of an instantiating class.
        Returns:
        Value of property object.
      • getSubject

        RichFeature getSubject()
        Gets the feature that this relationship refers to. This is set at constructor time and is immutable.
        Returns:
        Value of property subject.
      • getTerm

        ComparableTerm getTerm()
        Gets the term that describes this relationship. This is set at constructor time and is immutable.
        Returns:
        Value of property term.