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

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

Best Java code snippets using uk.ac.ebi.intact.model.ComponentParameter.getExponent (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.modelComponentParametergetExponent

Popular methods of ComponentParameter

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

Popular in Java

  • Reactive rest calls using spring rest template
  • getResourceAsStream (ClassLoader)
  • onCreateOptionsMenu (Activity)
  • runOnUiThread (Activity)
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Socket (java.net)
    Provides a client-side TCP socket.
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Best plugins for Eclipse
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