Uses of Class
org.biomage.Protocol.ParameterValue

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

Uses of ParameterValue in org.biomage.Interface
 

Methods in org.biomage.Interface that return ParameterValue
 ParameterValue HasParameterValues.getFromParameterValues(int position)
          Method to get ParameterValue from ParameterValues_list
 

Methods in org.biomage.Interface with parameters of type ParameterValue
 void HasParameterValues.addToParameterValues(int position, ParameterValue parameterValue)
          Method to add ParameterValue at position to ParameterValues_list
 void HasParameterValues.addToParameterValues(ParameterValue parameterValue)
          Method to add ParameterValue to ParameterValues_list
 void HasParameterValues.removeFromParameterValues(ParameterValue parameterValue)
          Method to remove first ParameterValue from ParameterValues_list
 

Uses of ParameterValue in org.biomage.Protocol
 

Methods in org.biomage.Protocol that return ParameterValue
 ParameterValue ParameterizableApplication.getFromParameterValues(int position)
          Method to get ParameterValue from ParameterValues_list
 

Methods in org.biomage.Protocol with parameters of type ParameterValue
 void ParameterizableApplication.addToParameterValues(int position, ParameterValue parameterValue)
          Method to add ParameterValue at position to ParameterValues_list
 void ParameterizableApplication.addToParameterValues(ParameterValue parameterValue)
          Method to add ParameterValue to ParameterValues_list
 void ParameterizableApplication.removeFromParameterValues(ParameterValue parameterValue)
          Method to remove first ParameterValue from ParameterValues_list