Uses of Class
uk.ac.manchester.spinnaker.machine.Chip
Packages that use Chip
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
Describes a SpiNNaker machine.
-
Uses of Chip in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections with parameters of type ChipModifier and TypeMethodDescriptionboolean
MostDirectConnectionSelector.hasDirectConnectionFor
(Chip ethernetChip) Tests if this connection selector will be able to make a direct connection to the given ethernet chip. -
Uses of Chip in uk.ac.manchester.spinnaker.machine
Methods in uk.ac.manchester.spinnaker.machine that return ChipModifier and TypeMethodDescriptionfinal Chip
Machine.bootChip()
The coordinates of the chip used to boot the machine.final Chip
Machine.getChipAt
(int x, int y) Get the chip at a specific (x, y) location.final Chip
Machine.getChipAt
(ChipLocation location) Get the chip at a specific (x, y) location.final Chip
Machine.getChipAt
(HasChipLocation location) Get the chip at a specific (x, y) location.final Chip
Machine.getChipOverLink
(HasChipLocation source, Direction direction) Get the existing chip over the given link.Methods in uk.ac.manchester.spinnaker.machine that return types with arguments of type ChipModifier and TypeMethodDescriptionfinal Collection<Chip>
Machine.chips()
Get the chips in the machine.final SortedMap<ChipLocation,
Chip> Machine.chipsMap()
An unmodifiable view over the map from locations to chips.Machine.ethernetConnectedChips()
The chips in the machine that have control over an Ethernet connection.Machine.iterator()
Get an iterator over the chips in this machine.final MappableIterable<Chip>
Machine.iterChipsOnBoard
(Chip chip) The chips on the same board as the given chip.Methods in uk.ac.manchester.spinnaker.machine with parameters of type ChipModifier and TypeMethodDescriptionfinal void
Add a chip to the machine.Chip.difference
(Chip other) Describes one difference found between this chip and another chip.final MappableIterable<Chip>
Machine.iterChipsOnBoard
(Chip chip) The chips on the same board as the given chip.Method parameters in uk.ac.manchester.spinnaker.machine with type arguments of type ChipModifier and TypeMethodDescriptionfinal void
Add some chips to the machine.Constructor parameters in uk.ac.manchester.spinnaker.machine with type arguments of type ChipModifierConstructorDescriptionMachine
(MachineDimensions machineDimensions, Iterable<Chip> chips, HasChipLocation boot) Creates a machine starting with the supplied chips.