Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.biomage.Protocol.Parameter

Uses of Parameter in org.biomage.Protocol
 

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

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

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