Uses of Enum Class
uk.ac.manchester.spinnaker.alloc.model.Direction
Packages that use Direction
Package
Description
Administrative interfaces for spalloc server.
The BMP control subsystem.
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 DirectionModifier and TypeFieldDescriptionfinal Direction
DirInfo.dir
When you are moving in this direction.Methods in uk.ac.manchester.spinnaker.alloc.admin with parameters of type Direction -
Uses of Direction in uk.ac.manchester.spinnaker.alloc.bmp
Methods in uk.ac.manchester.spinnaker.alloc.bmp that return Direction -
Uses of Direction in uk.ac.manchester.spinnaker.alloc.model
Fields in uk.ac.manchester.spinnaker.alloc.model declared as DirectionModifier and TypeFieldDescriptionfinal @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 DirectionModifier and TypeMethodDescriptionDirection.opposite()
Gets the direction of the link in the opposite direction.static Direction
Returns the enum constant of this class with the specified name.static Direction[]
Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.alloc.model with parameters of type DirectionModifierConstructorDescriptionDownLink
(BoardCoords board1, Direction dir1, BoardCoords board2, Direction dir2) Create a down link description.