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) StringThe network coordinates, ornull.final @Valid PhysicalCoordsThe physical coordinates, ornull.final @Valid TriadCoordsThe 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
The logical coordinates, ornull. -
physical
The physical coordinates, ornull. -
ip
The network coordinates, ornull.
-