congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
Participant.hasInteraction
Code IndexAdd Tabnine to your IDE (free)

How to use
hasInteraction
method
in
psidev.psi.mi.xml.model.Participant

Best Java code snippets using psidev.psi.mi.xml.model.Participant.hasInteraction (Showing top 5 results out of 315)

origin: org.biopax.paxtools/psimi-converter

if(participant.hasInteraction()) {
  participantInteractions.add(participant.getInteraction());
origin: org.biopax.paxtools/psimi-converter

  if(type==null) type = "protein"; //default type (if unspecified)
  participantTypes.add(type.toLowerCase());
} else if (p.hasInteraction()) {
  participantTypes.add("complex"); //hierarchical complex build up
origin: org.biopax.paxtools/psimi-converter

} else if(participant.hasInteraction()) {
origin: psidev.psi.mi/psi25-xml

    jParticipant.setInteractor( interactorConverter.toJaxb( mParticipant.getInteractor() ) );
} else if ( mParticipant.hasInteraction() ) {
  jParticipant.setInteractionRef( mParticipant.getInteraction().getId() );
} else {
origin: psidev.psi.mi/psi25-xml

    jParticipant.setInteractor( interactorConverter.toJaxb( mParticipant.getInteractor() ) );
} else if ( mParticipant.hasInteraction() ) {
  jParticipant.setInteractionRef( mParticipant.getInteraction().getId() );
} else {
psidev.psi.mi.xml.modelParticipanthasInteraction

Javadoc

Check if the optional interaction is defined.

Popular methods of Participant

  • getInteractor
    Gets the value of the interactor property.
  • getExperimentalRoles
    Gets the value of the experimentalRoleList property.
  • getFeatures
    Gets the value of the featureList property.
  • getAttributes
    Gets the value of the attributeList property.
  • getBiologicalRole
    Gets the value of the biologicalRole property.
  • getExperimentalInteractors
    Gets the value of the experimentalInteractorList property.
  • getId
    Gets the value of the id property.
  • getInteraction
  • getParticipantIdentificationMethods
    Gets the value of the participantIdentificationMethodList property.
  • hasExperimentalRoles
    Check if the optional experimentalRoles is defined.
  • setBiologicalRole
    Sets the value of the biologicalRole property.
  • setInteractor
    Sets the value of the interactor property.
  • setBiologicalRole,
  • setInteractor,
  • <init>,
  • getConfidenceList,
  • getExperimentalPreparations,
  • getHostOrganisms,
  • getNames,
  • getParameters,
  • getXref,
  • hasAttributes

Popular in Java

  • Finding current android device location
  • putExtra (Intent)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Socket (java.net)
    Provides a client-side TCP socket.
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • JCheckBox (javax.swing)
  • JPanel (javax.swing)
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top Sublime Text plugins
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