Uses of Class
uk.ac.manchester.spinnaker.machine.CoreLocation
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine |
Describes a SpiNNaker machine.
|
uk.ac.manchester.spinnaker.machine.tags |
Describes IPtags and reverse IPtags.
|
-
Uses of CoreLocation in uk.ac.manchester.spinnaker.machine
Methods in uk.ac.manchester.spinnaker.machine that return CoreLocation Modifier and Type Method Description CoreLocation
CoreLocation. 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 CoreLocation Modifier and Type Method Description Collection<CoreLocation>
CoreSubsets. coreByChip(ChipLocation chip)
Provides theCoreLocation
s for just a single chip.Iterator<CoreLocation>
CoreSubsets. iterator()
Methods in uk.ac.manchester.spinnaker.machine with parameters of type CoreLocation Modifier and Type Method Description void
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 CoreLocation Modifier and Type Method Description void
CoreSubsets. addCores(Iterable<CoreLocation> locations)
Adds the locations into this one.Constructor parameters in uk.ac.manchester.spinnaker.machine with type arguments of type CoreLocation Constructor Description CoreSubsets(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 Modifier and Type Method Description CoreLocation
ReverseIPTag. getDestination()