Class WhereIsMachineBoardLogicalCommand

java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.WhereIsMachineBoardLogicalCommand

public class WhereIsMachineBoardLogicalCommand extends Command<Integer>
Request to get the location of a board in a machine by logical location.
See Also:
  • Constructor Details

    • WhereIsMachineBoardLogicalCommand

      public WhereIsMachineBoardLogicalCommand(@NotBlank @NotBlank String machine, @Valid @Valid TriadCoords coords)
      Create a request to locate a board on a machine.
      Parameters:
      machine - The machine to request about.
      coords - The logical coordinates of the board to ask about.