java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.responses.Connection

public class Connection
extends Object
Describes a connection by its chip and hostname.
  • Constructor Details

  • Method Details

    • getChip

      public Chip getChip()
      Get the chip connected to.
      Returns:
      The chip
    • setChip

      public void setChip​(Chip chip)
      Set the chip connected to.
      Parameters:
      chip - The chip to set
    • getHostname

      public String getHostname()
      Get the host name connected to.
      Returns:
      The host name
    • setHostname

      public void setHostname​(String hostname)
      Set the host name connected to.
      Parameters:
      hostname - The host name to set