Uses of Class
org.systemsbiology.jrap.SoftwareInfo

Packages that use SoftwareInfo
org.systemsbiology.jrap   
 

Uses of SoftwareInfo in org.systemsbiology.jrap
 

Fields in org.systemsbiology.jrap declared as SoftwareInfo
protected  SoftwareInfo MSInstrumentInfo.softwareInfo
           
protected  SoftwareInfo[] DataProcessingInfo.softwareUsed
           
 

Methods in org.systemsbiology.jrap that return SoftwareInfo
 SoftwareInfo MSInstrumentInfo.getSoftwareInfo()
           
 SoftwareInfo[] DataProcessingInfo.getSoftwareUsed()
          Return an array of information about all software that was used to process the data, in chronological order.
protected  SoftwareInfo SAX2HeaderHandler.parseSoftware(org.xml.sax.Attributes attributes)
           
 

Methods in org.systemsbiology.jrap with parameters of type SoftwareInfo
 void DataProcessingInfo.setSoftwareUsed(SoftwareInfo[] softwareUsed)
          Set the chronological array of used software for data processing.
 



SASHIMI Project