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
Some requests have the locations of boards.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal @IPAddress(nullOK=true) StringThe network coordinates, ornull.final @Valid uk.ac.manchester.spinnaker.machine.board.PhysicalCoordsThe physical coordinates, ornull.final @Valid uk.ac.manchester.spinnaker.machine.board.TriadCoordsThe logical coordinates, ornull.Fields inherited from class uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.CreateDescriptormaxDead
- 
Method SummaryMethods inherited from class uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.CreateDescriptorgetArea, visit
- 
Field Details- 
triad@Valid public final @Valid uk.ac.manchester.spinnaker.machine.board.TriadCoords triadThe logical coordinates, ornull.
- 
physical@Valid public final @Valid uk.ac.manchester.spinnaker.machine.board.PhysicalCoords physicalThe physical coordinates, ornull.
- 
ipThe network coordinates, ornull.
 
-