Uses of Class
uk.ac.manchester.spinnaker.alloc.model.Direction
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.admin |
Administrative interfaces for spalloc server.
|
uk.ac.manchester.spinnaker.alloc.bmp |
The BMP control subsystem.
|
uk.ac.manchester.spinnaker.alloc.model |
Miscellaneous model classes for spalloc.
|
-
Uses of Direction in uk.ac.manchester.spinnaker.alloc.admin
Fields in uk.ac.manchester.spinnaker.alloc.admin declared as Direction Modifier and Type Field Description Direction
DirInfo. dir
When you are moving in this direction.Methods in uk.ac.manchester.spinnaker.alloc.admin with parameters of type Direction Modifier and Type Method Description static DirInfo
DirInfo. get(int z, Direction direction)
Obtain the correct motion information given a starting point and a direction. -
Uses of Direction in uk.ac.manchester.spinnaker.alloc.bmp
Methods in uk.ac.manchester.spinnaker.alloc.bmp that return Direction Modifier and Type Method Description Direction
Link. getLink()
-
Uses of Direction in uk.ac.manchester.spinnaker.alloc.model
Fields in uk.ac.manchester.spinnaker.alloc.model declared as Direction Modifier and Type Field Description @NotNull Direction
DownLink.End. direction
In which direction does this end of the link go?Methods in uk.ac.manchester.spinnaker.alloc.model that return Direction Modifier and Type Method Description Direction
Direction. opposite()
Gets the direction of the link in the opposite direction.static Direction
Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static Direction[]
Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.alloc.model with parameters of type Direction Constructor Description DownLink(BoardCoords board1, Direction dir1, BoardCoords board2, Direction dir2)
Create a down link description.