Interface VotePeer

All Superinterfaces:
OsidCapsule

public interface VotePeer extends OsidCapsule

An interface for the peers of the Candidate relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the candidate.
    Gets the Id of the race.
  • Method Details

    • getRaceId

      Id getRaceId()
      Gets the Id of the race.
      Returns:
      the race Id
      Compliance:
      mandatory - This method must be implemented.
    • getCandidateId

      Id getCandidateId()
      Gets the Id of the candidate.
      Returns:
      the Candidate Id
      Compliance:
      mandatory - This method must be implemented.