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 MemoryLocationMemoryLocation.NULLThe 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 TypeMethodDescriptionintMemoryLocation.compareTo(MemoryLocation other) intMemoryLocation.diff(MemoryLocation other) Get the difference between this location and another.booleanMemoryLocation.greaterThan(MemoryLocation other) Test if this location is greater than another location.booleanMemoryLocation.lessThan(MemoryLocation other) Test if this location is less than another location.