|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HardwareApplication | |
---|---|
org.biomage.Interface | |
org.biomage.Protocol |
Uses of HardwareApplication in org.biomage.Interface |
---|
Methods in org.biomage.Interface that return HardwareApplication | |
---|---|
HardwareApplication |
HasHardwareApplications.getFromHardwareApplications(int position)
Method to get HardwareApplication from HardwareApplications_list |
Methods in org.biomage.Interface with parameters of type HardwareApplication | |
---|---|
void |
HasHardwareApplications.addToHardwareApplications(HardwareApplication hardwareApplication)
Method to add HardwareApplication to HardwareApplications_list |
void |
HasHardwareApplications.addToHardwareApplications(int position,
HardwareApplication hardwareApplication)
Method to add HardwareApplication at position to HardwareApplications_list |
void |
HasHardwareApplications.removeFromHardwareApplications(HardwareApplication hardwareApplication)
Method to remove first HardwareApplication from HardwareApplications_list |
Uses of HardwareApplication in org.biomage.Protocol |
---|
Methods in org.biomage.Protocol that return HardwareApplication | |
---|---|
HardwareApplication |
ProtocolApplication.getFromHardwareApplications(int position)
Method to get HardwareApplication from HardwareApplications_list |
Methods in org.biomage.Protocol with parameters of type HardwareApplication | |
---|---|
void |
ProtocolApplication.addToHardwareApplications(HardwareApplication hardwareApplication)
Method to add HardwareApplication to HardwareApplications_list |
void |
ProtocolApplication.addToHardwareApplications(int position,
HardwareApplication hardwareApplication)
Method to add HardwareApplication at position to HardwareApplications_list |
void |
ProtocolApplication.removeFromHardwareApplications(HardwareApplication hardwareApplication)
Method to remove first HardwareApplication from HardwareApplications_list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |