Uses of Interface
psidev.psi.mi.jami.model.Checksum
-
-
Uses of Checksum in psidev.psi.mi.jami.binary.impl
Methods in psidev.psi.mi.jami.binary.impl that return types with arguments of type Checksum Modifier and Type Method Description Collection<Checksum>AbstractBinaryInteractionWrapper. getChecksums()getChecksums -
Uses of Checksum in psidev.psi.mi.jami.enricher.impl.full
Methods in psidev.psi.mi.jami.enricher.impl.full with parameters of type Checksum Modifier and Type Method Description voidFullFeatureEvidenceEnricher. onAddedChecksum(Protein interactor, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidFullFeatureEvidenceUpdater. onAddedChecksum(Protein interactor, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidFullFeatureUpdater. onAddedChecksum(Protein interactor, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidFullFeatureEvidenceEnricher. onRemovedChecksum(Protein interactor, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums.voidFullFeatureEvidenceUpdater. onRemovedChecksum(Protein interactor, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums.voidFullFeatureUpdater. onRemovedChecksum(Protein interactor, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums. -
Uses of Checksum in psidev.psi.mi.jami.enricher.impl.minimal
Methods in psidev.psi.mi.jami.enricher.impl.minimal with parameters of type Checksum Modifier and Type Method Description voidMinimalFeatureEnricher. onAddedChecksum(Protein interactor, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidMinimalFeatureEvidenceUpdater. onAddedChecksum(Protein interactor, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidMinimalFeatureEnricher. onRemovedChecksum(Protein interactor, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums.voidMinimalFeatureEvidenceUpdater. onRemovedChecksum(Protein interactor, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums. -
Uses of Checksum in psidev.psi.mi.jami.enricher.listener.impl
Methods in psidev.psi.mi.jami.enricher.listener.impl with parameters of type Checksum Modifier and Type Method Description voidInteractionEnricherListenerManager. onAddedChecksum(I interactor, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidInteractorEnricherListenerManager. onAddedChecksum(T interactor, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidInteractionEnricherListenerManager. onRemovedChecksum(I interactor, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums.voidInteractorEnricherListenerManager. onRemovedChecksum(T interactor, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums. -
Uses of Checksum in psidev.psi.mi.jami.enricher.listener.impl.writer
Methods in psidev.psi.mi.jami.enricher.listener.impl.writer with parameters of type Checksum Modifier and Type Method Description voidInteractionEnricherStatisticsWriter. onAddedChecksum(I interactor, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidInteractorEnricherStatisticsWriter. onAddedChecksum(T interactor, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidInteractionEnricherStatisticsWriter. onRemovedChecksum(I interactor, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums.voidInteractorEnricherStatisticsWriter. onRemovedChecksum(T interactor, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums. -
Uses of Checksum in psidev.psi.mi.jami.enricher.util
Method parameters in psidev.psi.mi.jami.enricher.util with type arguments of type Checksum Modifier and Type Method Description static <T> voidEnricherUtils. mergeChecksums(T termToEnrich, Collection<Checksum> toEnrichChecksums, Collection<Checksum> fetchedCehcksum, boolean remove, ChecksumsChangeListener<T> aliasListener)mergeChecksums. -
Uses of Checksum in psidev.psi.mi.jami.listener
Methods in psidev.psi.mi.jami.listener with parameters of type Checksum Modifier and Type Method Description voidChecksumsChangeListener. onAddedChecksum(T interactor, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidChecksumsChangeListener. onRemovedChecksum(T interactor, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums. -
Uses of Checksum in psidev.psi.mi.jami.listener.impl
Methods in psidev.psi.mi.jami.listener.impl with parameters of type Checksum Modifier and Type Method Description voidInteractionChangeLogger. onAddedChecksum(T interaction, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidInteractorChangeLogger. onAddedChecksum(T protein, Checksum added)Listen to the event where a checksum has been added to the interactor checksums.voidInteractionChangeLogger. onRemovedChecksum(T interaction, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums.voidInteractorChangeLogger. onRemovedChecksum(T protein, Checksum removed)Listen to the event where a checksum has been removed from the interactor checksums. -
Uses of Checksum in psidev.psi.mi.jami.model
Methods in psidev.psi.mi.jami.model with type parameters of type Checksum Modifier and Type Method Description <C extends Checksum>
Collection<C>Interaction. getChecksums()Set of checksums computed for this interaction..<C extends Checksum>
Collection<C>Interactor. getChecksums()Set of checksums computed for this interactor. -
Uses of Checksum in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement Checksum Modifier and Type Class Description classDefaultChecksumDefault implementation for Checksum Notes: The equals and hashcode methods have been overridden to be consistent with UnambiguousChecksumComparatorMethods in psidev.psi.mi.jami.model.impl that return types with arguments of type Checksum Modifier and Type Method Description Collection<Checksum>AbstractInteraction. getChecksums()Getter for the fieldchecksums.Collection<Checksum>DefaultComplex. getChecksums()getChecksumsCollection<Checksum>DefaultInteractor. getChecksums()Getter for the fieldchecksums.Methods in psidev.psi.mi.jami.model.impl with parameters of type Checksum Modifier and Type Method Description protected voidAbstractInteraction. processAddedChecksumEvent(Checksum added)processAddedChecksumEventprotected voidDefaultBioactiveEntity. processAddedChecksumEvent(Checksum added)processAddedChecksumEventprotected voidDefaultComplex. processAddedChecksumEvent(Checksum added)processAddedChecksumEventprotected voidDefaultProtein. processAddedChecksumEvent(Checksum added)processAddedChecksumEventprotected voidAbstractInteraction. processRemovedChecksumEvent(Checksum removed)processRemovedChecksumEventprotected voidDefaultBioactiveEntity. processRemovedChecksumEvent(Checksum removed)processRemovedChecksumEventprotected voidDefaultComplex. processRemovedChecksumEvent(Checksum removed)processRemovedChecksumEventprotected voidDefaultProtein. processRemovedChecksumEvent(Checksum removed)processRemovedChecksumEventMethod parameters in psidev.psi.mi.jami.model.impl with type arguments of type Checksum Modifier and Type Method Description protected voidDefaultInteractor. initialiseChecksumsWith(Collection<Checksum> checksums)initialiseChecksumsWithprotected voidAbstractInteraction. initialiseChecksumWith(Collection<Checksum> checksums)initialiseChecksumWith -
Uses of Checksum in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension that implement Checksum Modifier and Type Class Description classMitabChecksumMitab extension for Checksum. -
Uses of Checksum in psidev.psi.mi.jami.tab.io.writer.feeder
Methods in psidev.psi.mi.jami.tab.io.writer.feeder with parameters of type Checksum Modifier and Type Method Description voidAbstractMitabColumnFeeder. writeChecksum(Checksum checksum)Writes the checksumvoidMitabColumnFeeder. writeChecksum(Checksum checksum)Writes the checksum -
Uses of Checksum in psidev.psi.mi.jami.utils
Methods in psidev.psi.mi.jami.utils that return Checksum Modifier and Type Method Description static ChecksumChecksumUtils. collectFirstChecksumWithMethod(Collection<? extends Checksum> checksums, String methodId, String methodName)This method will return the first Checksum having this methodId/method name It will return null if there are no Checksums with this method id/namestatic ChecksumChecksumUtils. collectFirstChecksumWithMethodAndValue(Collection<? extends Checksum> checksums, String methodId, String methodName, String value)This method will return the first Checksum having this methodId/method name It will return null if there are no Checksums with this method id/namestatic ChecksumChecksumUtils. createChecksum(String methodName, String checksum)createChecksumstatic ChecksumChecksumUtils. createChecksum(String methodName, String methodMi, String checksum)createChecksumstatic ChecksumChecksumUtils. createRigid(String checksum)createRigidstatic ChecksumChecksumUtils. createRogid(String checksum)createRogidstatic ChecksumChecksumUtils. createSmile(String checksum)createSmilestatic ChecksumChecksumUtils. createStandardInchi(String checksum)createStandardInchistatic ChecksumChecksumUtils. createStandardInchiKey(String checksum)createStandardInchiKeyMethods in psidev.psi.mi.jami.utils that return types with arguments of type Checksum Modifier and Type Method Description static Collection<Checksum>ChecksumUtils. collectAllChecksumsHavingMethod(Collection<? extends Checksum> checksums, String methodId, String methodName)Collect all checksum having a specific methodstatic Collection<Checksum>ChecksumUtils. collectAllChecksumsHavingMethodAndValue(Collection<? extends Checksum> checksums, String methodId, String methodName, String value)Collect all checksum having a specific methodMethods in psidev.psi.mi.jami.utils with parameters of type Checksum Modifier and Type Method Description static booleanChecksumUtils. doesChecksumHaveMethod(Checksum checksum, String methodId, String methodName)To check if a checksum does have a specific methodstatic booleanChecksumUtils. doesChecksumHaveMethodAndValue(Checksum checksum, String methodId, String methodName, String value)To check if a checksum does have a specific methodMethod parameters in psidev.psi.mi.jami.utils with type arguments of type Checksum Modifier and Type Method Description static Collection<Checksum>ChecksumUtils. collectAllChecksumsHavingMethod(Collection<? extends Checksum> checksums, String methodId, String methodName)Collect all checksum having a specific methodstatic Collection<Checksum>ChecksumUtils. collectAllChecksumsHavingMethodAndValue(Collection<? extends Checksum> checksums, String methodId, String methodName, String value)Collect all checksum having a specific methodstatic ChecksumChecksumUtils. collectFirstChecksumWithMethod(Collection<? extends Checksum> checksums, String methodId, String methodName)This method will return the first Checksum having this methodId/method name It will return null if there are no Checksums with this method id/namestatic ChecksumChecksumUtils. collectFirstChecksumWithMethodAndValue(Collection<? extends Checksum> checksums, String methodId, String methodName, String value)This method will return the first Checksum having this methodId/method name It will return null if there are no Checksums with this method id/namestatic voidChecksumUtils. removeAllChecksumWithMethod(Collection<? extends Checksum> checksums, String methodId, String methodName)Remove all Checksum having this method name/method id from the collection of checksumsstatic voidChecksumUtils. removeAllChecksumWithMethod(Collection<? extends Checksum> checksums, String methodId, String methodName, String value)Remove all Checksum having this method name/method id from the collection of checksums -
Uses of Checksum in psidev.psi.mi.jami.utils.comparator.checksum
Methods in psidev.psi.mi.jami.utils.comparator.checksum with parameters of type Checksum Modifier and Type Method Description static booleanDefaultChecksumComparator. areEquals(Checksum checksum1, Checksum checksum2)Use DefaultChecksumComparator to know if two checksum are equals.static booleanUnambiguousChecksumComparator. areEquals(Checksum checksum1, Checksum checksum2)Use UnambiguousChecksumComparator to know if two checksum are equals.intChecksumComparator. compare(Checksum checksum1, Checksum checksum2)It will first compares the method using a CvTermComparator and then it will compare the checksum values - Two annotations which are null are equals - The annotation which is not null is before null.intUnambiguousChecksumComparator. compare(Checksum checksum1, Checksum checksum2)It will first compares the method using a UnambiguousCvTermComparator and then it will compare the checksum values - Two annotations which are null are equals - The annotation which is not null is before null.static intUnambiguousChecksumComparator. hashCode(Checksum checksum)hashCode -
Uses of Checksum in psidev.psi.mi.jami.xml.io.writer.elements
Methods in psidev.psi.mi.jami.xml.io.writer.elements that return types with arguments of type Checksum Modifier and Type Method Description static PsiXmlElementWriter<Checksum>PsiXmlElementWriterFactory. createChecksumWriter(XMLStreamWriter streamWriter)createChecksumWriter. -
Uses of Checksum in psidev.psi.mi.jami.xml.io.writer.elements.impl
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl that return types with arguments of type Checksum Modifier and Type Method Description PsiXmlElementWriter<Checksum>XmlInteractorWriter. getChecksumWriter()Getter for the fieldchecksumWriter.Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl with parameters of type Checksum Modifier and Type Method Description voidXmlChecksumWriter. write(Checksum object)write.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl with type arguments of type Checksum Modifier and Type Method Description voidXmlInteractorWriter. setChecksumWriter(PsiXmlElementWriter<Checksum> checksumWriter)Setter for the fieldchecksumWriter. -
Uses of Checksum in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts that return types with arguments of type Checksum Modifier and Type Method Description PsiXmlElementWriter<Checksum>AbstractXmlInteractionWriter. getChecksumWriter()Getter for the fieldchecksumWriter.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts with type arguments of type Checksum Modifier and Type Method Description voidAbstractXmlInteractionWriter. setChecksumWriter(PsiXmlElementWriter<Checksum> checksumWriter)Setter for the fieldchecksumWriter. -
Uses of Checksum in psidev.psi.mi.jami.xml.model.extension
Classes in psidev.psi.mi.jami.xml.model.extension that implement Checksum Modifier and Type Class Description classXmlChecksumXml implementation of a checksumMethods in psidev.psi.mi.jami.xml.model.extension that return types with arguments of type Checksum Modifier and Type Method Description Collection<Checksum>AbstractBaseXmlInteractor. getChecksums()getChecksums.Method parameters in psidev.psi.mi.jami.xml.model.extension with type arguments of type Checksum Modifier and Type Method Description protected voidAbstractBaseXmlInteractor.AbstractJAXBAttributeWrapper. initialiseChecksumsWith(List<Checksum> checksums) -
Uses of Checksum in psidev.psi.mi.jami.xml.model.extension.binary
Methods in psidev.psi.mi.jami.xml.model.extension.binary that return types with arguments of type Checksum Modifier and Type Method Description Collection<Checksum>XmlBinaryInteractionEvidenceWrapper. getChecksums()Set of checksums computed for this interaction..Collection<Checksum>XmlBinaryInteractionWrapper. getChecksums()Set of checksums computed for this interaction..Collection<Checksum>XmlModelledBinaryInteractionWrapper. getChecksums()Set of checksums computed for this interaction.. -
Uses of Checksum in psidev.psi.mi.jami.xml.model.extension.binary.xml30
Methods in psidev.psi.mi.jami.xml.model.extension.binary.xml30 that return types with arguments of type Checksum Modifier and Type Method Description Collection<Checksum>XmlModelledBinaryInteraction. getChecksums()Getter for the fieldchecksums.Collection<Checksum>XmlModelledBinaryInteractionWrapper. getChecksums()Set of checksums computed for this interaction.. -
Uses of Checksum 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 Checksum Modifier and Type Method Description Collection<Checksum>AbstractXmlComplex. getChecksums()getChecksums.Collection<Checksum>AbstractXmlInteraction. getChecksums()getChecksums.Collection<Checksum>XmlBasicInteractionComplexWrapper. getChecksums()Set of checksums computed for this interactor.Collection<Checksum>XmlInteractionEvidenceComplexWrapper. getChecksums()Set of checksums computed for this interactor.Collection<Checksum>XmlModelledInteractionComplexWrapper. getChecksums()Set of checksums computed for this interactor. -
Uses of Checksum 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 Checksum Modifier and Type Method Description Collection<Checksum>AbstractXmlComplex. getChecksums()getChecksums.Collection<Checksum>AbstractXmlInteraction. getChecksums()getChecksums.Collection<Checksum>XmlBasicInteractionComplexWrapper. getChecksums()Set of checksums computed for this interactor.Collection<Checksum>XmlInteractionEvidenceComplexWrapper. getChecksums()Set of checksums computed for this interactor.Collection<Checksum>XmlModelledInteractionComplexWrapper. getChecksums()Set of checksums computed for this interactor. -
Uses of Checksum in psidev.psi.mi.jami.xml.model.extension.xml300
Methods in psidev.psi.mi.jami.xml.model.extension.xml300 that return types with arguments of type Checksum Modifier and Type Method Description Collection<Checksum>AbstractXmlComplex. getChecksums()getChecksums.Collection<Checksum>AbstractXmlInteraction. getChecksums()getChecksums.Collection<Checksum>XmlBasicInteractionComplexWrapper. getChecksums()Set of checksums computed for this interactor.Collection<Checksum>XmlInteractionEvidenceComplexWrapper. getChecksums()Set of checksums computed for this interactor.Collection<Checksum>XmlModelledInteraction. getChecksums()getChecksums.Collection<Checksum>XmlModelledInteractionComplexWrapper. getChecksums()Set of checksums computed for this interactor. -
Uses of Checksum 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 Checksum Modifier and Type Method Description Collection<Checksum>AbstractComplexRef. getChecksums()getChecksums.Collection<Checksum>AbstractInteractorRef. getChecksums()getChecksums. -
Uses of Checksum 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 Checksum Modifier and Type Method Description Collection<Checksum>AbstractComplexRef. getChecksums()getChecksums.Collection<Checksum>AbstractInteractorRef. getChecksums()getChecksums. -
Uses of Checksum 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 Checksum Modifier and Type Method Description Collection<Checksum>AbstractComplexRef. getChecksums()getChecksums.Collection<Checksum>AbstractInteractorRef. getChecksums()getChecksums.
-