Uses of Class
uk.ac.manchester.spinnaker.machine.CoreLocation
Packages that use CoreLocation
Package
Description
Describes a SpiNNaker machine.
Describes IPtags and reverse IPtags.
-
Uses of CoreLocation in uk.ac.manchester.spinnaker.machine
Methods in uk.ac.manchester.spinnaker.machine that return CoreLocationModifier and TypeMethodDescriptionCoreLocation.asCoreLocation()
default CoreLocation
HasCoreLocation.asCoreLocation()
Converts (if required) this to a simple X, Y, P tuple.Methods in uk.ac.manchester.spinnaker.machine that return types with arguments of type CoreLocationModifier and TypeMethodDescriptionCoreSubsets.coreByChip
(ChipLocation chip) Provides theCoreLocation
s for just a single chip.CoreSubsets.iterator()
Methods in uk.ac.manchester.spinnaker.machine with parameters of type CoreLocationModifier and TypeMethodDescriptionvoid
CoreSubsets.addCore
(CoreLocation core) Adds the core Location.int
CoreLocation.compareTo
(CoreLocation other) boolean
CoreSubsets.isCore
(CoreLocation core) Determine if there is a chip with coordinates (x, y) in the subset, which has a core with the given ID in the subset.Method parameters in uk.ac.manchester.spinnaker.machine with type arguments of type CoreLocationModifier and TypeMethodDescriptionvoid
CoreSubsets.addCores
(Iterable<CoreLocation> locations) Adds the locations into this one.Constructor parameters in uk.ac.manchester.spinnaker.machine with type arguments of type CoreLocationModifierConstructorDescriptionCoreSubsets
(Iterable<CoreLocation> locations) Constructor which adds the locations. -
Uses of CoreLocation in uk.ac.manchester.spinnaker.machine.tags
Methods in uk.ac.manchester.spinnaker.machine.tags that return CoreLocation