Uses of Class
uk.ac.manchester.spinnaker.machine.bean.ChipResources
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine.bean |
Beans used to describe a SpiNNaker machine in JSON.
|
-
Uses of ChipResources in uk.ac.manchester.spinnaker.machine.bean
Methods in uk.ac.manchester.spinnaker.machine.bean that return ChipResources Modifier and Type Method Description ChipResources
MachineBean. getEthernetResources()
ChipResources
ChipBean. getResources()
ChipResources
MachineBean. getStandardResources()
Methods in uk.ac.manchester.spinnaker.machine.bean with parameters of type ChipResources Modifier and Type Method Description void
ChipResources. addDefaults(ChipResources defaults)
Adds the default values if and only if no value had been specifically set.Constructors in uk.ac.manchester.spinnaker.machine.bean with parameters of type ChipResources Constructor Description ChipBean(int x, int y, ChipDetails details, ChipResources resources)
Make an instance.MachineBean(int height, int width, ChipLocation root, ChipResources ethernetResources, ChipResources standardResources, List<ChipBean> chips)
Make an instance.