Uses of Interface
psidev.psi.mi.jami.model.CausalRelationship
-
-
Uses of CausalRelationship in psidev.psi.mi.jami.enricher.listener.impl
Methods in psidev.psi.mi.jami.enricher.listener.impl with parameters of type CausalRelationship Modifier and Type Method Description voidEntityEnricherListenerManager. onAddedCausalRelationship(P participant, CausalRelationship added)onAddedCausalRelationshipvoidEntityEnricherListenerManager. onRemovedCausalRelationship(P participant, CausalRelationship removed)onRemovedCausalRelationship -
Uses of CausalRelationship in psidev.psi.mi.jami.enricher.listener.impl.writer
Methods in psidev.psi.mi.jami.enricher.listener.impl.writer with parameters of type CausalRelationship Modifier and Type Method Description voidEntityEnricherStatisticsWriter. onAddedCausalRelationship(P participant, CausalRelationship added)onAddedCausalRelationshipvoidEntityEnricherStatisticsWriter. onRemovedCausalRelationship(P participant, CausalRelationship removed)onRemovedCausalRelationship -
Uses of CausalRelationship in psidev.psi.mi.jami.enricher.util
Method parameters in psidev.psi.mi.jami.enricher.util with type arguments of type CausalRelationship Modifier and Type Method Description static voidEnricherUtils. mergeCausalRelationships(Entity termToEnrich, Collection<CausalRelationship> toEnrichRelationships, Collection<CausalRelationship> fetchedRelationships, boolean remove, EntityChangeListener entityListener)mergeCausalRelationships. -
Uses of CausalRelationship in psidev.psi.mi.jami.listener
Methods in psidev.psi.mi.jami.listener with parameters of type CausalRelationship Modifier and Type Method Description voidEntityChangeListener. onAddedCausalRelationship(F participant, CausalRelationship added)onAddedCausalRelationshipvoidEntityChangeListener. onRemovedCausalRelationship(F participant, CausalRelationship removed)onRemovedCausalRelationship -
Uses of CausalRelationship in psidev.psi.mi.jami.listener.impl
Methods in psidev.psi.mi.jami.listener.impl with parameters of type CausalRelationship Modifier and Type Method Description voidEntityChangeLogger. onAddedCausalRelationship(T entity, CausalRelationship added)onAddedCausalRelationshipvoidParticipantChangeLogger. onAddedCausalRelationship(T entity, CausalRelationship added)onAddedCausalRelationshipvoidEntityChangeLogger. onRemovedCausalRelationship(T entity, CausalRelationship removed)onRemovedCausalRelationshipvoidParticipantChangeLogger. onRemovedCausalRelationship(T entity, CausalRelationship removed)onRemovedCausalRelationship -
Uses of CausalRelationship in psidev.psi.mi.jami.model
Methods in psidev.psi.mi.jami.model with type parameters of type CausalRelationship Modifier and Type Method Description <C extends CausalRelationship>
Collection<C>Entity. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction. -
Uses of CausalRelationship in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement CausalRelationship Modifier and Type Class Description classDefaultCausalRelationshipDefault implementation for CausalRelationship Notes: The equals and hashcode methods have NOT been overridden because the CausalRelationship object is a complex object.Methods in psidev.psi.mi.jami.model.impl that return types with arguments of type CausalRelationship Modifier and Type Method Description Collection<CausalRelationship>AbstractEntity. getCausalRelationships()Getter for the fieldcausalRelationships.Method parameters in psidev.psi.mi.jami.model.impl with type arguments of type CausalRelationship Modifier and Type Method Description protected voidAbstractEntity. initialiseCausalRelationshipsWith(Collection<CausalRelationship> relationships)initialiseCausalRelationshipsWith -
Uses of CausalRelationship in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension that implement CausalRelationship Modifier and Type Class Description classMitabCausalRelationship -
Uses of CausalRelationship in psidev.psi.mi.jami.utils.comparator.participant
Methods in psidev.psi.mi.jami.utils.comparator.participant with parameters of type CausalRelationship Modifier and Type Method Description static booleanDefaultCausalRelationshipComparator. areEquals(CausalRelationship causalRelationship1, CausalRelationship causalRelationship2)Use DefaultCausalRelationshipComparator to know if two causalRelationShip are equals.static booleanDefaultExactCausalRelationshipComparator. areEquals(CausalRelationship rel1, CausalRelationship rel2)Use DefaultExactCausalRelationshipComparator to know if two causalRelationShip are equals.static booleanUnambiguousCausalRelationshipComparator. areEquals(CausalRelationship rel1, CausalRelationship rel2)Use UnambiguousCausalRelationshipComparator to know if two causalRelationShip are equals.static booleanUnambiguousExactCausalRelationshipComparator. areEquals(CausalRelationship rel1, CausalRelationship rel2)Use UnambiguousExactCausalRelationshipComparator to know if two causalRelationShip are equals.intCausalRelationshipComparator. compare(CausalRelationship causalRelationship1, CausalRelationship causalRelationship2)It will first compare the relationType using AbstractCvTermComparator.intUnambiguousCausalRelationshipComparator. compare(CausalRelationship rel1, CausalRelationship rel2)It will first compare the relationType using UnambiguousCvTermComparator.intUnambiguousExactCausalRelationshipComparator. compare(CausalRelationship rel1, CausalRelationship rel2)It will first compare the relationType using UnambiguousCvTermComparator.static intUnambiguousCausalRelationshipComparator. hashCode(CausalRelationship rel)hashCodestatic intUnambiguousExactCausalRelationshipComparator. hashCode(CausalRelationship rel)hashCode -
Uses of CausalRelationship in psidev.psi.mi.jami.xml.io.writer.elements
Methods in psidev.psi.mi.jami.xml.io.writer.elements with parameters of type CausalRelationship Modifier and Type Method Description voidPsiXmlCausalRelationshipWriter. write(CausalRelationship object, Participant source)write. -
Uses of CausalRelationship in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30 with parameters of type CausalRelationship Modifier and Type Method Description voidXmlCausalRelationshipWriter. write(CausalRelationship object, Participant source)write.protected voidXmlCausalRelationshipWriter. writeCausalStatement(CausalRelationship object)writeCausalStatement.protected voidXmlCausalRelationshipWriter. writeSource(CausalRelationship object, Participant source)writeSource.protected voidXmlCausalRelationshipWriter. writeTarget(CausalRelationship object)writeTarget. -
Uses of CausalRelationship in psidev.psi.mi.jami.xml.model.extension.xml253
Methods in psidev.psi.mi.jami.xml.model.extension.xml253 that return types with arguments of type CausalRelationship Modifier and Type Method Description Collection<CausalRelationship>AbstractXmlEntity. getCausalRelationships()Getter for the fieldcausalRelationships.Collection<CausalRelationship>AbstractXmlParticipantPool. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlExperimentalParticipantCandidateWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlParticipantCandidateWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlParticipantEvidenceWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlParticipantWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction. -
Uses of CausalRelationship in psidev.psi.mi.jami.xml.model.extension.xml254
Methods in psidev.psi.mi.jami.xml.model.extension.xml254 that return types with arguments of type CausalRelationship Modifier and Type Method Description Collection<CausalRelationship>AbstractXmlEntity. getCausalRelationships()Getter for the fieldcausalRelationships.Collection<CausalRelationship>AbstractXmlParticipantPool. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlExperimentalParticipantCandidateWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlParticipantCandidateWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlParticipantEvidenceWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlParticipantWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction. -
Uses of CausalRelationship in psidev.psi.mi.jami.xml.model.extension.xml300
Subinterfaces of CausalRelationship in psidev.psi.mi.jami.xml.model.extension.xml300 Modifier and Type Interface Description interfaceExtendedPsiXmlCausalRelationshipExtended causal relationship for XML 3.0.Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement CausalRelationship Modifier and Type Class Description classXmlCausalRelationshipXML 3.0 implementation of causal relationshipMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return types with arguments of type CausalRelationship Modifier and Type Method Description Collection<CausalRelationship>AbstractXmlEntity. getCausalRelationships()Getter for the fieldcausalRelationships.Collection<CausalRelationship>AbstractXmlParticipantPool. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlExperimentalParticipantCandidateWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlParticipantCandidateWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlParticipantEvidenceWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction.Collection<CausalRelationship>XmlParticipantWrapper. getCausalRelationships()The causal relationships of this entity on other entities usually part of an interaction. -
Uses of CausalRelationship in psidev.psi.mi.jami.xml.model.reference.xml253
Methods in psidev.psi.mi.jami.xml.model.reference.xml253 that return types with arguments of type CausalRelationship Modifier and Type Method Description Collection<CausalRelationship>AbstractEntityRef. getCausalRelationships()getCausalRelationships. -
Uses of CausalRelationship in psidev.psi.mi.jami.xml.model.reference.xml254
Methods in psidev.psi.mi.jami.xml.model.reference.xml254 that return types with arguments of type CausalRelationship Modifier and Type Method Description Collection<CausalRelationship>AbstractEntityRef. getCausalRelationships()getCausalRelationships. -
Uses of CausalRelationship in psidev.psi.mi.jami.xml.model.reference.xml300
Methods in psidev.psi.mi.jami.xml.model.reference.xml300 that return types with arguments of type CausalRelationship Modifier and Type Method Description Collection<CausalRelationship>AbstractEntityRef. getCausalRelationships()getCausalRelationships.
-