|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Software | |
---|---|
gov.nih.nci.caarray.services.protocol | |
org.biomage.Interface | |
org.biomage.Protocol |
Uses of Software in gov.nih.nci.caarray.services.protocol |
---|
Methods in gov.nih.nci.caarray.services.protocol that return Software | |
---|---|
Software |
SoftwareManagerDB.getSoftware(long id)
Retrieve the Software that has the specified ID. |
Software[] |
SoftwareManagerDB.getSoftwares(SoftwareSearchCriteria criteria)
Get available softwares. |
Methods in gov.nih.nci.caarray.services.protocol with parameters of type Software | |
---|---|
long |
SoftwareManagerDB.addSoftware(Software software)
Add a new software. |
static void |
ProtocolUtils.copy(SoftwareData source,
Software target)
|
static void |
ProtocolUtils.copy(Software source,
SoftwareData target)
|
static void |
ProtocolUtils.copy(Software source,
SoftwareDesc target)
|
boolean |
SoftwareManagerDB.updateSoftware(Software software)
Update an existing software. |
Uses of Software in org.biomage.Interface |
---|
Methods in org.biomage.Interface that return Software | |
---|---|
Software |
HasSoftwares.getFromSoftwares(int position)
Method to get Software from Softwares_list |
Software |
HasSoftware.getSoftware()
Get method for software |
Methods in org.biomage.Interface with parameters of type Software | |
---|---|
void |
HasSoftwares.addToSoftwares(int position,
Software software)
Method to add Software at position to Softwares_list |
void |
HasSoftwares.addToSoftwares(Software software)
Method to add Software to Softwares_list |
void |
HasSoftwares.removeFromSoftwares(Software software)
Method to remove first Software from Softwares_list |
void |
HasSoftware.setSoftware(Software software)
Set method for software |
Uses of Software in org.biomage.Protocol |
---|
Fields in org.biomage.Protocol declared as Software | |
---|---|
protected Software |
SoftwareApplication.software
The underlying software. |
Methods in org.biomage.Protocol that return Software | |
---|---|
Software |
Protocol_package.getFromSoftware_list(int position)
Method to get Software from Software_list |
Software |
Software.getFromSoftwares(int position)
Method to get Software from Softwares_list |
Software |
Protocol.getFromSoftwares(int position)
Method to get Software from Softwares_list |
Software |
Hardware.getFromSoftwares(int position)
Method to get Software from Softwares_list |
Software |
SoftwareApplication.getSoftware()
Get method for software |
Methods in org.biomage.Protocol with parameters of type Software | |
---|---|
void |
Protocol_package.addToSoftware_list(int position,
Software software)
Method to add Software at position to Software_list |
void |
Protocol_package.addToSoftware_list(Software software)
Method to add Software to Software_list |
void |
Software.addToSoftwares(int position,
Software software)
Method to add Software at position to Softwares_list |
void |
Protocol.addToSoftwares(int position,
Software software)
Method to add Software at position to Softwares_list |
void |
Hardware.addToSoftwares(int position,
Software software)
Method to add Software at position to Softwares_list |
void |
Software.addToSoftwares(Software software)
Method to add Software to Softwares_list |
void |
Protocol.addToSoftwares(Software software)
Method to add Software to Softwares_list |
void |
Hardware.addToSoftwares(Software software)
Method to add Software to Softwares_list |
void |
Protocol_package.removeFromSoftware_list(Software software)
Method to remove first Software from Software_list |
void |
Software.removeFromSoftwares(Software software)
Method to remove first Software from Softwares_list |
void |
Protocol.removeFromSoftwares(Software software)
Method to remove first Software from Softwares_list |
void |
Hardware.removeFromSoftwares(Software software)
Method to remove first Software from Softwares_list |
void |
SoftwareApplication.setSoftware(Software software)
Set method for software |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |