Class CreateJobRequest.Dimensions

java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.CreateJobRequest.Dimensions
Enclosing class:
CreateJobRequest

public static class CreateJobRequest.Dimensions extends Object
Describes a request for an allocation of given dimensions.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    @uk.ac.manchester.spinnaker.machine.board.ValidTriadHeight int
    The height of the rectangle of boards to allocate, in triads.
    @uk.ac.manchester.spinnaker.machine.board.ValidTriadWidth int
    The width of the rectangle of boards to allocate, in triads.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • width

      @ValidTriadWidth public @uk.ac.manchester.spinnaker.machine.board.ValidTriadWidth int width
      The width of the rectangle of boards to allocate, in triads.
    • height

      @ValidTriadHeight public @uk.ac.manchester.spinnaker.machine.board.ValidTriadHeight int height
      The height of the rectangle of boards to allocate, in triads.
  • Constructor Details

    • Dimensions

      public Dimensions()