Class AllocatedMachine

java.lang.Object
uk.ac.manchester.spinnaker.alloc.client.AllocatedMachine

public final class AllocatedMachine extends Object
A description of what boards have been allocated to a job.
  • Method Details

    • getWidth

      public int getWidth()
      Returns:
      Rectangle width, in triads.
    • getHeight

      public int getHeight()
      Returns:
      Rectangle height, in triads.
    • getDepth

      public int getDepth()
      Returns:
      Depth of rectangle. 1 or 3. Only the single-board case uses a depth of 1.
    • getMachineName

      public String getMachineName()
      Returns:
      On what machine.
    • getMachine

      public SpallocClient.Machine getMachine()
      Returns:
      The hosting SpiNNaker machine.
    • getConnections

      public List<AllocatedMachine.ConnectionInfo> getConnections()
      Returns:
      How to talk to boards.
    • getBoards

      public List<BoardCoordinates> getBoards()
      Returns:
      Where the boards are.