Uses of Class
uk.ac.manchester.spinnaker.py2json.Link
Package | Description |
---|---|
uk.ac.manchester.spinnaker.py2json |
Conversion utility.
|
-
Uses of Link in uk.ac.manchester.spinnaker.py2json
Fields in uk.ac.manchester.spinnaker.py2json with type parameters of type Link Modifier and Type Field Description @NotNull Map<@Valid TriadCoords,@NotEmpty EnumSet<Link>>
Machine. deadLinks
The extra dead links of the machine.Methods in uk.ac.manchester.spinnaker.py2json that return Link Modifier and Type Method Description static Link
Link. valueOf(String name)
Returns the enum constant of this type with the specified name.static Link[]
Link. values()
Returns an array containing the constants of this enum type, in the order they are declared.