Tabnine Logo
ComponentParameter.getUncertainty
Code IndexAdd Tabnine to your IDE (free)

How to use
getUncertainty
method
in
uk.ac.ebi.intact.model.ComponentParameter

Best Java code snippets using uk.ac.ebi.intact.model.ComponentParameter.getUncertainty (Showing top 2 results out of 315)

origin: uk.ac.ebi.intact.core/intact-core-readonly

protected ComponentParameter cloneComponentParameter(ComponentParameter componentParameter) throws IntactClonerException {
  if (componentParameter == null) {
    throw new IllegalArgumentException("You must give a non null component parameter");
  }
  ComponentParameter clone = new ComponentParameter();
  clonerManager.addClone(componentParameter, clone);
  clone.setBase(componentParameter.getBase());
  clone.setExponent(componentParameter.getExponent());
  clone.setFactor(componentParameter.getFactor());
  clone.setUncertainty(componentParameter.getUncertainty());
  clone.setCvParameterType(clone(componentParameter.getCvParameterType()));
  clone.setCvParameterUnit(clone(componentParameter.getCvParameterUnit()));
  clone.setComponent(componentParameter.getComponent());
  return clone;
}
origin: uk.ac.ebi.intact.core/intact-core

protected ComponentParameter cloneComponentParameter(ComponentParameter componentParameter) throws IntactClonerException {
  if (componentParameter == null) {
    throw new IllegalArgumentException("You must give a non null component parameter");
  }
  ComponentParameter clone = new ComponentParameter();
  clonerManager.addClone(componentParameter, clone);
  clone.setBase(componentParameter.getBase());
  clone.setExponent(componentParameter.getExponent());
  clone.setFactor(componentParameter.getFactor());
  clone.setUncertainty(componentParameter.getUncertainty());
  clone.setCvParameterType(clone(componentParameter.getCvParameterType()));
  clone.setCvParameterUnit(clone(componentParameter.getCvParameterUnit()));
  clone.setComponent(componentParameter.getComponent());
  return clone;
}
uk.ac.ebi.intact.modelComponentParametergetUncertainty

Popular methods of ComponentParameter

  • <init>
  • clone
  • equals
  • getAc
  • getBase
  • getComponent
  • getCvParameterType
  • getCvParameterUnit
  • getExponent
  • getFactor
  • setBase
  • setComponent
  • setBase,
  • setComponent,
  • setCvParameterType,
  • setCvParameterUnit,
  • setExponent,
  • setFactor,
  • setUncertainty

Popular in Java

  • Updating database using SQL prepared statement
  • getResourceAsStream (ClassLoader)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getExternalFilesDir (Context)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • JTable (javax.swing)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now