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

Quick Search    Search Deep

Uses of Class
org.biomage.QuantitationType.PValue

Uses of PValue in org.biomage.QuantitationType
 

Methods in org.biomage.QuantitationType that return PValue
 PValue QuantitationType_package.getFromPValue_list(int position)
          Method to get PValue from PValue_list
 

Methods in org.biomage.QuantitationType with parameters of type PValue
 void QuantitationType_package.addToPValue_list(PValue pValue)
          Method to add PValue to PValue_list
 void QuantitationType_package.addToPValue_list(int position, PValue pValue)
          Method to add PValue at position to PValue_list
 void QuantitationType_package.removeFromPValue_list(PValue pValue)
          Method to remove first PValue from PValue_list