Uses of Class
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.CreateDimensionsAt
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
-
Uses of SpallocAPI.CreateDimensionsAt in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return SpallocAPI.CreateDimensionsAt Modifier and Type Method Description static SpallocAPI.CreateDimensionsAt
SpallocAPI.CreateDimensionsAt. physical(int width, int height, int cabinet, int frame, int board, Integer maxDeadBoards)
Create a request for a rectangle at a specific board.static SpallocAPI.CreateDimensionsAt
SpallocAPI.CreateDimensionsAt. physical(int width, int height, Integer cabinet, Integer frame, Integer board, Integer maxDeadBoards)
Create a request for a rectangle at a specific board.Methods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type SpallocAPI.CreateDimensionsAt Modifier and Type Method Description T
SpallocAPI.CreateVisitor. dimensionsAt(@NotNull SpallocAPI.CreateDimensionsAt createDimensionsAt)
Visit a descriptor.