Interface InputPeer

All Superinterfaces:
OsidCapsule

public interface InputPeer extends OsidCapsule

An interface for the peers of the Input relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the controller.
    Gets the Id of the debice.
  • Method Details

    • getDeviceId

      Id getDeviceId()
      Gets the Id of the debice.
      Returns:
      the device Id
      Compliance:
      mandatory - This method must be implemented.
    • getControllerId

      Id getControllerId()
      Gets the Id of the controller.
      Returns:
      the Controller Id
      Compliance:
      mandatory - This method must be implemented.