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.
-
Constructor Summary
Constructors Constructor Description WhereIsMachineBoardLogicalCommand(@NotBlank String machine, @Valid TriadCoords coords)
Create a request to locate a board on a machine. -
Method Summary
-
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.
-