Uses of Class
uk.ac.manchester.spinnaker.machine.bean.ChipBean
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine.bean |
Beans used to describe a SpiNNaker machine in JSON.
|
-
Uses of ChipBean in uk.ac.manchester.spinnaker.machine.bean
Methods in uk.ac.manchester.spinnaker.machine.bean that return types with arguments of type ChipBean Modifier and Type Method Description List<ChipBean>
MachineBean. getChips()
Constructor parameters in uk.ac.manchester.spinnaker.machine.bean with type arguments of type ChipBean Constructor Description MachineBean(int height, int width, ChipLocation root, ChipResources ethernetResources, ChipResources standardResources, List<ChipBean> chips)
Make an instance.