Uses of Class
org.biomage.Protocol.SoftwareApplication

Packages that use SoftwareApplication
org.biomage.Interface   
org.biomage.Protocol   
 

Uses of SoftwareApplication in org.biomage.Interface
 

Methods in org.biomage.Interface that return SoftwareApplication
 SoftwareApplication HasSoftwareApplications.getFromSoftwareApplications(int position)
          Method to get SoftwareApplication from SoftwareApplications_list
 

Methods in org.biomage.Interface with parameters of type SoftwareApplication
 void HasSoftwareApplications.addToSoftwareApplications(int position, SoftwareApplication softwareApplication)
          Method to add SoftwareApplication at position to SoftwareApplications_list
 void HasSoftwareApplications.addToSoftwareApplications(SoftwareApplication softwareApplication)
          Method to add SoftwareApplication to SoftwareApplications_list
 void HasSoftwareApplications.removeFromSoftwareApplications(SoftwareApplication softwareApplication)
          Method to remove first SoftwareApplication from SoftwareApplications_list
 

Uses of SoftwareApplication in org.biomage.Protocol
 

Methods in org.biomage.Protocol that return SoftwareApplication
 SoftwareApplication ProtocolApplication.getFromSoftwareApplications(int position)
          Method to get SoftwareApplication from SoftwareApplications_list
 

Methods in org.biomage.Protocol with parameters of type SoftwareApplication
 void ProtocolApplication.addToSoftwareApplications(int position, SoftwareApplication softwareApplication)
          Method to add SoftwareApplication at position to SoftwareApplications_list
 void ProtocolApplication.addToSoftwareApplications(SoftwareApplication softwareApplication)
          Method to add SoftwareApplication to SoftwareApplications_list
 void ProtocolApplication.removeFromSoftwareApplications(SoftwareApplication softwareApplication)
          Method to remove first SoftwareApplication from SoftwareApplications_list