Uses of Interface
psidev.psi.mi.jami.model.Source
-
-
Uses of Source in psidev.psi.mi.jami.binary.impl
Methods in psidev.psi.mi.jami.binary.impl that return Source Modifier and Type Method Description SourceDefaultModelledBinaryInteraction. getSource()Getter for the fieldsource.SourceModelledBinaryInteractionWrapper. getSource()getSourceMethods in psidev.psi.mi.jami.binary.impl with parameters of type Source Modifier and Type Method Description voidDefaultModelledBinaryInteraction. setSource(Source source)Sets the source reporting the interaction.voidModelledBinaryInteractionWrapper. setSource(Source source)Sets the source reporting the interaction. -
Uses of Source in psidev.psi.mi.jami.bridges.fetcher.mock
Methods in psidev.psi.mi.jami.bridges.fetcher.mock that return Source Modifier and Type Method Description SourceMockSourceFetcher. fetchByIdentifier(String termIdentifier, String ontologyDatabaseName)Uses the identifier and the name of the database to search for a complete form of the cvTerm.SourceMockSourceFetcher. fetchByIdentifier(String termIdentifier, CvTerm ontologyDatabase)fetchByIdentifier.SourceMockSourceFetcher. fetchByName(String searchName, String ontologyDatabaseName)Uses the name of the term and the name of the database to search for a complete form of the term.Methods in psidev.psi.mi.jami.bridges.fetcher.mock that return types with arguments of type Source Modifier and Type Method Description Collection<Source>MockSourceFetcher. fetchByIdentifiers(Collection<String> identifiers, String ontologyDatabaseName)fetchByIdentifiers.Collection<Source>MockSourceFetcher. fetchByIdentifiers(Collection<String> identifiers, CvTerm ontologyDatabase)Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Collection<Source>MockSourceFetcher. fetchByName(String searchName)Uses the name of the term and the name of the database to search for a complete form of the term.Collection<Source>MockSourceFetcher. fetchByNames(Collection<String> searchNames)Finds the CvTerms which match the exact names provided.Collection<Source>MockSourceFetcher. fetchByNames(Collection<String> searchNames, String ontologyDatabaseName)Uses the name of the term and the name of the database to search for a complete form of the term.Methods in psidev.psi.mi.jami.bridges.fetcher.mock with parameters of type Source Modifier and Type Method Description voidMockSourceFetcher. addOntologyTerm(String identifier, Source source)addOntologyTerm. -
Uses of Source in psidev.psi.mi.jami.bridges.imex.extension
Methods in psidev.psi.mi.jami.bridges.imex.extension that return Source Modifier and Type Method Description SourceImexPublication. getSource()Getter for the fieldsource.Methods in psidev.psi.mi.jami.bridges.imex.extension that return types with arguments of type Source Modifier and Type Method Description List<Source>ImexPublication. getSources()Getter for the fieldsources.Methods in psidev.psi.mi.jami.bridges.imex.extension with parameters of type Source Modifier and Type Method Description voidImexPublication. setSource(Source source)Sets the source who curated the publication. -
Uses of Source in psidev.psi.mi.jami.bridges.obo
Methods in psidev.psi.mi.jami.bridges.obo that return Source Modifier and Type Method Description protected SourceSourceOboLoader. instantiateNewTerm(String name, Xref identity)instantiateNewTerm.Methods in psidev.psi.mi.jami.bridges.obo with parameters of type Source Modifier and Type Method Description protected voidSourceOboLoader. createDefinitionFor(String def, Source term)createDefinitionFor. -
Uses of Source in psidev.psi.mi.jami.bridges.ols
Classes in psidev.psi.mi.jami.bridges.ols that implement Source Modifier and Type Class Description classLazySourceA lazy cvTerm which will only fetch metadata when required.Methods in psidev.psi.mi.jami.bridges.ols that return Source Modifier and Type Method Description protected SourceOlsSourceFetcher. instantiateCvTerm(String termName, Xref identity, String ontologyName)instantiateCvTerm. -
Uses of Source in psidev.psi.mi.jami.commons
Methods in psidev.psi.mi.jami.commons with parameters of type Source Modifier and Type Method Description Map<String,Object>MIWriterOptionFactory. getCompactXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, Source defaultSource, XMLGregorianCalendar defaultReleaseDate, Collection<Annotation> defaultEntryAnnotations, PsiXmlVersion version)Create the options for the compact PSI-XML InteractionWriter.Map<String,Object>MIWriterOptionFactory. getCompactXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, PsiXmlObjectCache elementCache, Set<Experiment> experimentSet, Set<Interactor> interactorSet, Set<String> availabilitySet, Set<Interaction> interactionSet, Source defaultSource, XMLGregorianCalendar defaultReleaseDate, Collection<Annotation> defaultEntryAnnotations, boolean writeComplexAsInteractors, boolean extended, PsiXmlVersion version)Create the options for the compact PSI-XML InteractionWriter.Map<String,Object>MIWriterOptionFactory. getExpandedXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, Source defaultSource, XMLGregorianCalendar defaultReleaseDate, Collection<Annotation> defaultEntryAnnotations, PsiXmlVersion version)Create the options for the expanded PSI-XML InteractionWriter.Map<String,Object>MIWriterOptionFactory. getExpandedXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, PsiXmlObjectCache elementCache, Set<Interaction> interactionSet, Source defaultSource, XMLGregorianCalendar defaultReleaseDate, Collection<Annotation> defaultEntryAnnotations, boolean writeComplexAsInteractors, boolean extended, PsiXmlVersion version)Create the options for the compact PSI-XML InteractionWriter.Map<String,Object>MIWriterOptionFactory. getXmlOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, PsiXmlType xmlType, PsiXmlObjectCache elementCache, Set<Experiment> experimentSet, Set<Interactor> interactorSet, Set<String> availabilitySet, Set<Interaction> interactionSet, Source defaultSource, XMLGregorianCalendar defaultReleaseDate, Collection<Annotation> defaultEntryAnnotations, boolean writeComplexAsInteractors, boolean extended, PsiXmlVersion version)Create the options for the PSI-XML InteractionWriter. -
Uses of Source in psidev.psi.mi.jami.crosslink.extension
Constructors in psidev.psi.mi.jami.crosslink.extension with parameters of type Source Constructor Description CsvInteractionEvidence(String shortName, Source source, Xref imexId)Constructor for CsvInteractionEvidence.CsvInteractionEvidence(Experiment experiment, String shortName, Source source)Constructor for CsvInteractionEvidence.CsvInteractionEvidence(Experiment experiment, String shortName, Source source, Xref imexId)Constructor for CsvInteractionEvidence. -
Uses of Source in psidev.psi.mi.jami.enricher.impl.full
Constructor parameters in psidev.psi.mi.jami.enricher.impl.full with type arguments of type Source Constructor Description FullSourceUpdater(FullCvTermUpdater<Source> cvTermUpdater)Constructor for FullSourceUpdater. -
Uses of Source in psidev.psi.mi.jami.enricher.impl.minimal
Methods in psidev.psi.mi.jami.enricher.impl.minimal that return Source Modifier and Type Method Description SourceMinimalSourceEnricher. find(Source objectToEnrich)find.Methods in psidev.psi.mi.jami.enricher.impl.minimal that return types with arguments of type Source Modifier and Type Method Description CvTermEnricherListener<Source>MinimalSourceEnricher. getCvTermEnricherListener()getCvTermEnricherListener.CvTermFetcher<Source>MinimalSourceEnricher. getCvTermFetcher()getCvTermFetcher.protected MinimalCvTermEnricher<Source>MinimalSourceEnricher. getDelegate()Getter for the fielddelegate.Methods in psidev.psi.mi.jami.enricher.impl.minimal with parameters of type Source Modifier and Type Method Description voidMinimalSourceEnricher. enrich(Source cvTermToEnrich, Source cvTermFetched)enrich.SourceMinimalSourceEnricher. find(Source objectToEnrich)find.protected voidMinimalSourceEnricher. onEnrichedVersionNotFound(Source objectToEnrich)onEnrichedVersionNotFound.protected voidMinimalSourceEnricher. processPublication(Source cvTermToEnrich, Source cvTermFetched)processPublication.protected voidMinimalSourceUpdater. processPublication(Source cvTermToEnrich, Source cvTermFetched)processPublication.protected voidMinimalSourceEnricher. processSource(Source cvTermToEnrich, Source cvTermFetched)A method that can be overridden to add to or change the behaviour of enrichment without effecting fetching.Method parameters in psidev.psi.mi.jami.enricher.impl.minimal with type arguments of type Source Modifier and Type Method Description voidMinimalSourceEnricher. setCvTermEnricherListener(CvTermEnricherListener<Source> listener)setCvTermEnricherListener.Constructor parameters in psidev.psi.mi.jami.enricher.impl.minimal with type arguments of type Source Constructor Description MinimalSourceEnricher(MinimalCvTermEnricher<Source> cvEnricher)Constructor for MinimalSourceEnricher.MinimalSourceUpdater(MinimalCvTermEnricher<Source> cvEnricher)Constructor for MinimalSourceUpdater. -
Uses of Source in psidev.psi.mi.jami.enricher.listener.impl
Methods in psidev.psi.mi.jami.enricher.listener.impl with parameters of type Source Modifier and Type Method Description voidSourceEnricherListenerManager. onPostalAddressUpdate(Source cv, String oldPostalAddress)Listen to the event where the postal address of a source has been changed.voidSourceEnricherListenerManager. onPublicationUpdate(Source cv, Publication oldPublication)Listen to the event where the publication of a source has been changed.voidModelledInteractionEnricherListenerManager. onSourceUpdate(I interaction, Source oldSource)onSourceUpdatevoidPublicationEnricherListenerManager. onSourceUpdated(Publication publication, Source oldSource)onSourceUpdatedvoidSourceEnricherListenerManager. onUrlUpdate(Source cv, String oldUrl)Listen to the event where the URL of a source has been changed. -
Uses of Source in psidev.psi.mi.jami.enricher.listener.impl.log
Methods in psidev.psi.mi.jami.enricher.listener.impl.log with parameters of type Source Modifier and Type Method Description voidSourceEnricherLogger. onEnrichmentComplete(Source cvTerm, EnrichmentStatus status, String message)onEnrichmentComplete.voidSourceEnricherLogger. onEnrichmentError(Source object, String message, Exception e)onEnrichmentError. -
Uses of Source in psidev.psi.mi.jami.enricher.listener.impl.writer
Methods in psidev.psi.mi.jami.enricher.listener.impl.writer with parameters of type Source Modifier and Type Method Description voidSourceEnricherStatisticsWriter. onPostalAddressUpdate(Source cv, String oldPostalAddress)Listen to the event where the postal address of a source has been changed.voidSourceEnricherStatisticsWriter. onPublicationUpdate(Source cv, Publication oldPublication)Listen to the event where the publication of a source has been changed.voidModelledInteractionEnricherStatisticsWriter. onSourceUpdate(I interaction, Source oldSource)onSourceUpdatevoidPublicationEnricherStatisticsWriter. onSourceUpdated(Publication publication, Source oldSource)onSourceUpdatedvoidSourceEnricherStatisticsWriter. onUrlUpdate(Source cv, String oldUrl)Listen to the event where the URL of a source has been changed. -
Uses of Source in psidev.psi.mi.jami.imex.actions.impl
Methods in psidev.psi.mi.jami.imex.actions.impl that return Source Modifier and Type Method Description protected SourcePublicationAdminGroupSynchronizerImpl. getImexPublicationOwnerGroup(List<Source> adminGroupList, Set<String> imexPartners)checks any of the sources is a imex partner.Methods in psidev.psi.mi.jami.imex.actions.impl with parameters of type Source Modifier and Type Method Description protected booleanPublicationAdminGroupSynchronizerImpl. containsAdminGroup(List<Source> adminGroupList, Source group)containsAdminGroup.Method parameters in psidev.psi.mi.jami.imex.actions.impl with type arguments of type Source Modifier and Type Method Description protected booleanPublicationAdminGroupSynchronizerImpl. containsAdminGroup(List<Source> adminGroupList, Source group)containsAdminGroup.protected SourcePublicationAdminGroupSynchronizerImpl. getImexPublicationOwnerGroup(List<Source> adminGroupList, Set<String> imexPartners)checks any of the sources is a imex partner. -
Uses of Source in psidev.psi.mi.jami.imex.listener
Methods in psidev.psi.mi.jami.imex.listener with parameters of type Source Modifier and Type Method Description voidPublicationImexEnricherListener. onImexAdminGroupUpdated(Publication publication, Source oldSource)onImexAdminGroupUpdated. -
Uses of Source in psidev.psi.mi.jami.imex.listener.impl
Methods in psidev.psi.mi.jami.imex.listener.impl with parameters of type Source Modifier and Type Method Description voidPublicationImexEnricherListenerManager. onImexAdminGroupUpdated(Publication publication, Source oldSource)onImexAdminGroupUpdated.voidPublicationImexEnricherLogger. onImexAdminGroupUpdated(Publication publication, Source oldSource)onImexAdminGroupUpdated.voidPublicationImexEnricherStatisticsWriter. onImexAdminGroupUpdated(Publication publication, Source oldSource)onImexAdminGroupUpdated. -
Uses of Source in psidev.psi.mi.jami.listener
Methods in psidev.psi.mi.jami.listener with parameters of type Source Modifier and Type Method Description voidSourceChangeListener. onPostalAddressUpdate(Source cv, String oldPostalAddress)Listen to the event where the postal address of a source has been changed.voidSourceChangeListener. onPublicationUpdate(Source cv, Publication oldPublication)Listen to the event where the publication of a source has been changed.voidModelledInteractionChangeListener. onSourceUpdate(I interaction, Source oldSource)onSourceUpdatevoidPublicationChangeListener. onSourceUpdated(Publication publication, Source oldSource)onSourceUpdatedvoidSourceChangeListener. onUrlUpdate(Source cv, String oldUrl)Listen to the event where the URL of a source has been changed. -
Uses of Source in psidev.psi.mi.jami.listener.impl
Methods in psidev.psi.mi.jami.listener.impl with parameters of type Source Modifier and Type Method Description voidSourceChangeLogger. onPostalAddressUpdate(Source cv, String oldPostalAddress)Listen to the event where the postal address of a source has been changed.voidSourceChangeLogger. onPublicationUpdate(Source cv, Publication oldPublication)Listen to the event where the publication of a source has been changed.voidComplexChangeLogger. onSourceUpdate(Complex interaction, Source oldSource)onSourceUpdatevoidModelledInteractionChangeLogger. onSourceUpdate(I interaction, Source oldSource)onSourceUpdatevoidPublicationChangeLogger. onSourceUpdated(Publication publication, Source oldSource)onSourceUpdatedvoidSourceChangeLogger. onUrlUpdate(Source cv, String oldUrl)Listen to the event where the URL of a source has been changed. -
Uses of Source in psidev.psi.mi.jami.model
Methods in psidev.psi.mi.jami.model that return Source Modifier and Type Method Description SourceModelledInteraction. getSource()The source which reported this modelled interaction.SourcePublication. getSource()The source which curated this publication.Methods in psidev.psi.mi.jami.model with parameters of type Source Modifier and Type Method Description voidModelledInteraction. setSource(Source source)Sets the source reporting the interaction.voidPublication. setSource(Source source)Sets the source who curated the publication. -
Uses of Source in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement Source Modifier and Type Class Description classDefaultSourceDefault implementation for Source Notes: The equals and hashcode methods have been overridden to be consistent with UnambiguousCvTermComparatorMethods in psidev.psi.mi.jami.model.impl that return Source Modifier and Type Method Description SourceDefaultComplex. getSource()Getter for the fieldsource.SourceDefaultModelledInteraction. getSource()Getter for the fieldsource.SourceDefaultPublication. getSource()Getter for the fieldsource.Methods in psidev.psi.mi.jami.model.impl with parameters of type Source Modifier and Type Method Description voidDefaultComplex. setSource(Source source)Sets the source reporting the interaction.voidDefaultModelledInteraction. setSource(Source source)Sets the source reporting the interaction.voidDefaultPublication. setSource(Source source)Sets the source who curated the publication.Constructors in psidev.psi.mi.jami.model.impl with parameters of type Source Constructor Description DefaultInteractionEvidence(String shortName, Source source, Xref imexId)Constructor for DefaultInteractionEvidence.DefaultInteractionEvidence(Experiment experiment, String shortName, Source source)Constructor for DefaultInteractionEvidence.DefaultInteractionEvidence(Experiment experiment, String shortName, Source source, Xref imexId)Constructor for DefaultInteractionEvidence.DefaultModelledInteraction(String shortName, Source source)Constructor for DefaultModelledInteraction.DefaultModelledInteraction(String shortName, Source source, CvTerm type)Constructor for DefaultModelledInteraction.DefaultNamedInteractionEvidence(String shortName, Source source, Xref imexId)Constructor for DefaultNamedInteractionEvidence.DefaultNamedInteractionEvidence(Experiment experiment, String shortName, Source source)Constructor for DefaultNamedInteractionEvidence.DefaultNamedInteractionEvidence(Experiment experiment, String shortName, Source source, Xref imexId)Constructor for DefaultNamedInteractionEvidence.DefaultNamedModelledInteraction(String shortName, Source source)Constructor for DefaultNamedModelledInteraction.DefaultNamedModelledInteraction(String shortName, Source source, CvTerm type)Constructor for DefaultNamedModelledInteraction.DefaultPublication(String title, String journal, Date publicationDate, String imexId, Source source)Constructor for DefaultPublication.DefaultPublication(String title, String journal, Date publicationDate, CurationDepth curationDepth, Source source)Constructor for DefaultPublication.DefaultPublication(String pubmed, String imexId, Source source)Constructor for DefaultPublication.DefaultPublication(String pubmed, CurationDepth curationDepth, Source source)Constructor for DefaultPublication.DefaultPublication(Xref identifier, String imexId, Source source)Constructor for DefaultPublication.DefaultPublication(Xref identifier, CurationDepth curationDepth, Source source)Constructor for DefaultPublication. -
Uses of Source in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension that implement Source Modifier and Type Class Description classMitabSourceMitab extension of DefaultMitabSource It contains a FileSourceLocatorConstructors in psidev.psi.mi.jami.tab.extension with parameters of type Source Constructor Description MitabInteractionEvidence(String shortName, Source source, Xref imexId)Constructor for MitabInteractionEvidence.MitabInteractionEvidence(Experiment experiment, String shortName, Source source)Constructor for MitabInteractionEvidence.MitabInteractionEvidence(Experiment experiment, String shortName, Source source, Xref imexId)Constructor for MitabInteractionEvidence.MitabModelledInteraction(String shortName, Source source)Constructor for MitabModelledInteraction.MitabModelledInteraction(String shortName, Source source, CvTerm type)Constructor for MitabModelledInteraction.MitabPublication(String title, String journal, Date publicationDate, String imexId, Source source)Constructor for MitabPublication.MitabPublication(String title, String journal, Date publicationDate, CurationDepth curationDepth, Source source)Constructor for MitabPublication.MitabPublication(String pubmed, String imexId, Source source)Constructor for MitabPublication.MitabPublication(String pubmed, CurationDepth curationDepth, Source source)Constructor for MitabPublication.MitabPublication(Xref identifier, String imexId, Source source)Constructor for MitabPublication.MitabPublication(Xref identifier, CurationDepth curationDepth, Source source)Constructor for MitabPublication. -
Uses of Source in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with parameters of type Source Modifier and Type Method Description static voidCvTermCloner. copyAndOverrideSourceProperties(Source source, Source target)This method will copy basic properties and source specific properties from a source to a target -
Uses of Source in psidev.psi.mi.jami.xml.io.writer
Methods in psidev.psi.mi.jami.xml.io.writer that return Source Modifier and Type Method Description protected SourceAbstractXmlWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceAbstractXmlWriter. getCurrentSource()Getter for the fieldcurrentSource.Methods in psidev.psi.mi.jami.xml.io.writer with parameters of type Source Modifier and Type Method Description protected voidAbstractXmlWriter. setCurrentSource(Source currentSource)Setter for the fieldcurrentSource.voidAbstractXmlWriter. setDefaultSource(Source defaultSource)Setter for the fielddefaultSource. -
Uses of Source in psidev.psi.mi.jami.xml.io.writer.compact
Methods in psidev.psi.mi.jami.xml.io.writer.compact that return Source Modifier and Type Method Description protected SourceCompactXmlBinaryEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlComplexWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlModelledBinaryWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlModelledWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlNamedBinaryEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlNamedEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlNamedModelledBinaryWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlNamedModelledWriter. extractSourceFromInteraction()extractSourceFromInteraction.Methods in psidev.psi.mi.jami.xml.io.writer.compact with parameters of type Source Modifier and Type Method Description voidAbstractCompactXmlMixWriter. setDefaultSource(Source defaultSource)Setter for the fielddefaultSource. -
Uses of Source in psidev.psi.mi.jami.xml.io.writer.compact.extended
Methods in psidev.psi.mi.jami.xml.io.writer.compact.extended that return Source Modifier and Type Method Description protected SourceCompactXmlBinaryEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlComplexWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlModelledBinaryWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceCompactXmlModelledWriter. extractSourceFromInteraction()extractSourceFromInteraction. -
Uses of Source in psidev.psi.mi.jami.xml.io.writer.elements.impl
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl with parameters of type Source Modifier and Type Method Description voidAbstractXmlSourceWriter. write(Source object)write.protected voidAbstractXmlSourceWriter. writeAttributes(Source object)writeAttributes.protected voidAbstractXmlSourceWriter. writeBibRef(Source object)writeBibRef.protected voidAbstractXmlSourceWriter. writeNames(Source object)writeNames.protected voidAbstractXmlSourceWriter. writeReleaseAttributes(Source object)writeReleaseAttributes.protected voidAbstractXmlSourceWriter. writeXref(Source object)writeXref.protected voidAbstractXmlSourceWriter. writeXrefFromSourceIdentifiers(Source object)writeXrefFromSourceIdentifiers.protected voidAbstractXmlSourceWriter. writeXrefFromSourceXrefs(Source object)writeXrefFromSourceXrefs. -
Uses of Source in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25 with parameters of type Source Modifier and Type Method Description protected voidXmlSourceWriter. writeReleaseAttributes(Source object)writeReleaseAttributes. -
Uses of Source in psidev.psi.mi.jami.xml.io.writer.expanded
Methods in psidev.psi.mi.jami.xml.io.writer.expanded that return Source Modifier and Type Method Description protected SourceExpandedXmlBinaryEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlComplexWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlModelledBinaryWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlModelledWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlNamedBinaryEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlNamedEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlNamedModelledBinaryWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlNamedModelledWriter. extractSourceFromInteraction()extractSourceFromInteraction.Methods in psidev.psi.mi.jami.xml.io.writer.expanded with parameters of type Source Modifier and Type Method Description voidAbstractExpandedXmlMixWriter. setDefaultSource(Source defaultSource)Setter for the fielddefaultSource. -
Uses of Source in psidev.psi.mi.jami.xml.io.writer.expanded.extended
Methods in psidev.psi.mi.jami.xml.io.writer.expanded.extended that return Source Modifier and Type Method Description protected SourceExpandedXmlBinaryEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlComplexWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlEvidenceWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlModelledBinaryWriter. extractSourceFromInteraction()extractSourceFromInteraction.protected SourceExpandedXmlModelledWriter. extractSourceFromInteraction()extractSourceFromInteraction. -
Uses of Source in psidev.psi.mi.jami.xml.model.extension
Subinterfaces of Source in psidev.psi.mi.jami.xml.model.extension Modifier and Type Interface Description interfaceExtendedPsiXmlSourceExtended source for PSI-XML standards -
Uses of Source in psidev.psi.mi.jami.xml.model.extension.binary
Methods in psidev.psi.mi.jami.xml.model.extension.binary that return Source Modifier and Type Method Description SourceXmlModelledBinaryInteraction. getSource()Getter for the fieldsource.SourceXmlModelledBinaryInteractionWrapper. getSource()The source which reported this modelled interaction.Methods in psidev.psi.mi.jami.xml.model.extension.binary with parameters of type Source Modifier and Type Method Description voidXmlModelledBinaryInteraction. setSource(Source source)Sets the source reporting the interaction.voidXmlModelledBinaryInteractionWrapper. setSource(Source source)Sets the source reporting the interaction. -
Uses of Source in psidev.psi.mi.jami.xml.model.extension.binary.xml30
Methods in psidev.psi.mi.jami.xml.model.extension.binary.xml30 that return Source Modifier and Type Method Description SourceXmlModelledBinaryInteraction. getSource()Getter for the fieldsource.SourceXmlModelledBinaryInteractionWrapper. getSource()The source which reported this modelled interaction.Methods in psidev.psi.mi.jami.xml.model.extension.binary.xml30 with parameters of type Source Modifier and Type Method Description voidXmlModelledBinaryInteraction. setSource(Source source)Sets the source reporting the interaction.voidXmlModelledBinaryInteractionWrapper. setSource(Source source)Sets the source reporting the interaction. -
Uses of Source in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement Source Modifier and Type Class Description classAbstractXmlSourceDesciption of the source of the entry, usually an organisationclassDefaultXmlSourceDesciption of the source of the entry, usually an organisationclassXmlSourceDesciption of the source of the entry, usually an organisationMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return Source Modifier and Type Method Description SourceAbstractXmlModelledInteraction. getSource()Getter for the fieldsource.SourceBibRef. getSource()Getter for the fieldsource.SourceXmlBasicInteractionComplexWrapper. getSource()Getter for the fieldsource.SourceXmlInteractionEvidenceComplexWrapper. getSource()getSource.SourceXmlModelledInteractionComplexWrapper. getSource()getSource.Methods in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type Source Modifier and Type Method Description voidAbstractXmlModelledInteraction. setSource(Source source)Sets the source reporting the interaction.voidBibRef. setSource(Source source)Sets the source who curated the publication.voidXmlBasicInteractionComplexWrapper. setSource(Source source)Sets the source reporting the interaction.voidXmlInteractionEvidenceComplexWrapper. setSource(Source source)Sets the source reporting the interaction.voidXmlModelledInteractionComplexWrapper. setSource(Source source)Sets the source reporting the interaction.Constructors in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type Source Constructor Description BibRef(String title, String journal, Date publicationDate, String imexId, Source source)Constructor for BibRef.BibRef(String title, String journal, Date publicationDate, CurationDepth curationDepth, Source source)Constructor for BibRef.BibRef(String pubmed, String imexId, Source source)Constructor for BibRef.BibRef(String pubmed, CurationDepth curationDepth, Source source)Constructor for BibRef.BibRef(Xref identifier, String imexId, Source source)Constructor for BibRef.BibRef(Xref identifier, CurationDepth curationDepth, Source source)Constructor for BibRef. -
Uses of Source in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement Source Modifier and Type Class Description classAbstractXmlSourceDesciption of the source of the entry, usually an organisationclassDefaultXmlSourceDesciption of the source of the entry, usually an organisationclassXmlSourceDesciption of the source of the entry, usually an organisationMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return Source Modifier and Type Method Description SourceAbstractXmlModelledInteraction. getSource()Getter for the fieldsource.SourceBibRef. getSource()Getter for the fieldsource.SourceXmlBasicInteractionComplexWrapper. getSource()Getter for the fieldsource.SourceXmlInteractionEvidenceComplexWrapper. getSource()getSource.SourceXmlModelledInteractionComplexWrapper. getSource()getSource.Methods in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type Source Modifier and Type Method Description voidAbstractXmlModelledInteraction. setSource(Source source)Sets the source reporting the interaction.voidBibRef. setSource(Source source)Sets the source who curated the publication.voidXmlBasicInteractionComplexWrapper. setSource(Source source)Sets the source reporting the interaction.voidXmlInteractionEvidenceComplexWrapper. setSource(Source source)Sets the source reporting the interaction.voidXmlModelledInteractionComplexWrapper. setSource(Source source)Sets the source reporting the interaction.Constructors in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type Source Constructor Description BibRef(String title, String journal, Date publicationDate, String imexId, Source source)Constructor for BibRef.BibRef(String title, String journal, Date publicationDate, CurationDepth curationDepth, Source source)Constructor for BibRef.BibRef(String pubmed, String imexId, Source source)Constructor for BibRef.BibRef(String pubmed, CurationDepth curationDepth, Source source)Constructor for BibRef.BibRef(Xref identifier, String imexId, Source source)Constructor for BibRef.BibRef(Xref identifier, CurationDepth curationDepth, Source source)Constructor for BibRef. -
Uses of Source in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement Source Modifier and Type Class Description classAbstractXmlSourceDesciption of the source of the entry, usually an organisationclassDefaultXmlSourceDesciption of the source of the entry, usually an organisationclassXmlSourceDesciption of the source of the entry, usually an organisationMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return Source Modifier and Type Method Description SourceAbstractXmlModelledInteraction. getSource()Getter for the fieldsource.SourceBibRef. getSource()Getter for the fieldsource.SourceXmlBasicInteractionComplexWrapper. getSource()Getter for the fieldsource.SourceXmlInteractionEvidenceComplexWrapper. getSource()getSource.SourceXmlModelledInteraction. getSource()Getter for the fieldsource.SourceXmlModelledInteractionComplexWrapper. getSource()getSource.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type Source Modifier and Type Method Description voidAbstractXmlModelledInteraction. setSource(Source source)Sets the source reporting the interaction.voidBibRef. setSource(Source source)Sets the source who curated the publication.voidXmlBasicInteractionComplexWrapper. setSource(Source source)Sets the source reporting the interaction.voidXmlInteractionEvidenceComplexWrapper. setSource(Source source)Sets the source reporting the interaction.voidXmlModelledInteraction. setSource(Source source)Sets the source reporting the interaction.voidXmlModelledInteractionComplexWrapper. setSource(Source source)Sets the source reporting the interaction.Constructors in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type Source Constructor Description BibRef(String title, String journal, Date publicationDate, String imexId, Source source)Constructor for BibRef.BibRef(String title, String journal, Date publicationDate, CurationDepth curationDepth, Source source)Constructor for BibRef.BibRef(String pubmed, String imexId, Source source)Constructor for BibRef.BibRef(String pubmed, CurationDepth curationDepth, Source source)Constructor for BibRef.BibRef(Xref identifier, String imexId, Source source)Constructor for BibRef.BibRef(Xref identifier, CurationDepth curationDepth, Source source)Constructor for BibRef. -
Uses of Source in psidev.psi.mi.jami.xml.model.reference.xml253
Methods in psidev.psi.mi.jami.xml.model.reference.xml253 that return Source Modifier and Type Method Description SourceAbstractComplexRef. getSource()getSource.Methods in psidev.psi.mi.jami.xml.model.reference.xml253 with parameters of type Source Modifier and Type Method Description voidAbstractComplexRef. setSource(Source source)Sets the source reporting the interaction. -
Uses of Source in psidev.psi.mi.jami.xml.model.reference.xml254
Methods in psidev.psi.mi.jami.xml.model.reference.xml254 that return Source Modifier and Type Method Description SourceAbstractComplexRef. getSource()getSource.Methods in psidev.psi.mi.jami.xml.model.reference.xml254 with parameters of type Source Modifier and Type Method Description voidAbstractComplexRef. setSource(Source source)Sets the source reporting the interaction. -
Uses of Source in psidev.psi.mi.jami.xml.model.reference.xml300
Methods in psidev.psi.mi.jami.xml.model.reference.xml300 that return Source Modifier and Type Method Description SourceAbstractComplexRef. getSource()getSource.Methods in psidev.psi.mi.jami.xml.model.reference.xml300 with parameters of type Source Modifier and Type Method Description voidAbstractComplexRef. setSource(Source source)Sets the source reporting the interaction.
-