Uses of Class
uk.ac.manchester.spinnaker.machine.MemoryLocation
Packages that use MemoryLocation
-
Uses of MemoryLocation in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine declared as MemoryLocationModifier and TypeFieldDescriptionstatic final MemoryLocation
MemoryLocation.NULL
The zero memory location.Methods in uk.ac.manchester.spinnaker.machine that return MemoryLocationModifier and TypeMethodDescriptionMemoryLocation.add
(int offset) Add an offset to this location to get a new memory location.Methods in uk.ac.manchester.spinnaker.machine with parameters of type MemoryLocationModifier and TypeMethodDescriptionint
MemoryLocation.compareTo
(MemoryLocation other) int
MemoryLocation.diff
(MemoryLocation other) Get the difference between this location and another.boolean
MemoryLocation.greaterThan
(MemoryLocation other) Test if this location is greater than another location.boolean
MemoryLocation.lessThan
(MemoryLocation other) Test if this location is less than another location.