Uses of Class
uk.ac.manchester.spinnaker.machine.MemoryLocation
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine |
Describes a SpiNNaker machine.
|
-
Uses of MemoryLocation in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine declared as MemoryLocation Modifier and Type Field Description static MemoryLocation
MemoryLocation. NULL
The zero memory location.Methods in uk.ac.manchester.spinnaker.machine that return MemoryLocation Modifier and Type Method Description MemoryLocation
MemoryLocation. 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 MemoryLocation Modifier and Type Method Description int
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.