|
|||||||||
| Home >> All >> org >> biomage >> [ Protocol overview ] | PREV NEXT | ||||||||
Uses of Class
org.biomage.Protocol.Hardware
| Uses of Hardware in org.biomage.Protocol |
| Fields in org.biomage.Protocol declared as Hardware | |
private Hardware |
Software.hardware
Associates Hardware and Software together. |
private Hardware |
HardwareApplication.hardware
The underlying hardware. |
| Methods in org.biomage.Protocol that return Hardware | |
Hardware |
Software.getHardware()
Get method for hardware |
Hardware |
Protocol_package.getFromHardware_list(int position)
Method to get Hardware from Hardware_list |
Hardware |
Protocol.getFromHardwares(int position)
Method to get Hardware from Hardwares_list |
Hardware |
HardwareApplication.getHardware()
Get method for hardware |
| Methods in org.biomage.Protocol with parameters of type Hardware | |
void |
Software.setHardware(Hardware hardware)
Set method for hardware |
void |
Protocol_package.addToHardware_list(Hardware hardware)
Method to add Hardware to Hardware_list |
void |
Protocol_package.addToHardware_list(int position,
Hardware hardware)
Method to add Hardware at position to Hardware_list |
void |
Protocol_package.removeFromHardware_list(Hardware hardware)
Method to remove first Hardware from Hardware_list |
void |
Protocol.addToHardwares(Hardware hardware)
Method to add Hardware to Hardwares_list |
void |
Protocol.addToHardwares(int position,
Hardware hardware)
Method to add Hardware at position to Hardwares_list |
void |
Protocol.removeFromHardwares(Hardware hardware)
Method to remove first Hardware from Hardwares_list |
void |
HardwareApplication.setHardware(Hardware hardware)
Set method for hardware |
|
|||||||||
| Home >> All >> org >> biomage >> [ Protocol overview ] | PREV NEXT | ||||||||