Uses of Class
org.biomage.Protocol.Parameter

Packages that use Parameter
gov.nih.nci.caarray.services.protocol   
gov.nih.nci.caarray.services.util.dataconverter.test   
org.biomage.Interface   
org.biomage.Protocol   
 

Uses of Parameter in gov.nih.nci.caarray.services.protocol
 

Methods in gov.nih.nci.caarray.services.protocol with parameters of type Parameter
 long SoftwareManagerDB.addParameter(long softwareId, Parameter param)
          Add the new parameter to the specified software.
 long ProtocolManagerDB.addParameter(long protocolId, Parameter parameter)
          Adds the specified Parameter to the specified Protocol.
 long HardwareManagerDB.addParameter(long hardwareId, Parameter param)
          Add a new parameter to an existing hardware.
static void ProtocolUtils.copy(ParameterData source, Parameter target)
           
static void ProtocolUtils.copy(Parameter source, ParameterData target)
           
 

Uses of Parameter in gov.nih.nci.caarray.services.util.dataconverter.test
 

Methods in gov.nih.nci.caarray.services.util.dataconverter.test with parameters of type Parameter
static void TestParameterConversion.compare(Parameter param, ParameterData paramData)
           
 

Uses of Parameter in org.biomage.Interface
 

Methods in org.biomage.Interface that return Parameter
 Parameter HasParameterTypes.getFromParameterTypes(int position)
          Method to get Parameter from ParameterTypes_list
 Parameter HasParameterType.getParameterType()
          Get method for parameterType
 

Methods in org.biomage.Interface with parameters of type Parameter
 void HasParameterTypes.addToParameterTypes(int position, Parameter parameter)
          Method to add Parameter at position to ParameterTypes_list
 void HasParameterTypes.addToParameterTypes(Parameter parameter)
          Method to add Parameter to ParameterTypes_list
 void HasParameterTypes.removeFromParameterTypes(Parameter parameter)
          Method to remove first Parameter from ParameterTypes_list
 void HasParameterType.setParameterType(Parameter parameterType)
          Set method for parameterType
 

Uses of Parameter in org.biomage.Protocol
 

Fields in org.biomage.Protocol declared as Parameter
protected  Parameter ParameterValue.parameterType
          The parameter this value is for.
 

Methods in org.biomage.Protocol that return Parameter
 Parameter Parameterizable.getFromParameterTypes(int position)
          Method to get Parameter from ParameterTypes_list
 Parameter ParameterValue.getParameterType()
          Get method for parameterType
 

Methods in org.biomage.Protocol with parameters of type Parameter
 void Parameterizable.addToParameterTypes(int position, Parameter parameter)
          Method to add Parameter at position to ParameterTypes_list
 void Parameterizable.addToParameterTypes(Parameter parameter)
          Method to add Parameter to ParameterTypes_list
 void Parameterizable.removeFromParameterTypes(Parameter parameter)
          Method to remove first Parameter from ParameterTypes_list
 void ParameterValue.setParameterType(Parameter parameterType)
          Set method for parameterType