Class SpallocAPI.HasBoardCoords

java.lang.Object
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.CreateDescriptor
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.HasBoardCoords
Direct Known Subclasses:
SpallocAPI.CreateBoard, SpallocAPI.CreateDimensionsAt
Enclosing interface:
SpallocAPI

public abstract static class SpallocAPI.HasBoardCoords
extends SpallocAPI.CreateDescriptor
Some requests have the locations of boards.
  • Field Details

    • triad

      @Valid public final @Valid uk.ac.manchester.spinnaker.machine.board.TriadCoords triad
      The logical coordinates, or null.
    • physical

      @Valid public final @Valid uk.ac.manchester.spinnaker.machine.board.PhysicalCoords physical
      The physical coordinates, or null.
    • ip

      @IPAddress(nullOK=true) public final @IPAddress(nullOK=true) String ip
      The network coordinates, or null.