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.machineMethods in uk.ac.manchester.spinnaker.machine that return CoreLocationModifier and TypeMethodDescriptionCoreLocation.asCoreLocation()default CoreLocationHasCoreLocation.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 theCoreLocations for just a single chip.CoreSubsets.iterator()Methods in uk.ac.manchester.spinnaker.machine with parameters of type CoreLocationModifier and TypeMethodDescriptionvoidCoreSubsets.addCore(CoreLocation core) Adds the core Location.intCoreLocation.compareTo(CoreLocation other) booleanCoreSubsets.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 TypeMethodDescriptionvoidCoreSubsets.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.tagsMethods in uk.ac.manchester.spinnaker.machine.tags that return CoreLocation