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 Summary
FieldsModifier and TypeFieldDescriptionfinal @IPAddress(nullOK=true) String
The network coordinates, ornull
.final @Valid uk.ac.manchester.spinnaker.machine.board.PhysicalCoords
The physical coordinates, ornull
.final @Valid uk.ac.manchester.spinnaker.machine.board.TriadCoords
The logical coordinates, ornull
.Fields inherited from class uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.CreateDescriptor
maxDead
-
Method Summary
Methods inherited from class uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.CreateDescriptor
getArea, 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
. -
ip
The network coordinates, ornull
.
-