Uses of Class
uk.ac.manchester.spinnaker.messages.model.P2PTableRoute
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.model |
Model support classes for the communication messages.
|
-
Uses of P2PTableRoute in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return P2PTableRoute Modifier and Type Method Description static P2PTableRoute
P2PTableRoute. get(int value)
Get a route descriptor from its encoded form.P2PTableRoute
P2PTable. getRoute(HasChipLocation chip)
Get the route to follow from this chip to the given chip.static P2PTableRoute
P2PTableRoute. valueOf(String name)
Returns the enum constant of this type with the specified name.static P2PTableRoute[]
P2PTableRoute. values()
Returns an array containing the constants of this enum type, in the order they are declared.