java.lang.Object
uk.ac.manchester.spinnaker.front_end.download.request.Monitor
All Implemented Interfaces:
HasChipLocation, HasCoreLocation

public class Monitor extends Object implements HasCoreLocation
Extra monitor core information.
Author:
Christian-B, Alan Stokes
  • Method Details

    • getX

      public int getX()
      Specified by:
      getX in interface HasChipLocation
      Returns:
      The X coordinate of the chip.
    • getY

      public int getY()
      Specified by:
      getY in interface HasChipLocation
      Returns:
      The Y coordinate of the chip.
    • getP

      public int getP()
      Specified by:
      getP in interface HasCoreLocation
      Returns:
      The processor coordinate of the core on its chip.
    • getPlacements

      public List<Placement> getPlacements()
      Returns:
      the placements (read-only)
    • toString

      public String toString()
      Overrides:
      toString in class Object