Interface RelevancyPeer

All Superinterfaces:
OsidCapsule

public interface RelevancyPeer extends OsidCapsule

An interface for the peers of the Relevancy relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the related thing.
    Gets the Id of the subject.
  • Method Details

    • getSubjectId

      Id getSubjectId()
      Gets the Id of the subject.
      Returns:
      the Subject Id
      Compliance:
      mandatory - This method must be implemented.
    • getMappedId

      Id getMappedId()
      Gets the Id of the related thing.
      Returns:
      the mapped Id
      Compliance:
      mandatory - This method must be implemented.