Codota Logo
Interaction2xmlPSI25
Code IndexAdd Codota to your IDE (free)

How to use
Interaction2xmlPSI25
in
uk.ac.ebi.intact.application.dataConversion.psiDownload.xmlGenerator.psi25

Best Java code snippets using uk.ac.ebi.intact.application.dataConversion.psiDownload.xmlGenerator.psi25.Interaction2xmlPSI25 (Showing top 6 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Dictionary d =
  • Codota Iconnew Hashtable()
  • Codota IconBundle bundle;bundle.getHeaders()
  • Codota Iconnew Properties()
  • Smart code suggestions by Codota
}
origin: uk.ac.ebi.intact.app/data-conversion

createNames( session, element, interaction );
createInteractionXrefs( session, element, interaction );
createAvailability( session, element, interaction );
    createParticipant( session, inferredInteractionElement, interactor, feature );
    createParticipant( session, inferredInteractionElement, interactor2, boundDomain );
createNegativeFlag( session, element, interaction );
createConfidence( session, element, interaction );
createAttributeList( session, element, interaction, attributeListFilter );
createDissociationConstant( session, element, interaction );
origin: uk.ac.ebi.intact.util/data-conversion

  /**
   * Gives the right version of the Psi XML generator according to the user's session
   *
   * @param session the user session that will indicate which version of the Psi generator is required
   *
   * @return
   */
  public static Interaction2xmlI getInstance( UserSessionDownload session ) {

    if ( session.getPsiVersion().equals( PsiVersion.VERSION_1 ) ) {

      return Interaction2xmlPSI1.getInstance();

    } else if ( session.getPsiVersion().equals( PsiVersion.VERSION_2 ) ) {

      return Interaction2xmlPSI2.getInstance();

    } else if ( session.getPsiVersion().equals( PsiVersion.VERSION_25 ) ) {

      return Interaction2xmlPSI25.getInstance();

    } else {

      throw new IllegalStateException( "We do not support PSI version " + session.getPsiVersion() );
    }
  }
}
origin: uk.ac.ebi.intact.app/data-conversion

  /**
   * Gives the right version of the Psi XML generator according to the user's session
   *
   * @param session the user session that will indicate which version of the Psi generator is required
   *
   * @return
   */
  public static Interaction2xmlI getInstance( UserSessionDownload session ) {

    if ( session.getPsiVersion().equals( PsiVersion.VERSION_1 ) ) {

      return Interaction2xmlPSI1.getInstance();

    } else if ( session.getPsiVersion().equals( PsiVersion.VERSION_2 ) ) {

      return Interaction2xmlPSI2.getInstance();

    } else if ( session.getPsiVersion().equals( PsiVersion.VERSION_25 ) ) {

      return Interaction2xmlPSI25.getInstance();

    } else {

      throw new IllegalStateException( "We do not support PSI version " + session.getPsiVersion() );
    }
  }
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

createNames( session, element, interaction );
createInteractionXrefs( session, element, interaction );
createAvailability( session, element, interaction );
    createParticipant( session, inferredInteractionElement, interactor, feature );
    createParticipant( session, inferredInteractionElement, interactor2, boundDomain );
createNegativeFlag( session, element, interaction );
createConfidence( session, element, interaction );
createAttributeList( session, element, interaction, attributeListFilter );
createDissociationConstant( session, element, interaction );
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

  /**
   * Gives the right version of the Psi XML generator according to the user's session
   *
   * @param session the user session that will indicate which version of the Psi generator is required
   *
   * @return
   */
  public static Interaction2xmlI getInstance( UserSessionDownload session ) {

    if ( session.getPsiVersion().equals( PsiVersion.VERSION_1 ) ) {

      return Interaction2xmlPSI1.getInstance();

    } else if ( session.getPsiVersion().equals( PsiVersion.VERSION_2 ) ) {

      return Interaction2xmlPSI2.getInstance();

    } else if ( session.getPsiVersion().equals( PsiVersion.VERSION_25 ) ) {

      return Interaction2xmlPSI25.getInstance();

    } else {

      throw new IllegalStateException( "We do not support PSI version " + session.getPsiVersion() );
    }
  }
}
origin: uk.ac.ebi.intact.util/data-conversion

createNames( session, element, interaction );
createInteractionXrefs( session, element, interaction );
createAvailability( session, element, interaction );
    createParticipant( session, inferredInteractionElement, interactor, feature );
    createParticipant( session, inferredInteractionElement, interactor2, boundDomain );
createNegativeFlag( session, element, interaction );
createConfidence( session, element, interaction );
createAttributeList( session, element, interaction, attributeListFilter );
createDissociationConstant( session, element, interaction );
uk.ac.ebi.intact.application.dataConversion.psiDownload.xmlGenerator.psi25Interaction2xmlPSI25

Javadoc

Process the common behaviour of an IntAct Interaction when exporting PSI version 2.

Most used methods

  • createAttributeList
  • createAvailability
  • createConfidence
  • createDissociationConstant
  • createInteractionXrefs
    Generate the xref tag of the given protein. That content is attached to the given parent Element.
  • createNames
  • createNegativeFlag
  • createParticipant
  • getInstance

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setScale (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • findViewById (Activity)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • IOException (java.io)
    Signals that an I/O exception of some sort has occurred. This class is the general class of exceptio
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Dictionary (java.util)
    The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to valu
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registery of org.quartz
  • Option (scala)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now