Uses of Class
uk.ac.manchester.spinnaker.alloc.client.Direction
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.client |
Java client for the SpiNNaker allocation service.
|
-
Uses of Direction in uk.ac.manchester.spinnaker.alloc.client
Fields in uk.ac.manchester.spinnaker.alloc.client declared as Direction Modifier and Type Field Description Direction
DeadLink.End. direction
The direction that the dead link goes in.Methods in uk.ac.manchester.spinnaker.alloc.client that return Direction Modifier and Type Method Description 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.client with parameters of type Direction Constructor Description End(BoardCoords board, Direction direction)