Uses of Interface
psidev.psi.mi.jami.model.CvTerm
-
-
Uses of CvTerm in psidev.psi.mi.jami.binary
Methods in psidev.psi.mi.jami.binary that return CvTerm Modifier and Type Method Description CvTerm
BinaryInteraction. getCausalRegulatoryMechanism()
The causal regulatory mechanism for the binary interactionCvTerm
BinaryInteraction. getComplexExpansion()
The complex expansion method if this binary interaction is expanded from a complex or n-ary interaction.Methods in psidev.psi.mi.jami.binary with parameters of type CvTerm Modifier and Type Method Description void
BinaryInteraction. setCausalRegulatoryMechanism(CvTerm causalRegulatoryMechanism)
Sets the causal regulatory mechanism of this binary interactionvoid
BinaryInteraction. setComplexExpansion(CvTerm expansion)
Sets the complex expansion of this binary interaction -
Uses of CvTerm in psidev.psi.mi.jami.binary.expansion
Methods in psidev.psi.mi.jami.binary.expansion that return CvTerm Modifier and Type Method Description CvTerm
AbstractComplexExpansionMethod. getMethod()
The CvTerm that describe the method used to expand.CvTerm
ComplexExpansionMethod. getMethod()
The method represented by the ComplexExpansionMethod object.Constructors in psidev.psi.mi.jami.binary.expansion with parameters of type CvTerm Constructor Description AbstractComplexExpansionMethod(CvTerm method)
Constructor for AbstractComplexExpansionMethod. -
Uses of CvTerm in psidev.psi.mi.jami.binary.impl
Methods in psidev.psi.mi.jami.binary.impl that return CvTerm Modifier and Type Method Description CvTerm
AbstractBinaryInteraction. getCausalRegulatoryMechanism()
Getter for the fieldcausalRegulatoryMechanism
.CvTerm
AbstractBinaryInteractionWrapper. getCausalRegulatoryMechanism()
Getter for the fieldcausalRegulatoryMechanism
CvTerm
AbstractBinaryInteraction. getComplexExpansion()
Getter for the fieldcomplexExpansion
.CvTerm
AbstractBinaryInteractionWrapper. getComplexExpansion()
Getter for the fieldcomplexExpansion
.CvTerm
DefaultModelledBinaryInteraction. getEvidenceType()
getEvidenceTypeCvTerm
ModelledBinaryInteractionWrapper. getEvidenceType()
getEvidenceTypeCvTerm
AbstractBinaryInteractionWrapper. getInteractionType()
getInteractionTypeMethods in psidev.psi.mi.jami.binary.impl with parameters of type CvTerm Modifier and Type Method Description void
AbstractBinaryInteraction. setCausalRegulatoryMechanism(CvTerm causalRegulatoryMechanism)
Setter for the fieldcausalRegulatoryMechanism
.void
AbstractBinaryInteractionWrapper. setCausalRegulatoryMechanism(CvTerm causalRegulatoryMechanism)
Setter for the fieldcausalRegulatoryMechanism
.void
AbstractBinaryInteraction. setComplexExpansion(CvTerm expansion)
Sets the complex expansion of this binary interactionvoid
AbstractBinaryInteractionWrapper. setComplexExpansion(CvTerm expansion)
Sets the complex expansion of this binary interactionvoid
DefaultModelledBinaryInteraction. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
ModelledBinaryInteractionWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
AbstractBinaryInteractionWrapper. setInteractionType(CvTerm term)
Sets the interaction type.Constructors in psidev.psi.mi.jami.binary.impl with parameters of type CvTerm Constructor Description AbstractBinaryInteraction(String shortName, CvTerm type)
Constructor for AbstractBinaryInteraction.AbstractBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for AbstractBinaryInteraction.AbstractBinaryInteraction(String shortName, CvTerm type, T participantA, T participantB)
Constructor for AbstractBinaryInteraction.AbstractBinaryInteraction(String shortName, CvTerm type, T participantA, T participantB, CvTerm complexExpansion)
Constructor for AbstractBinaryInteraction.AbstractBinaryInteraction(String shortName, CvTerm type, T participantA, T participantB, CvTerm complexExpansion, CvTerm causalRegulatoryMechanism)
Constructor for AbstractBinaryInteraction.AbstractBinaryInteraction(String shortName, T participantA, T participantB, CvTerm complexExpansion)
Constructor for AbstractBinaryInteraction.AbstractBinaryInteraction(CvTerm complexExpansion)
Constructor for AbstractBinaryInteraction.AbstractBinaryInteraction(T participantA, T participantB, CvTerm complexExpansion)
Constructor for AbstractBinaryInteraction.AbstractBinaryInteractionWrapper(I interaction, CvTerm complexExpansion)
Constructor for AbstractBinaryInteractionWrapper.BinaryInteractionEvidenceWrapper(InteractionEvidence interaction, CvTerm complexExpansion)
Constructor for BinaryInteractionEvidenceWrapper.BinaryInteractionWrapper(Interaction interaction, CvTerm complexExpansion)
Constructor for BinaryInteractionWrapper.DefaultBinaryInteraction(String shortName, CvTerm type)
Constructor for DefaultBinaryInteraction.DefaultBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for DefaultBinaryInteraction.DefaultBinaryInteraction(String shortName, CvTerm type, Participant participantA, Participant participantB)
Constructor for DefaultBinaryInteraction.DefaultBinaryInteraction(String shortName, CvTerm type, Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for DefaultBinaryInteraction.DefaultBinaryInteraction(String shortName, Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for DefaultBinaryInteraction.DefaultBinaryInteraction(CvTerm complexExpansion)
Constructor for DefaultBinaryInteraction.DefaultBinaryInteraction(Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for DefaultBinaryInteraction.DefaultBinaryInteractionEvidence(String shortName, CvTerm type)
Constructor for DefaultBinaryInteractionEvidence.DefaultBinaryInteractionEvidence(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for DefaultBinaryInteractionEvidence.DefaultBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB)
Constructor for DefaultBinaryInteractionEvidence.DefaultBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for DefaultBinaryInteractionEvidence.DefaultBinaryInteractionEvidence(String shortName, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for DefaultBinaryInteractionEvidence.DefaultBinaryInteractionEvidence(CvTerm complexExpansion)
Constructor for DefaultBinaryInteractionEvidence.DefaultBinaryInteractionEvidence(ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for DefaultBinaryInteractionEvidence.DefaultModelledBinaryInteraction(String shortName, CvTerm type)
Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB)
Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion, CvTerm causalRegulatoryMechanism)
Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(CvTerm complexExpansion)
Constructor for DefaultModelledBinaryInteraction.DefaultModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for DefaultModelledBinaryInteraction.DefaultNamedBinaryInteraction(String shortName, CvTerm type)
Constructor for DefaultNamedBinaryInteraction.DefaultNamedBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for DefaultNamedBinaryInteraction.DefaultNamedBinaryInteraction(String shortName, CvTerm type, Participant participantA, Participant participantB)
Constructor for DefaultNamedBinaryInteraction.DefaultNamedBinaryInteraction(String shortName, CvTerm type, Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for DefaultNamedBinaryInteraction.DefaultNamedBinaryInteraction(String shortName, Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for DefaultNamedBinaryInteraction.DefaultNamedBinaryInteraction(CvTerm complexExpansion)
Constructor for DefaultNamedBinaryInteraction.DefaultNamedBinaryInteraction(Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for DefaultNamedBinaryInteraction.DefaultNamedBinaryInteractionEvidence(String shortName, CvTerm type)
Constructor for DefaultNamedBinaryInteractionEvidence.DefaultNamedBinaryInteractionEvidence(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for DefaultNamedBinaryInteractionEvidence.DefaultNamedBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB)
Constructor for DefaultNamedBinaryInteractionEvidence.DefaultNamedBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for DefaultNamedBinaryInteractionEvidence.DefaultNamedBinaryInteractionEvidence(String shortName, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for DefaultNamedBinaryInteractionEvidence.DefaultNamedBinaryInteractionEvidence(CvTerm complexExpansion)
Constructor for DefaultNamedBinaryInteractionEvidence.DefaultNamedBinaryInteractionEvidence(ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for DefaultNamedBinaryInteractionEvidence.DefaultNamedModelledBinaryInteraction(String shortName, CvTerm type)
Constructor for DefaultNamedModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for DefaultNamedModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB)
Constructor for DefaultNamedModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for DefaultNamedModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for DefaultNamedModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(CvTerm complexExpansion)
Constructor for DefaultNamedModelledBinaryInteraction.DefaultNamedModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for DefaultNamedModelledBinaryInteraction.ModelledBinaryInteractionWrapper(ModelledInteraction interaction, CvTerm complexExpansion)
Constructor for ModelledBinaryInteractionWrapper. -
Uses of CvTerm in psidev.psi.mi.jami.bridges.fetcher
Classes in psidev.psi.mi.jami.bridges.fetcher with type parameters of type CvTerm Modifier and Type Interface Description interface
CvTermFetcher<C extends CvTerm>
The interface for finding a CvTerm or extension of CvTerm.Methods in psidev.psi.mi.jami.bridges.fetcher with parameters of type CvTerm Modifier and Type Method Description C
CvTermFetcher. fetchByIdentifier(String termIdentifier, CvTerm ontologyDatabase)
Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Collection<C>
CvTermFetcher. fetchByIdentifiers(Collection<String> termIdentifiers, CvTerm ontologyDatabase)
Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Set<OntologyTerm>
OntologyTermFetcher. fetchRootTerms(CvTerm database)
fetchRootTerms. -
Uses of CvTerm in psidev.psi.mi.jami.bridges.fetcher.mock
Classes in psidev.psi.mi.jami.bridges.fetcher.mock with type parameters of type CvTerm Modifier and Type Class Description class
CvTermCompositeFetcherTemplate<T extends CvTerm,F extends CvTermFetcher<T>>
Template for a CvTermCompositeFetcher which delegates fetching to other fetcherMethods in psidev.psi.mi.jami.bridges.fetcher.mock that return CvTerm Modifier and Type Method Description CvTerm
FailingCvTermFetcher. fetchByIdentifier(String termIdentifier, String ontologyDatabaseName)
Uses the identifier and the name of the database to search for a complete form of the cvTerm.CvTerm
FailingCvTermFetcher. fetchByIdentifier(String termIdentifier, CvTerm ontologyDatabase)
fetchByIdentifier.CvTerm
MockCvTermFetcher. fetchByIdentifier(String termIdentifier, String ontologyDatabaseName)
Uses the identifier and the name of the database to search for a complete form of the cvTerm.CvTerm
MockCvTermFetcher. fetchByIdentifier(String termIdentifier, CvTerm ontologyDatabase)
fetchByIdentifier.CvTerm
FailingCvTermFetcher. 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.CvTerm
MockCvTermFetcher. 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 CvTerm Modifier and Type Method Description Collection<CvTerm>
FailingCvTermFetcher. fetchByIdentifiers(Collection<String> termIdentifiers, String ontologyDatabaseName)
fetchByIdentifiers.Collection<CvTerm>
FailingCvTermFetcher. fetchByIdentifiers(Collection<String> termIdentifiers, CvTerm ontologyDatabase)
Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Collection<CvTerm>
MockCvTermFetcher. fetchByIdentifiers(Collection<String> termIdentifiers, String ontologyDatabaseName)
fetchByIdentifiers.Collection<CvTerm>
MockCvTermFetcher. fetchByIdentifiers(Collection<String> termIdentifiers, CvTerm ontologyDatabase)
Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Collection<CvTerm>
FailingCvTermFetcher. 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<CvTerm>
MockCvTermFetcher. 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<CvTerm>
FailingCvTermFetcher. fetchByNames(Collection<String> searchNames)
Finds the CvTerms which match the exact names provided.Collection<CvTerm>
FailingCvTermFetcher. 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.Collection<CvTerm>
MockCvTermFetcher. fetchByNames(Collection<String> searchNames)
Finds the CvTerms which match the exact names provided.Collection<CvTerm>
MockCvTermFetcher. 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 CvTerm Modifier and Type Method Description T
CvTermCompositeFetcherTemplate. fetchByIdentifier(String termIdentifier, CvTerm ontologyDatabase)
fetchByIdentifier.CvTerm
FailingCvTermFetcher. fetchByIdentifier(String termIdentifier, CvTerm ontologyDatabase)
fetchByIdentifier.CvTerm
MockCvTermFetcher. fetchByIdentifier(String termIdentifier, CvTerm ontologyDatabase)
fetchByIdentifier.OntologyTerm
MockOntologyTermFetcher. fetchByIdentifier(String termIdentifier, CvTerm ontologyDatabase)
fetchByIdentifier.Source
MockSourceFetcher. fetchByIdentifier(String termIdentifier, CvTerm ontologyDatabase)
fetchByIdentifier.Collection<T>
CvTermCompositeFetcherTemplate. fetchByIdentifiers(Collection<String> termIdentifiers, CvTerm ontologyDatabase)
Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Collection<CvTerm>
FailingCvTermFetcher. fetchByIdentifiers(Collection<String> termIdentifiers, CvTerm ontologyDatabase)
Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Collection<CvTerm>
MockCvTermFetcher. fetchByIdentifiers(Collection<String> termIdentifiers, CvTerm ontologyDatabase)
Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Collection<OntologyTerm>
MockOntologyTermFetcher. 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. 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.Set<OntologyTerm>
MockOntologyTermFetcher. fetchRootTerms(CvTerm database)
fetchRootTerms.Set<OntologyTerm>
OntologyTermCompositeFetcher. fetchRootTerms(CvTerm database)
fetchRootTerms. -
Uses of CvTerm in psidev.psi.mi.jami.bridges.obo
Classes in psidev.psi.mi.jami.bridges.obo with type parameters of type CvTerm Modifier and Type Class Description class
AbstractOboLoader<T extends CvTerm>
Abstract obo loaderclass
OboFetcherTemplate<T extends CvTerm>
Template fetcher for OBO filesMethods in psidev.psi.mi.jami.bridges.obo that return CvTerm Modifier and Type Method Description protected CvTerm
AbstractOboLoader. getOntologyDatabase()
Getter for the fieldontologyDatabase
.protected CvTerm
OboFetcherTemplate. getOntologyDatabase()
Getter for the fieldontologyDatabase
.protected CvTerm
CvOboLoader. instantiateNewTerm(String name, Xref identity)
instantiateNewTerm.Methods in psidev.psi.mi.jami.bridges.obo with parameters of type CvTerm Modifier and Type Method Description protected void
CvOboLoader. createDefinitionFor(String def, CvTerm term)
createDefinitionFor.T
OboFetcherTemplate. fetchByIdentifier(String termIdentifier, CvTerm ontologyDatabase)
fetchByIdentifier.Collection<T>
OboFetcherTemplate. fetchByIdentifiers(Collection<String> termIdentifiers, CvTerm ontologyDatabase)
Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Set<OntologyTerm>
OboOntologyTermFetcher. fetchRootTerms(CvTerm database)
fetchRootTerms.Constructors in psidev.psi.mi.jami.bridges.obo with parameters of type CvTerm Constructor Description AbstractOboLoader(CvTerm database)
Constructor for AbstractOboLoader.CvOboLoader(CvTerm database)
Constructor for CvOboLoader.OboCvTermFetcher(CvTerm database, String filePath)
Constructor for OboCvTermFetcher.OboFetcherTemplate(CvTerm database, AbstractOboLoader<T> oboLoader, String filePath)
Constructor for OboFetcherTemplate.OboOntologyTermFetcher(CvTerm database, String filePath)
Constructor for OboOntologyTermFetcher.OboSourceFetcher(CvTerm database, String filePath)
Constructor for OboSourceFetcher.OntologyOboLoader(CvTerm database)
Constructor for OntologyOboLoader.SourceOboLoader(CvTerm database)
Constructor for SourceOboLoader. -
Uses of CvTerm in psidev.psi.mi.jami.bridges.ols
Classes in psidev.psi.mi.jami.bridges.ols with type parameters of type CvTerm Modifier and Type Class Description class
AbstractOlsFetcher<T extends CvTerm>
Abstract class for OlsCvTermFetcherclass
CachedOlsFetcher<T extends CvTerm>
Generic implementation for CachedOlsServiceClasses in psidev.psi.mi.jami.bridges.ols that implement CvTerm Modifier and Type Class Description class
LazyCvTerm
A lazy cvTerm which will only fetch metadata when required.class
LazyOntologyTerm
A lazy ontology term, which only checks for parents of children when required.class
LazySource
A lazy cvTerm which will only fetch metadata when required.Methods in psidev.psi.mi.jami.bridges.ols that return CvTerm Modifier and Type Method Description protected CvTerm
OlsCvTermFetcher. instantiateCvTerm(String termName, Xref identity, String ontologyName)
instantiateCvTerm.Methods in psidev.psi.mi.jami.bridges.ols with parameters of type CvTerm Modifier and Type Method Description T
AbstractOlsFetcher. fetchByIdentifier(String termIdentifier, CvTerm ontologyCvTerm)
fetchByIdentifier.T
CachedOlsFetcher. fetchByIdentifier(String termIdentifier, CvTerm ontologyDatabase)
Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Collection<T>
AbstractOlsFetcher. fetchByIdentifiers(Collection<String> termIdentifiers, CvTerm ontologyDatabase)
Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Collection<T>
CachedOlsFetcher. fetchByIdentifiers(Collection<String> termIdentifiers, CvTerm ontologyDatabase)
Uses the identifier and a cvTerm denoting the database to search to fetch a complete from of the term.Set<OntologyTerm>
CachedOlsOntologyTermFetcher. fetchRootTerms(CvTerm database)
fetchRootTerms.Set<OntologyTerm>
OlsOntologyTermFetcher. fetchRootTerms(CvTerm database)
fetchRootTerms. -
Uses of CvTerm in psidev.psi.mi.jami.bridges.uniprot
Methods in psidev.psi.mi.jami.bridges.uniprot that return types with arguments of type CvTerm Modifier and Type Method Description Map<uk.ac.ebi.kraken.interfaces.uniprot.DatabaseType,CvTerm>
UniprotProteinFetcher. getSelectedDatabases()
Getter for the fieldselectedDatabases
.Method parameters in psidev.psi.mi.jami.bridges.uniprot with type arguments of type CvTerm Modifier and Type Method Description void
UniprotProteinFetcher. setSelectedDatabases(Map<uk.ac.ebi.kraken.interfaces.uniprot.DatabaseType,CvTerm> selectedDatabases)
Setter for the fieldselectedDatabases
. -
Uses of CvTerm in psidev.psi.mi.jami.crosslink.extension
Constructors in psidev.psi.mi.jami.crosslink.extension with parameters of type CvTerm Constructor Description CsvBinaryInteractionEvidence(String shortName, CvTerm type)
Constructor for CsvBinaryInteractionEvidence.CsvBinaryInteractionEvidence(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for CsvBinaryInteractionEvidence.CsvBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB)
Constructor for CsvBinaryInteractionEvidence.CsvBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for CsvBinaryInteractionEvidence.CsvBinaryInteractionEvidence(String shortName, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for CsvBinaryInteractionEvidence.CsvBinaryInteractionEvidence(CvTerm complexExpansion)
Constructor for CsvBinaryInteractionEvidence.CsvBinaryInteractionEvidence(ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for CsvBinaryInteractionEvidence.CsvExperimentalParticipantPool(String poolName, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(String poolName, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvExperimentalParticipantPool(InteractionEvidence interaction, String poolName, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvExperimentalParticipantPool.CsvFeatureEvidence(String shortName, String fullName, CvTerm type)
Constructor for CsvFeatureEvidence.CsvFeatureEvidence(CvTerm type)
Constructor for CsvFeatureEvidence.CsvFeatureEvidence(ParticipantEvidence participant, String shortName, String fullName, CvTerm type)
Constructor for CsvFeatureEvidence.CsvFeatureEvidence(ParticipantEvidence participant, CvTerm type)
Constructor for CsvFeatureEvidence.CsvInteractionEvidence(String shortName, CvTerm type)
Constructor for CsvInteractionEvidence.CsvInteractionEvidence(String shortName, CvTerm type, Xref imexId)
Constructor for CsvInteractionEvidence.CsvInteractionEvidence(Experiment experiment, String shortName, CvTerm type)
Constructor for CsvInteractionEvidence.CsvInteractionEvidence(Experiment experiment, String shortName, CvTerm type, Xref imexId)
Constructor for CsvInteractionEvidence.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(InteractionEvidence interaction, Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(Interactor interactor, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for CsvParticipantEvidence.CsvProtein(String name, String fullName, CvTerm type)
Constructor for CsvProtein.CsvProtein(String name, String fullName, CvTerm type, Organism organism)
Constructor for CsvProtein.CsvProtein(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for CsvProtein.CsvProtein(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for CsvProtein.CsvProtein(String name, CvTerm type)
Constructor for CsvProtein.CsvProtein(String name, CvTerm type, Organism organism)
Constructor for CsvProtein.CsvProtein(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for CsvProtein.CsvProtein(String name, CvTerm type, Xref uniqueId)
Constructor for CsvProtein.CsvXref(CvTerm database, String id)
Constructor for CsvXref.CsvXref(CvTerm database, String id, String version)
Constructor for CsvXref.CsvXref(CvTerm database, String id, String version, CvTerm qualifier)
Constructor for CsvXref.CsvXref(CvTerm database, String id, CvTerm qualifier)
Constructor for CsvXref. -
Uses of CvTerm in psidev.psi.mi.jami.crosslink.extension.datasource
Methods in psidev.psi.mi.jami.crosslink.extension.datasource with parameters of type CvTerm Modifier and Type Method Description void
AbstractCsvSource. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names.void
AbstractCsvStreamSource. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names.void
CsvMixedEvidenceSource. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names.void
CsvNaryEvidenceSource. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names. -
Uses of CvTerm in psidev.psi.mi.jami.datasource
Methods in psidev.psi.mi.jami.datasource that return types with arguments of type CvTerm Modifier and Type Method Description Iterator<CvTerm>
CvTermStream. getCvTermsIterator()
The CV terms iterator for this datasource. -
Uses of CvTerm in psidev.psi.mi.jami.enricher
Classes in psidev.psi.mi.jami.enricher with type parameters of type CvTerm Modifier and Type Interface Description interface
CvTermEnricher<C extends CvTerm>
The CvTerm enricher is an enricher which can enrich either single cvTerm or a collection.Methods in psidev.psi.mi.jami.enricher that return types with arguments of type CvTerm Modifier and Type Method Description CvTermEnricher<CvTerm>
ExperimentEnricher. getCvTermEnricher()
Gets the subEnricher for CvTerms.CvTermEnricher<CvTerm>
FeatureEnricher. getCvTermEnricher()
Gets the subEnricher for CvTerms.CvTermEnricher<CvTerm>
InteractionEnricher. getCvTermEnricher()
Sets the sub enricher for CvTerms.CvTermEnricher<CvTerm>
InteractorEnricher. getCvTermEnricher()
getCvTermEnricher.CvTermEnricher<CvTerm>
OrganismEnricher. getCvTermEnricher()
getCvTermEnricher.CvTermEnricher<CvTerm>
ParticipantEnricher. getCvTermEnricher()
The current CvTerm enricher, If null, CvTerms will not be enriched.Method parameters in psidev.psi.mi.jami.enricher with type arguments of type CvTerm Modifier and Type Method Description void
ExperimentEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> cvEnricher)
setCvTermEnricher.void
FeatureEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> cvEnricher)
setCvTermEnricher.void
InteractionEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> enricher)
setCvTermEnricher.void
InteractorEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> enricher)
setCvTermEnricher.void
OrganismEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> enricher)
setCvTermEnricher.void
ParticipantEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> enricher)
setCvTermEnricher. -
Uses of CvTerm in psidev.psi.mi.jami.enricher.impl
Methods in psidev.psi.mi.jami.enricher.impl that return types with arguments of type CvTerm Modifier and Type Method Description CvTermEnricher<CvTerm>
AbstractInteractorEnricher. getCvTermEnricher()
Getter for the fieldcvTermEnricher
.CvTermEnricher<CvTerm>
CompositeInteractorEnricher. getCvTermEnricher()
getCvTermEnricher.CvTermEnricher<CvTerm>
CompositeModelledParticipantEnricher. getCvTermEnricher()
getCvTermEnricher.CvTermEnricher<CvTerm>
CompositeParticipantEnricher. getCvTermEnricher()
getCvTermEnricher.CvTermEnricher<CvTerm>
CompositeParticipantEvidenceEnricher. getCvTermEnricher()
getCvTermEnricher.Method parameters in psidev.psi.mi.jami.enricher.impl with type arguments of type CvTerm Modifier and Type Method Description void
AbstractInteractorEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> cvTermEnricher)
setCvTermEnricher.void
CompositeInteractorEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> enricher)
setCvTermEnricher.void
CompositeModelledParticipantEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> enricher)
setCvTermEnricher.void
CompositeParticipantEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> enricher)
setCvTermEnricher.void
CompositeParticipantEvidenceEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> enricher)
setCvTermEnricher. -
Uses of CvTerm in psidev.psi.mi.jami.enricher.impl.full
Classes in psidev.psi.mi.jami.enricher.impl.full with type parameters of type CvTerm Modifier and Type Class Description class
FullCvTermEnricher<C extends CvTerm>
Provides full enrichment of cv term.class
FullCvTermUpdater<C extends CvTerm>
Provides full update of cv term.Methods in psidev.psi.mi.jami.enricher.impl.full that return types with arguments of type CvTerm Modifier and Type Method Description CvTermEnricher<CvTerm>
FullInteractionEvidenceEnricher. getCvTermEnricher()
Sets the sub enricher for CvTerms.CvTermEnricher<CvTerm>
FullInteractionUpdater. getCvTermEnricher()
Sets the sub enricher for CvTerms.CvTermEnricher<CvTerm>
FullModelledInteractionEnricher. getCvTermEnricher()
Sets the sub enricher for CvTerms.CvTermEnricher<CvTerm>
FullOrganismEnricher. getCvTermEnricher()
getCvTermEnricher.CvTermEnricher<CvTerm>
FullOrganismUpdater. getCvTermEnricher()
getCvTermEnricher.CvTermEnricher<CvTerm>
FullParticipantEvidenceUpdater. getCvTermEnricher()
The current CvTerm enricher, If null, CvTerms will not be enriched.Methods in psidev.psi.mi.jami.enricher.impl.full with parameters of type CvTerm Modifier and Type Method Description void
FullFeatureEvidenceEnricher. onInteractorTypeUpdate(Protein interactor, CvTerm old)
Listen to the event where the interactor type has been initialised.void
FullFeatureEvidenceUpdater. onInteractorTypeUpdate(Protein interactor, CvTerm old)
Listen to the event where the interactor type has been initialised.void
FullFeatureUpdater. onInteractorTypeUpdate(Protein interactor, CvTerm old)
Listen to the event where the interactor type has been initialised.Method parameters in psidev.psi.mi.jami.enricher.impl.full with type arguments of type CvTerm Modifier and Type Method Description protected void
FullParticipantEvidenceEnricher. mergeExperimentalPreparations(P termToEnrich, Collection<CvTerm> toEnrichTerms, Collection<CvTerm> fetchedTerms, boolean remove)
mergeExperimentalPreparations.void
FullInteractionUpdater. setCvTermEnricher(CvTermEnricher<CvTerm> cvTermEnricher)
setCvTermEnricher.void
FullOrganismEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> cvEnricher)
setCvTermEnricher.void
FullOrganismUpdater. setCvTermEnricher(CvTermEnricher<CvTerm> cvEnricher)
setCvTermEnricher.void
FullParticipantEvidenceUpdater. setCvTermEnricher(CvTermEnricher<CvTerm> cvTermEnricher)
setCvTermEnricher. -
Uses of CvTerm in psidev.psi.mi.jami.enricher.impl.minimal
Classes in psidev.psi.mi.jami.enricher.impl.minimal with type parameters of type CvTerm Modifier and Type Class Description class
MinimalCvTermEnricher<C extends CvTerm>
Provides minimal enrichment of cv term.class
MinimalCvTermUpdater<C extends CvTerm>
Provides minimal update of cv term.Methods in psidev.psi.mi.jami.enricher.impl.minimal that return types with arguments of type CvTerm Modifier and Type Method Description CvTermEnricher<CvTerm>
MinimalInteractionEnricher. getCvTermEnricher()
Sets the sub enricher for CvTerms.CvTermEnricher<CvTerm>
MinimalInteractionEvidenceUpdater. getCvTermEnricher()
Sets the sub enricher for CvTerms.CvTermEnricher<CvTerm>
MinimalModelledInteractionUpdater. getCvTermEnricher()
Sets the sub enricher for CvTerms.CvTermEnricher<CvTerm>
MinimalOrganismEnricher. getCvTermEnricher()
getCvTermEnricher.CvTermEnricher<CvTerm>
MinimalParticipantEnricher. getCvTermEnricher()
The current CvTerm enricher, If null, CvTerms will not be enriched.CvTermEnricher<CvTerm>
MinimalParticipantEvidenceUpdater. getCvTermEnricher()
The current CvTerm enricher, If null, CvTerms will not be enriched.Methods in psidev.psi.mi.jami.enricher.impl.minimal with parameters of type CvTerm Modifier and Type Method Description void
MinimalFeatureEnricher. onInteractorTypeUpdate(Protein interactor, CvTerm old)
Listen to the event where the interactor type has been initialised.void
MinimalFeatureEvidenceUpdater. onInteractorTypeUpdate(Protein interactor, CvTerm old)
Listen to the event where the interactor type has been initialised.protected void
MinimalFeatureEnricher. processRangeStatus(CvTerm status)
processRangeStatus.Method parameters in psidev.psi.mi.jami.enricher.impl.minimal with type arguments of type CvTerm Modifier and Type Method Description protected void
MinimalFeatureEvidenceEnricher. mergeDetectionMethods(FeatureEvidence termToEnrich, Collection<CvTerm> toEnrichTerms, Collection<CvTerm> fetchedTerms, boolean remove)
Takes two lists of detection methods and produces a list of those to add and those to remove.protected void
MinimalParticipantEvidenceEnricher. mergeIdentificationMethods(P termToEnrich, Collection<CvTerm> toEnrichTerms, Collection<CvTerm> fetchedTerms, boolean remove)
mergeIdentificationMethods.void
MinimalInteractionEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> cvTermEnricher)
setCvTermEnricher.void
MinimalInteractionEvidenceUpdater. setCvTermEnricher(CvTermEnricher<CvTerm> cvTermEnricher)
setCvTermEnricher.void
MinimalModelledInteractionUpdater. setCvTermEnricher(CvTermEnricher<CvTerm> cvTermEnricher)
setCvTermEnricher.void
MinimalOrganismEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> enricher)
setCvTermEnricher.void
MinimalParticipantEnricher. setCvTermEnricher(CvTermEnricher<CvTerm> cvTermEnricher)
setCvTermEnricher.void
MinimalParticipantEvidenceUpdater. setCvTermEnricher(CvTermEnricher<CvTerm> cvTermEnricher)
setCvTermEnricher. -
Uses of CvTerm in psidev.psi.mi.jami.enricher.listener
Classes in psidev.psi.mi.jami.enricher.listener with type parameters of type CvTerm Modifier and Type Interface Description interface
CvTermEnricherListener<C extends CvTerm>
An extension of the CvTermChangeListener with specific methods related to the process of enriching. -
Uses of CvTerm in psidev.psi.mi.jami.enricher.listener.impl
Classes in psidev.psi.mi.jami.enricher.listener.impl with type parameters of type CvTerm Modifier and Type Class Description class
CvTermEnricherListenerManager<C extends CvTerm>
A manager for listeners which holds a list of listeners.Methods in psidev.psi.mi.jami.enricher.listener.impl with parameters of type CvTerm Modifier and Type Method Description void
CvTermEnricherListenerManager. onAddedAlias(CvTerm cv, Alias added)
Listen to the event where an alias has been added to the object aliases.void
CvTermEnricherListenerManager. onAddedAnnotation(CvTerm o, Annotation added)
Listen to the event where an annotation has been added to the object annotations.void
FeatureEvidenceEnricherListenerManager. onAddedDetectionMethod(FeatureEvidence feature, CvTerm added)
onAddedDetectionMethodvoid
ParticipantEvidenceEnricherListenerManager. onAddedExperimentalPreparation(P participant, CvTerm added)
onAddedExperimentalPreparationvoid
ParticipantEvidenceEnricherListenerManager. onAddedIdentificationMethod(P participant, CvTerm added)
onAddedIdentificationMethodvoid
CvTermEnricherListenerManager. onAddedIdentifier(CvTerm cv, Xref added)
Listen to the event where an identifier has been added to the protein identifiers.void
CvTermEnricherListenerManager. onAddedXref(CvTerm cv, Xref added)
Listen to the event where a xref has been added to the protein xrefs.void
ParticipantEnricherListenerManager. onBiologicalRoleUpdate(P participant, CvTerm oldType)
onBiologicalRoleUpdatevoid
OrganismEnricherListenerManager. onCellTypeUpdate(Organism organism, CvTerm oldType)
Listen to the event where the cell type has been initialised.void
OrganismEnricherListenerManager. onCompartmentUpdate(Organism organism, CvTerm oldType)
Listen to the event where the organism compartment has been initialised.void
ModelledInteractionEnricherListenerManager. onEvidenceTypeUpdate(I interaction, CvTerm oldType)
onEvidenceTypeUpdatevoid
ParticipantEvidenceEnricherListenerManager. onExperimentalRoleUpdate(P participant, CvTerm oldType)
onExperimentalRoleUpdatevoid
CvTermEnricherListenerManager. onFullNameUpdate(CvTerm cv, String oldFullName)
Listen to the event where the fullName of a cv term has been changed.void
ExperimentEnricherListenerManager. onInteractionDetectionMethodUpdate(Experiment experiment, CvTerm oldCv)
onInteractionDetectionMethodUpdatevoid
InteractionEnricherListenerManager. onInteractionTypeUpdate(I interaction, CvTerm oldType)
onInteractionTypeUpdatevoid
ComplexEnricherListenerManager. onInteractorTypeUpdate(Complex interactor, CvTerm oldType)
Listen to the event where the interactor type has been initialised.void
InteractorEnricherListenerManager. onInteractorTypeUpdate(T interactor, CvTerm old)
Listen to the event where the interactor type has been initialised.void
CvTermEnricherListenerManager. onMIIdentifierUpdate(CvTerm cv, String oldMI)
Listen to the event where the MI identifier of a cv term has been changed.void
CvTermEnricherListenerManager. onMODIdentifierUpdate(CvTerm cv, String oldMOD)
Listen to the event where the MOD identifier of a cv term has been changed.void
CvTermEnricherListenerManager. onPARIdentifierUpdate(CvTerm cv, String oldPAR)
Listen to the event where the PAR identifier of a cv term has been changed.void
CvTermEnricherListenerManager. onRemovedAlias(CvTerm o, Alias removed)
Listen to the event where an alias has been removed from the object aliases.void
CvTermEnricherListenerManager. onRemovedAnnotation(CvTerm o, Annotation removed)
Listen to the event where an annotation has been removed from the object annotations.void
FeatureEvidenceEnricherListenerManager. onRemovedDetectionMethod(FeatureEvidence feature, CvTerm removed)
onRemovedDetectionMethodvoid
ParticipantEvidenceEnricherListenerManager. onRemovedExperimentalPreparation(P participant, CvTerm removed)
onRemovedExperimentalPreparationvoid
ParticipantEvidenceEnricherListenerManager. onRemovedIdentificationMethod(P participant, CvTerm removed)
onRemovedIdentificationMethodvoid
CvTermEnricherListenerManager. onRemovedIdentifier(CvTerm cv, Xref removed)
Listen to the event where an identifier has been removed from the protein identifiers.void
CvTermEnricherListenerManager. onRemovedXref(CvTerm cv, Xref removed)
Listen to the event where a xref has been removed from the interactor xrefs.void
FeatureEnricherListenerManager. onRoleUpdate(T feature, CvTerm oldDependency)
onRoleUpdatevoid
CvTermEnricherListenerManager. onShortNameUpdate(CvTerm cv, String oldShortName)
Listen to the event where the shortName of a cv term has been changed.void
OrganismEnricherListenerManager. onTissueUpdate(Organism organism, CvTerm oldType)
Listen to the event where the organism tissue has been initialised.void
ExperimentalParticipantPoolEnricherListenerManager. onTypeUpdate(ExperimentalParticipantPool participant, CvTerm oldType)
onTypeUpdatevoid
FeatureEnricherListenerManager. onTypeUpdate(T feature, CvTerm oldType)
onTypeUpdatevoid
ParticipantPoolEnricherListenerManager. onTypeUpdate(P participant, CvTerm oldType)
onTypeUpdate -
Uses of CvTerm in psidev.psi.mi.jami.enricher.listener.impl.log
Methods in psidev.psi.mi.jami.enricher.listener.impl.log with parameters of type CvTerm Modifier and Type Method Description void
CvTermEnricherLogger. onEnrichmentComplete(CvTerm cvTerm, EnrichmentStatus status, String message)
onEnrichmentComplete.void
CvTermEnricherLogger. onEnrichmentError(CvTerm object, String message, Exception e)
onEnrichmentError.void
ExperimentalParticipantPoolEnricherLogger. onTypeUpdate(ExperimentalParticipantPool entity, CvTerm oldTerm)
onTypeUpdate -
Uses of CvTerm in psidev.psi.mi.jami.enricher.listener.impl.writer
Classes in psidev.psi.mi.jami.enricher.listener.impl.writer with type parameters of type CvTerm Modifier and Type Class Description class
CvTermEnricherStatisticsWriter<C extends CvTerm>
A statistics logger which records changes made by the enricher.Methods in psidev.psi.mi.jami.enricher.listener.impl.writer with parameters of type CvTerm Modifier and Type Method Description void
CvTermEnricherStatisticsWriter. onAddedAlias(CvTerm cv, Alias added)
Listen to the event where an alias has been added to the object aliases.void
CvTermEnricherStatisticsWriter. onAddedAnnotation(CvTerm o, Annotation added)
Listen to the event where an annotation has been added to the object annotations.void
FeatureEvidenceEnricherStatisticsWriter. onAddedDetectionMethod(FeatureEvidence feature, CvTerm added)
onAddedDetectionMethodvoid
ParticipantEvidenceEnricherStatisticsWriter. onAddedExperimentalPreparation(P participant, CvTerm added)
onAddedExperimentalPreparationvoid
ParticipantEvidenceEnricherStatisticsWriter. onAddedIdentificationMethod(P participant, CvTerm added)
onAddedIdentificationMethodvoid
CvTermEnricherStatisticsWriter. onAddedIdentifier(CvTerm cv, Xref added)
Listen to the event where an identifier has been added to the protein identifiers.void
CvTermEnricherStatisticsWriter. onAddedXref(CvTerm cv, Xref added)
Listen to the event where a xref has been added to the protein xrefs.void
ParticipantEnricherStatisticsWriter. onBiologicalRoleUpdate(P participant, CvTerm oldType)
onBiologicalRoleUpdatevoid
OrganismEnricherStatisticsWriter. onCellTypeUpdate(Organism organism, CvTerm oldType)
Listen to the event where the cell type has been initialised.void
OrganismEnricherStatisticsWriter. onCompartmentUpdate(Organism organism, CvTerm oldType)
Listen to the event where the organism compartment has been initialised.void
ModelledInteractionEnricherStatisticsWriter. onEvidenceTypeUpdate(I interaction, CvTerm oldType)
onEvidenceTypeUpdatevoid
ParticipantEvidenceEnricherStatisticsWriter. onExperimentalRoleUpdate(P participant, CvTerm oldType)
onExperimentalRoleUpdatevoid
CvTermEnricherStatisticsWriter. onFullNameUpdate(CvTerm cv, String oldFullName)
Listen to the event where the fullName of a cv term has been changed.void
ExperimentEnricherStatisticsWriter. onInteractionDetectionMethodUpdate(Experiment experiment, CvTerm oldCv)
onInteractionDetectionMethodUpdatevoid
InteractionEnricherStatisticsWriter. onInteractionTypeUpdate(I interaction, CvTerm oldType)
onInteractionTypeUpdatevoid
ComplexEnricherStatisticsWriter. onInteractorTypeUpdate(Complex interactor, CvTerm oldType)
Listen to the event where the interactor type has been initialised.void
InteractorEnricherStatisticsWriter. onInteractorTypeUpdate(T interactor, CvTerm old)
Listen to the event where the interactor type has been initialised.void
CvTermEnricherStatisticsWriter. onMIIdentifierUpdate(CvTerm cv, String oldMI)
Listen to the event where the MI identifier of a cv term has been changed.void
CvTermEnricherStatisticsWriter. onMODIdentifierUpdate(CvTerm cv, String oldMOD)
Listen to the event where the MOD identifier of a cv term has been changed.void
CvTermEnricherStatisticsWriter. onPARIdentifierUpdate(CvTerm cv, String oldPAR)
Listen to the event where the PAR identifier of a cv term has been changed.void
CvTermEnricherStatisticsWriter. onRemovedAlias(CvTerm cv, Alias removed)
Listen to the event where an alias has been removed from the object aliases.void
CvTermEnricherStatisticsWriter. onRemovedAnnotation(CvTerm o, Annotation removed)
Listen to the event where an annotation has been removed from the object annotations.void
FeatureEvidenceEnricherStatisticsWriter. onRemovedDetectionMethod(FeatureEvidence feature, CvTerm removed)
onRemovedDetectionMethodvoid
ParticipantEvidenceEnricherStatisticsWriter. onRemovedExperimentalPreparation(P participant, CvTerm removed)
onRemovedExperimentalPreparationvoid
ParticipantEvidenceEnricherStatisticsWriter. onRemovedIdentificationMethod(P participant, CvTerm removed)
onRemovedIdentificationMethodvoid
CvTermEnricherStatisticsWriter. onRemovedIdentifier(CvTerm cv, Xref removed)
Listen to the event where an identifier has been removed from the protein identifiers.void
CvTermEnricherStatisticsWriter. onRemovedXref(CvTerm cv, Xref removed)
Listen to the event where a xref has been removed from the interactor xrefs.void
FeatureEnricherStatisticsWriter. onRoleUpdate(T feature, CvTerm oldRole)
onRoleUpdatevoid
CvTermEnricherStatisticsWriter. onShortNameUpdate(CvTerm cv, String oldShortName)
Listen to the event where the shortName of a cv term has been changed.void
OrganismEnricherStatisticsWriter. onTissueUpdate(Organism organism, CvTerm oldType)
Listen to the event where the organism tissue has been initialised.void
ExperimentalParticipantPoolEnricherStatisticsWriter. onTypeUpdate(ExperimentalParticipantPool participant, CvTerm oldType)
onTypeUpdatevoid
FeatureEnricherStatisticsWriter. onTypeUpdate(T feature, CvTerm oldType)
onTypeUpdatevoid
ParticipantPoolEnricherStatisticsWriter. onTypeUpdate(P participant, CvTerm oldType)
onTypeUpdate -
Uses of CvTerm in psidev.psi.mi.jami.factory
Methods in psidev.psi.mi.jami.factory with parameters of type CvTerm Modifier and Type Method Description BinaryInteraction
BinaryInteractionFactory. createBasicBinaryInteractionFrom(Interaction interaction, Participant p1, Participant p2, CvTerm expansionMethod)
Create a new BinaryInteraction object from an Interaction parent and two participantsBinaryInteraction
DefaultBinaryInteractionFactory. createBasicBinaryInteractionFrom(Interaction interaction, Participant p1, Participant p2, CvTerm expansionMethod)
Create a new BinaryInteraction object from an Interaction parent and two participantsBinaryInteractionEvidence
BinaryInteractionFactory. createBinaryInteractionEvidenceFrom(InteractionEvidence interaction, ParticipantEvidence p1, ParticipantEvidence p2, CvTerm expansionMethod)
Create a new BinaryInteractionEvidence object from an InteractionEvidence parent and two participants evidencesBinaryInteractionEvidence
DefaultBinaryInteractionFactory. createBinaryInteractionEvidenceFrom(InteractionEvidence interaction, ParticipantEvidence p1, ParticipantEvidence p2, CvTerm expansionMethod)
Create a new BinaryInteractionEvidence object from an InteractionEvidence parent and two participants evidencesBioactiveEntity
DefaultInteractorFactory. createBioactiveEntity(String name, CvTerm type)
Creates a new BioactiveEntity with the name and interactor typeBioactiveEntity
InteractorFactory. createBioactiveEntity(String name, CvTerm type)
Creates a new BioactiveEntity with the name and interactor typeComplex
DefaultInteractorFactory. createComplex(String name, CvTerm type)
Creates a new Complex with the name and interactor typeComplex
InteractorFactory. createComplex(String name, CvTerm type)
Creates a new Complex with the name and interactor typeInteractor
DefaultInteractorFactory. createInteractor(String name, CvTerm type)
Creates a default interactor from the name and interactor typeInteractor
InteractorFactory. createInteractor(String name, CvTerm type)
Creates a default interactor from the name and interactor typeInteractor
DefaultInteractorFactory. createInteractorFromDatabase(CvTerm database, String name)
Return the proper instance of the interactor if the database is recognized.Interactor
InteractorFactory. createInteractorFromDatabase(CvTerm database, String name)
Return the proper instance of the interactor if the database is recognized.Interactor
DefaultInteractorFactory. createInteractorFromInteractorType(CvTerm type, String name)
Return the proper instance of the interactor if the type is recognized and not null.Interactor
InteractorFactory. createInteractorFromInteractorType(CvTerm type, String name)
Return the proper instance of the interactor if the type is recognized and not null.protected Interactor
DefaultInteractorFactory. createInteractorFromRecognizedCategory(InteractorCategory category, String name, CvTerm type)
Creates an interactor from a given category (should be the canonical name of an Interactor interface)InteractorPool
DefaultInteractorFactory. createInteractorSet(String name, CvTerm type)
Creates an interactor pool from the name and interactor typeInteractorPool
InteractorFactory. createInteractorSet(String name, CvTerm type)
Creates an interactor pool from the name and interactor typeModelledBinaryInteraction
BinaryInteractionFactory. createModelledBinaryInteractionFrom(ModelledInteraction interaction, ModelledParticipant p1, ModelledParticipant p2, CvTerm expansionMethod)
Create a new ModelledBinaryInteraction object from a ModelledInteraction parent and two modelled participantsModelledBinaryInteraction
DefaultBinaryInteractionFactory. createModelledBinaryInteractionFrom(ModelledInteraction interaction, ModelledParticipant p1, ModelledParticipant p2, CvTerm expansionMethod)
Create a new ModelledBinaryInteraction object from a ModelledInteraction parent and two modelled participantsNucleicAcid
DefaultInteractorFactory. createNucleicAcid(String name, CvTerm type)
Creates a new NucleicAcid with the name and interactor typeNucleicAcid
InteractorFactory. createNucleicAcid(String name, CvTerm type)
Creates a new NucleicAcid with the name and interactor typePolymer
DefaultInteractorFactory. createPolymer(String name, CvTerm type)
Creates a new Polymer with the name and interactor typePolymer
InteractorFactory. createPolymer(String name, CvTerm type)
Creates a new Polymer with the name and interactor typeProtein
DefaultInteractorFactory. createProtein(String name, CvTerm type)
Creates a new Protein with the name and interactor typeProtein
InteractorFactory. createProtein(String name, CvTerm type)
Creates a new Protein with the name and interactor type -
Uses of CvTerm in psidev.psi.mi.jami.html
Methods in psidev.psi.mi.jami.html with parameters of type CvTerm Modifier and Type Method Description protected void
AbstractMIHtmlWriter. writeCvTerm(String label, CvTerm term)
writeCvTerm -
Uses of CvTerm in psidev.psi.mi.jami.json.elements
Methods in psidev.psi.mi.jami.json.elements that return types with arguments of type CvTerm Modifier and Type Method Description JsonElementWriter<CvTerm>
SimpleJsonExperimentWriter. getCvWriter()
Getter for the fieldcvWriter
.JsonElementWriter<CvTerm>
SimpleJsonFeatureWriter. getCvWriter()
Getter for the fieldcvWriter
.JsonElementWriter<CvTerm>
SimpleJsonHostOrganismWriter. getCvWriter()
Getter for the fieldcvWriter
.JsonElementWriter<CvTerm>
SimpleJsonInteractionWriter. getCvWriter()
Getter for the fieldcvWriter
.JsonElementWriter<CvTerm>
SimpleJsonInteractorWriter. getCvWriter()
Getter for the fieldcvWriter
.JsonElementWriter<CvTerm>
SimpleJsonParticipantWriter. getCvWriter()
Getter for the fieldcvWriter
.JsonElementWriter<CvTerm>
SimpleJsonPublicationWriter. getCvWriter()
Getter for the fieldcvWriter
.Methods in psidev.psi.mi.jami.json.elements with parameters of type CvTerm Modifier and Type Method Description void
SimpleJsonCvTermWriter. write(CvTerm object)
write.protected void
SimpleJsonInteractionWriter. writeExpansionMethod(CvTerm expansion)
writeExpansionMethod.Method parameters in psidev.psi.mi.jami.json.elements with type arguments of type CvTerm Modifier and Type Method Description void
SimpleJsonExperimentWriter. setCvWriter(JsonElementWriter<CvTerm> cvWriter)
Setter for the fieldcvWriter
.void
SimpleJsonFeatureWriter. setCvWriter(JsonElementWriter<CvTerm> cvWriter)
Setter for the fieldcvWriter
.void
SimpleJsonHostOrganismWriter. setCvWriter(JsonElementWriter<CvTerm> cvWriter)
Setter for the fieldcvWriter
.void
SimpleJsonInteractionWriter. setCvWriter(JsonElementWriter<CvTerm> cvWriter)
Setter for the fieldcvWriter
.void
SimpleJsonInteractorWriter. setCvWriter(JsonElementWriter<CvTerm> cvWriter)
Setter for the fieldcvWriter
.void
SimpleJsonParticipantWriter. setCvWriter(JsonElementWriter<CvTerm> cvWriter)
Setter for the fieldcvWriter
.void
SimpleJsonPublicationWriter. setCvWriter(JsonElementWriter<CvTerm> cvWriter)
Setter for the fieldcvWriter
. -
Uses of CvTerm in psidev.psi.mi.jami.listener
Methods in psidev.psi.mi.jami.listener with parameters of type CvTerm Modifier and Type Method Description void
FeatureEvidenceChangeListener. onAddedDetectionMethod(FeatureEvidence feature, CvTerm added)
onAddedDetectionMethodvoid
ParticipantEvidenceChangeListener. onAddedExperimentalPreparation(F participant, CvTerm added)
onAddedExperimentalPreparationvoid
ParticipantEvidenceChangeListener. onAddedIdentificationMethod(F participant, CvTerm added)
onAddedIdentificationMethodvoid
ParticipantChangeListener. onBiologicalRoleUpdate(F participant, CvTerm oldType)
onBiologicalRoleUpdatevoid
OrganismChangeListener. onCellTypeUpdate(Organism organism, CvTerm oldType)
Listen to the event where the cell type has been initialised.void
OrganismChangeListener. onCompartmentUpdate(Organism organism, CvTerm oldType)
Listen to the event where the organism compartment has been initialised.void
ModelledInteractionChangeListener. onEvidenceTypeUpdate(I interaction, CvTerm oldType)
onEvidenceTypeUpdatevoid
ParticipantEvidenceChangeListener. onExperimentalRoleUpdate(F participant, CvTerm oldType)
onExperimentalRoleUpdatevoid
CvTermChangeListener. onFullNameUpdate(CvTerm cv, String oldFullName)
Listen to the event where the fullName of a cv term has been changed.void
ExperimentChangeListener. onInteractionDetectionMethodUpdate(Experiment experiment, CvTerm oldCv)
onInteractionDetectionMethodUpdatevoid
InteractionChangeListener. onInteractionTypeUpdate(I interaction, CvTerm oldType)
onInteractionTypeUpdatevoid
InteractorChangeListener. onInteractorTypeUpdate(T interactor, CvTerm oldType)
Listen to the event where the interactor type has been initialised.void
CvTermChangeListener. onMIIdentifierUpdate(CvTerm cv, String oldMI)
Listen to the event where the MI identifier of a cv term has been changed.void
MIFileParserListener. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names.void
CvTermChangeListener. onMODIdentifierUpdate(CvTerm cv, String oldMOD)
Listen to the event where the MOD identifier of a cv term has been changed.void
CvTermChangeListener. onPARIdentifierUpdate(CvTerm cv, String oldPAR)
Listen to the event where the PAR identifier of a cv term has been changed.void
FeatureEvidenceChangeListener. onRemovedDetectionMethod(FeatureEvidence feature, CvTerm removed)
onRemovedDetectionMethodvoid
ParticipantEvidenceChangeListener. onRemovedExperimentalPreparation(F participant, CvTerm removed)
onRemovedExperimentalPreparationvoid
ParticipantEvidenceChangeListener. onRemovedIdentificationMethod(F participant, CvTerm removed)
onRemovedIdentificationMethodvoid
FeatureChangeListener. onRoleUpdate(F feature, CvTerm oldRole)
onRoleUpdatevoid
CvTermChangeListener. onShortNameUpdate(CvTerm cv, String oldShortName)
Listen to the event where the shortName of a cv term has been changed.void
OrganismChangeListener. onTissueUpdate(Organism organism, CvTerm oldType)
Listen to the event where the organism tissue has been initialised.void
FeatureChangeListener. onTypeUpdate(F feature, CvTerm oldType)
onTypeUpdatevoid
ParticipantPoolChangeListener. onTypeUpdate(F participant, CvTerm oldType)
onTypeUpdate -
Uses of CvTerm in psidev.psi.mi.jami.listener.impl
Methods in psidev.psi.mi.jami.listener.impl with parameters of type CvTerm Modifier and Type Method Description void
CvTermChangeLogger. onAddedAlias(CvTerm cv, Alias added)
Listen to the event where an alias has been added to the object aliases.void
CvTermChangeLogger. onAddedAnnotation(CvTerm cv, Annotation added)
Listen to the event where an annotation has been added to the object annotations.void
FeatureEvidenceChangeLogger. onAddedDetectionMethod(FeatureEvidence feature, CvTerm added)
onAddedDetectionMethodvoid
ParticipantEvidenceChangeLogger. onAddedExperimentalPreparation(T entity, CvTerm added)
onAddedExperimentalPreparationvoid
ParticipantEvidenceChangeLogger. onAddedIdentificationMethod(T entity, CvTerm added)
onAddedIdentificationMethodvoid
CvTermChangeLogger. onAddedIdentifier(CvTerm cv, Xref added)
Listen to the event where an identifier has been added to the protein identifiers.void
CvTermChangeLogger. onAddedXref(CvTerm cv, Xref added)
Listen to the event where a xref has been added to the protein xrefs.void
ParticipantChangeLogger. onBiologicalRoleUpdate(T entity, CvTerm oldTerm)
onBiologicalRoleUpdatevoid
OrganismChangeLogger. onCellTypeUpdate(Organism organism, CvTerm oldType)
Listen to the event where the cell type has been initialised.void
OrganismChangeLogger. onCompartmentUpdate(Organism organism, CvTerm oldType)
Listen to the event where the organism compartment has been initialised.void
ComplexChangeLogger. onEvidenceTypeUpdate(Complex interaction, CvTerm oldType)
onEvidenceTypeUpdatevoid
ModelledInteractionChangeLogger. onEvidenceTypeUpdate(I interaction, CvTerm oldType)
onEvidenceTypeUpdatevoid
ParticipantEvidenceChangeLogger. onExperimentalRoleUpdate(T entity, CvTerm oldTerm)
onExperimentalRoleUpdatevoid
CvTermChangeLogger. onFullNameUpdate(CvTerm cv, String oldFullName)
Listen to the event where the fullName of a cv term has been changed.void
ExperimentChangeLogger. onInteractionDetectionMethodUpdate(Experiment experiment, CvTerm oldCv)
onInteractionDetectionMethodUpdatevoid
ComplexChangeLogger. onInteractionTypeUpdate(Complex interaction, CvTerm oldType)
onInteractionTypeUpdatevoid
InteractionChangeLogger. onInteractionTypeUpdate(T interaction, CvTerm old)
onInteractionTypeUpdatevoid
InteractorChangeLogger. onInteractorTypeUpdate(T protein, CvTerm old)
Listen to the event where the interactor type has been initialised.void
CvTermChangeLogger. onMIIdentifierUpdate(CvTerm cv, String oldMI)
Listen to the event where the MI identifier of a cv term has been changed.void
MIFileParserCompositeListener. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names.void
MIFileParserLogger. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names.void
CvTermChangeLogger. onMODIdentifierUpdate(CvTerm cv, String oldMOD)
Listen to the event where the MOD identifier of a cv term has been changed.void
CvTermChangeLogger. onPARIdentifierUpdate(CvTerm cv, String oldPAR)
Listen to the event where the PAR identifier of a cv term has been changed.void
CvTermChangeLogger. onRemovedAlias(CvTerm cv, Alias removed)
Listen to the event where an alias has been removed from the object aliases.void
CvTermChangeLogger. onRemovedAnnotation(CvTerm cv, Annotation removed)
Listen to the event where an annotation has been removed from the object annotations.void
FeatureEvidenceChangeLogger. onRemovedDetectionMethod(FeatureEvidence feature, CvTerm removed)
onRemovedDetectionMethodvoid
ParticipantEvidenceChangeLogger. onRemovedExperimentalPreparation(T entity, CvTerm removed)
onRemovedExperimentalPreparationvoid
ParticipantEvidenceChangeLogger. onRemovedIdentificationMethod(T entity, CvTerm removed)
onRemovedIdentificationMethodvoid
CvTermChangeLogger. onRemovedIdentifier(CvTerm cv, Xref removed)
Listen to the event where an identifier has been removed from the protein identifiers.void
CvTermChangeLogger. onRemovedXref(CvTerm cv, Xref removed)
Listen to the event where a xref has been removed from the interactor xrefs.void
FeatureChangeLogger. onRoleUpdate(T protein, CvTerm oldRole)
onRoleUpdatevoid
CvTermChangeLogger. onShortNameUpdate(CvTerm cv, String oldShortName)
Listen to the event where the shortName of a cv term has been changed.void
OrganismChangeLogger. onTissueUpdate(Organism organism, CvTerm oldType)
Listen to the event where the organism tissue has been initialised.void
ExperimentalParticipantPoolChangeLogger. onTypeUpdate(ExperimentalParticipantPool entity, CvTerm oldTerm)
onTypeUpdatevoid
FeatureChangeLogger. onTypeUpdate(T protein, CvTerm old)
onTypeUpdatevoid
ParticipantPoolChangeLogger. onTypeUpdate(T entity, CvTerm oldTerm)
onTypeUpdate -
Uses of CvTerm in psidev.psi.mi.jami.model
Subinterfaces of CvTerm in psidev.psi.mi.jami.model Modifier and Type Interface Description interface
OntologyTerm
Ontology term with definition, parents and childreninterface
Source
Source of the data.Methods in psidev.psi.mi.jami.model with type parameters of type CvTerm Modifier and Type Method Description <C extends CvTerm>
Collection<C>FeatureEvidence. getDetectionMethods()
The collection of feature detection methods.<T extends CvTerm>
Collection<T>CooperativityEvidence. getEvidenceMethods()
The collection of methods used to infer the cooperative effect.<C extends CvTerm>
Collection<C>ParticipantEvidence. getExperimentalPreparations()
The experimental preparations for this participant.<C extends CvTerm>
Collection<C>ParticipantEvidence. getIdentificationMethods()
The identification methods for this participant.Methods in psidev.psi.mi.jami.model that return CvTerm Modifier and Type Method Description CvTerm
Allostery. getAllostericMechanism()
The process that mediates the allosteric response of a molecule upon allosteric post-translational modification or binding of an allosteric effector.CvTerm
Allostery. getAllosteryType()
The allosteric type indicates the chemical relationship between the two ligands whose binding is allosterically coupled.CvTerm
Participant. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
Participant. getBiologicalRole()
The biological role of the participant.CvTerm
Organism. getCellType()
Cell type of the organism.CvTerm
Organism. getCompartment()
The subcellular compartment of the organism.CvTerm
Xref. getDatabase()
The database is a controlled vocabulary term.CvTerm
ModelledInteraction. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
ParticipantEvidence. getExperimentalRole()
The experimental role of the participant.CvTerm
Experiment. getInteractionDetectionMethod()
The experimental method to determine the interaction.CvTerm
Interaction. getInteractionType()
The interaction type is a controlled vocabulary term.CvTerm
Interactor. getInteractorType()
The molecule type of this interactor.CvTerm
Checksum. getMethod()
The method is a controlled vocabulary term and cannot be null Ex: ROGID, CROGID, RIGID, CRC64, ...CvTerm
CooperativeEffect. getOutCome()
For an interaction that has a cooperative effect on a subsequent interaction, this term indicates whether this effect is positive or negative, i.e.CvTerm
Xref. getQualifier()
The qualifier of the xref is the reference type and is a controlled vocabulary term.CvTerm
CausalRelationship. getRelationType()
The relation type with the participant target.CvTerm
CooperativeEffect. getResponse()
This term describes the cooperative effect on the interactions.CvTerm
Feature. getRole()
The effect of this feature on the interaction where the feature has been reported or the interaction dependency between the interaction reporting this feature and this feature.CvTerm
Position. getStatus()
The range status is a controlled vocabulary term which cannot be null.CvTerm
Organism. getTissue()
The source tissue.CvTerm
Annotation. getTopic()
The annotation topic is a controlled vocabulary term and it cannot be null.CvTerm
Alias. getType()
The alias type is a controlled vocabulary term.CvTerm
Confidence. getType()
Method used to compute the confidence value.CvTerm
Feature. getType()
The type for this feature.CvTerm
Parameter. getType()
The parameter type is a controlled vocabulary term and it cannot be null.CvTerm
ParticipantPool. getType()
The pool type of this participant pool.CvTerm
Parameter. getUnit()
Unit of the parameter is a controlled vocabulary term.CvTerm
VariableParameter. getUnit()
The unit of the variableParameter if relevant.Methods in psidev.psi.mi.jami.model with parameters of type CvTerm Modifier and Type Method Description void
Allostery. setAllostericMechanism(CvTerm mechanism)
Sets the allosteric mechanism.void
Allostery. setAllosteryType(CvTerm type)
Sets the allostery type.void
Participant. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
Participant. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
Organism. setCellType(CvTerm cellType)
Sets the cell typevoid
Organism. setCompartment(CvTerm compartment)
Sets the compartment.void
ModelledInteraction. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
ParticipantEvidence. setExperimentalRole(CvTerm expRole)
Sets the experimental role.void
Experiment. setInteractionDetectionMethod(CvTerm term)
Set the interaction detection method for this experiment If term is null, this method will set the interaction detection method to 'unspecified method' (MI:0686).void
Interaction. setInteractionType(CvTerm term)
Sets the interaction type.void
Interactor. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
CooperativeEffect. setOutCome(CvTerm effect)
Sets the cooperative effect outcomevoid
CooperativeEffect. setResponse(CvTerm response)
Sets the response.void
Feature. setRole(CvTerm role)
Sets the interaction effect/role for this feature.void
Organism. setTissue(CvTerm tissue)
Sets the tissuevoid
Feature. setType(CvTerm type)
Sets the feature type.void
ParticipantPool. setType(CvTerm type)
Sets the pool type for this participant pool If the given type is null, this method automatically sets the interactor type to 'molecule set' (MI:1304)void
VariableParameter. setUnit(CvTerm unit)
Sets the unit of this variableParameter. -
Uses of CvTerm in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement CvTerm Modifier and Type Class Description class
DefaultCvTerm
Default implementation for CvTerm Notes: The equals and hashcode methods have been overridden to be consistent with UnambiguousCvTermComparatorclass
DefaultOntologyTerm
Default implementation for ontology term Notes: The equals and hashcode methods have been overridden to be consistent with UnambiguousCvTermComparatorclass
DefaultSource
Default 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 CvTerm Modifier and Type Method Description CvTerm
DefaultAllostery. getAllostericMechanism()
Getter for the fieldallostericMechanism
.CvTerm
DefaultAllostery. getAllosteryType()
Getter for the fieldallosteryType
.CvTerm
AbstractParticipant. getBiologicalEffect()
Getter for the fieldbiologicalEffect
.CvTerm
AbstractParticipant. getBiologicalRole()
Getter for the fieldbiologicalRole
.CvTerm
DefaultOrganism. getCellType()
Getter for the fieldcellType
.CvTerm
DefaultOrganism. getCompartment()
Getter for the fieldcompartment
.CvTerm
DefaultXref. getDatabase()
Getter for the fielddatabase
.CvTerm
DefaultComplex. getEvidenceType()
Getter for the fieldevidenceType
.CvTerm
DefaultModelledInteraction. getEvidenceType()
Getter for the fieldevidenceType
.CvTerm
DefaultExperimentalParticipantPool. getExperimentalRole()
Getter for the fieldexperimentalRole
.CvTerm
DefaultParticipantEvidence. getExperimentalRole()
Getter for the fieldexperimentalRole
.CvTerm
DefaultExperiment. getInteractionDetectionMethod()
Getter for the fieldinteractionDetectionMethod
.CvTerm
AbstractInteraction. getInteractionType()
Getter for the fieldinteractionType
.CvTerm
DefaultComplex. getInteractionType()
Getter for the fieldinteractionType
.CvTerm
DefaultInteractor. getInteractorType()
Getter for the fieldinteractorType
.CvTerm
DefaultChecksum. getMethod()
Getter for the fieldmethod
.CvTerm
DefaultCooperativeEffect. getOutCome()
getOutComeCvTerm
DefaultXref. getQualifier()
Getter for the fieldqualifier
.CvTerm
DefaultCausalRelationship. getRelationType()
Getter for the fieldrelationType
.CvTerm
DefaultCooperativeEffect. getResponse()
Getter for the fieldresponse
.CvTerm
AbstractFeature. getRole()
Getter for the fieldrole
.CvTerm
DefaultPosition. getStatus()
Getter for the fieldstatus
.CvTerm
DefaultOrganism. getTissue()
Getter for the fieldtissue
.CvTerm
DefaultAnnotation. getTopic()
Getter for the fieldtopic
.CvTerm
AbstractFeature. getType()
Getter for the fieldtype
.CvTerm
AbstractParticipantPool. getType()
Getter for the fieldtype
.CvTerm
DefaultAlias. getType()
Getter for the fieldtype
.CvTerm
DefaultConfidence. getType()
Getter for the fieldtype
.CvTerm
DefaultParameter. getType()
Getter for the fieldtype
.CvTerm
DefaultParameter. getUnit()
Getter for the fieldunit
.CvTerm
DefaultVariableParameter. getUnit()
Getter for the fieldunit
.Methods in psidev.psi.mi.jami.model.impl that return types with arguments of type CvTerm Modifier and Type Method Description Collection<CvTerm>
DefaultFeatureEvidence. getDetectionMethods()
Getter for the fielddetectionMethods
.Collection<CvTerm>
DefaultCooperativityEvidence. getEvidenceMethods()
Getter for the fieldevidenceMethods
.Collection<CvTerm>
DefaultExperimentalParticipantPool. getExperimentalPreparations()
Getter for the fieldexperimentalPreparations
.Collection<CvTerm>
DefaultParticipantEvidence. getExperimentalPreparations()
Getter for the fieldexperimentalPreparations
.Collection<CvTerm>
DefaultExperimentalParticipantPool. getIdentificationMethods()
Getter for the fieldidentificationMethods
.Collection<CvTerm>
DefaultParticipantEvidence. getIdentificationMethods()
Getter for the fieldidentificationMethods
.Methods in psidev.psi.mi.jami.model.impl with parameters of type CvTerm Modifier and Type Method Description void
DefaultAllostery. setAllostericMechanism(CvTerm mechanism)
Sets the allosteric mechanism.void
DefaultAllostery. setAllosteryType(CvTerm type)
Sets the allostery type.void
AbstractParticipant. setBiologicalEffect(CvTerm biologicalEffect)
setBiologicalEffectvoid
AbstractParticipant. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
DefaultOrganism. setCellType(CvTerm cellType)
Sets the cell typevoid
DefaultOrganism. setCompartment(CvTerm compartment)
Sets the compartment.void
DefaultComplex. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
DefaultModelledInteraction. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
DefaultExperimentalParticipantPool. setExperimentalRole(CvTerm expRole)
Sets the experimental role.void
DefaultParticipantEvidence. setExperimentalRole(CvTerm expRole)
Sets the experimental role.void
DefaultExperiment. setInteractionDetectionMethod(CvTerm term)
Set the interaction detection method for this experiment If term is null, this method will set the interaction detection method to 'unspecified method' (MI:0686).void
AbstractInteraction. setInteractionType(CvTerm term)
Sets the interaction type.void
DefaultComplex. setInteractionType(CvTerm term)
Sets the interaction type.void
DefaultBioactiveEntity. setInteractorType(CvTerm interactorType)
Sets the interactor type of this bioactive entity.void
DefaultComplex. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
DefaultGene. setInteractorType(CvTerm type)
void
DefaultInteractor. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
DefaultInteractorPool. setInteractorType(CvTerm type)
void
DefaultNucleicAcid. setInteractorType(CvTerm interactorType)
Sets the interactor type of this NucleicAcid.void
DefaultPolymer. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
DefaultProtein. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
DefaultCooperativeEffect. setOutCome(CvTerm effect)
Sets the cooperative effect outcomevoid
DefaultCooperativeEffect. setResponse(CvTerm response)
Sets the response.void
AbstractFeature. setRole(CvTerm effect)
Sets the interaction effect/role for this feature.void
DefaultOrganism. setTissue(CvTerm tissue)
Sets the tissuevoid
AbstractFeature. setType(CvTerm type)
Sets the feature type.void
AbstractParticipantPool. setType(CvTerm type)
Sets the pool type for this participant pool If the given type is null, this method automatically sets the interactor type to 'molecule set' (MI:1304)void
DefaultVariableParameter. setUnit(CvTerm unit)
Sets the unit of this variableParameter.Method parameters in psidev.psi.mi.jami.model.impl with type arguments of type CvTerm Modifier and Type Method Description protected void
DefaultFeatureEvidence. initialiseDetectionMethodsWith(Collection<CvTerm> methods)
initialiseDetectionMethodsWithprotected void
DefaultCooperativityEvidence. initialiseEvidenceMethodsWith(Collection<CvTerm> methods)
initialiseEvidenceMethodsWithprotected void
DefaultExperimentalParticipantPool. initialiseExperimentalPreparationsWith(Collection<CvTerm> expPreparations)
initialiseExperimentalPreparationsWithprotected void
DefaultParticipantEvidence. initialiseExperimentalPreparationsWith(Collection<CvTerm> expPreparations)
initialiseExperimentalPreparationsWithprotected void
DefaultExperimentalParticipantPool. initialiseIdentificationMethodsWith(Collection<CvTerm> methods)
initialiseIdentificationMethodsWithprotected void
DefaultParticipantEvidence. initialiseIdentificationMethodsWith(Collection<CvTerm> methods)
initialiseIdentificationMethodsWithConstructors in psidev.psi.mi.jami.model.impl with parameters of type CvTerm Constructor Description AbstractFeature(String shortName, String fullName, CvTerm type)
Constructor for AbstractFeature.AbstractFeature(String shortName, String fullName, CvTerm type, String interpro)
Constructor for AbstractFeature.AbstractFeature(CvTerm type)
Constructor for AbstractFeature.AbstractFeature(CvTerm type, String interpro)
Constructor for AbstractFeature.AbstractInteraction(String shortName, CvTerm type)
Constructor for AbstractInteraction.AbstractParticipant(Interactor interactor, CvTerm bioRole)
Constructor for AbstractParticipant.AbstractParticipant(Interactor interactor, CvTerm bioRole, CvTerm biologicalEffect, Stoichiometry stoichiometry)
Constructor for AbstractParticipant.AbstractParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for AbstractParticipant.AbstractParticipantPool(String poolName, CvTerm bioRole)
Constructor for AbstractParticipantPool.AbstractParticipantPool(String poolName, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for AbstractParticipantPool.DefaultAlias(CvTerm type, String name)
Constructor for DefaultAlias.DefaultAllostery(CvTerm outcome, CvTerm response, ModelledParticipant allostericMolecule, T allostericEffector)
Constructor for DefaultAllostery.DefaultAllostery(CvTerm outcome, ModelledParticipant allostericMolecule, T allostericEffector)
Constructor for DefaultAllostery.DefaultAnnotation(CvTerm topic)
Constructor for DefaultAnnotation.DefaultAnnotation(CvTerm topic, String value)
Constructor for DefaultAnnotation.DefaultBioactiveEntity(String name, String fullName, CvTerm type)
Constructor for DefaultBioactiveEntity.DefaultBioactiveEntity(String name, String fullName, CvTerm type, String uniqueChebi)
Constructor for DefaultBioactiveEntity.DefaultBioactiveEntity(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultBioactiveEntity.DefaultBioactiveEntity(String name, String fullName, CvTerm type, Organism organism, String uniqueChebi)
Constructor for DefaultBioactiveEntity.DefaultBioactiveEntity(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultBioactiveEntity.DefaultBioactiveEntity(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultBioactiveEntity.DefaultBioactiveEntity(String name, CvTerm type)
Constructor for DefaultBioactiveEntity.DefaultBioactiveEntity(String name, CvTerm type, Organism organism)
Constructor for DefaultBioactiveEntity.DefaultBioactiveEntity(String name, CvTerm type, Organism organism, String uniqueChebi)
Constructor for DefaultBioactiveEntity.DefaultBioactiveEntity(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultBioactiveEntity.DefaultBioactiveEntity(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultBioactiveEntity.DefaultCausalRelationship(CvTerm relationType, Participant target)
Constructor for DefaultCausalRelationship.DefaultChecksum(CvTerm method, String value)
Constructor for DefaultChecksum.DefaultComplex(String name, String fullName, CvTerm interactorType)
Constructor for DefaultComplex.DefaultComplex(String name, String fullName, CvTerm interactorType, Organism organism)
Constructor for DefaultComplex.DefaultComplex(String name, String fullName, CvTerm interactorType, Organism organism, Xref uniqueId)
Constructor for DefaultComplex.DefaultComplex(String name, String fullName, CvTerm interactorType, Xref uniqueId)
Constructor for DefaultComplex.DefaultComplex(String name, CvTerm interactorType)
Constructor for DefaultComplex.DefaultComplex(String name, CvTerm interactorType, Organism organism)
Constructor for DefaultComplex.DefaultComplex(String name, CvTerm interactorType, Organism organism, Xref uniqueId)
Constructor for DefaultComplex.DefaultComplex(String name, CvTerm interactorType, Xref uniqueId)
Constructor for DefaultComplex.DefaultConfidence(CvTerm type, String value)
Constructor for DefaultConfidence.DefaultCooperativeEffect(CvTerm outcome)
Constructor for DefaultCooperativeEffect.DefaultCooperativeEffect(CvTerm outcome, CvTerm response)
Constructor for DefaultCooperativeEffect.DefaultExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for DefaultExperiment.DefaultExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for DefaultExperiment.DefaultExperimentalParticipantPool(String poolName, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(String poolName, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultExperimentalParticipantPool(InteractionEvidence interaction, String poolName, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultExperimentalParticipantPool.DefaultFeature(String shortName, String fullName, CvTerm type)
Constructor for DefaultFeature.DefaultFeature(String shortName, String fullName, CvTerm type, String interpro)
Constructor for DefaultFeature.DefaultFeature(CvTerm type)
Constructor for DefaultFeature.DefaultFeature(CvTerm type, String interpro)
Constructor for DefaultFeature.DefaultFeatureEvidence(String shortName, String fullName, CvTerm type)
Constructor for DefaultFeatureEvidence.DefaultFeatureEvidence(CvTerm type)
Constructor for DefaultFeatureEvidence.DefaultFeatureEvidence(ParticipantEvidence participant, String shortName, String fullName, CvTerm type)
Constructor for DefaultFeatureEvidence.DefaultFeatureEvidence(ParticipantEvidence participant, CvTerm type)
Constructor for DefaultFeatureEvidence.DefaultGene(String name, String fullName, CvTerm type)
Constructor for DefaultGene.DefaultGene(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultGene.DefaultGene(String name, String fullName, CvTerm type, Organism organism, Xref ensembl)
Constructor for DefaultGene.DefaultGene(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId, Xref ensembl)
Constructor for DefaultGene.DefaultGene(String name, String fullName, CvTerm type, Xref ensembl)
Constructor for DefaultGene.DefaultGene(String name, String fullName, CvTerm type, Xref uniqueId, Xref ensembl)
Constructor for DefaultGene.DefaultGene(String name, CvTerm type)
Constructor for DefaultGene.DefaultGene(String name, CvTerm type, Organism organism)
Constructor for DefaultGene.DefaultGene(String name, CvTerm type, Organism organism, Xref ensembl)
Constructor for DefaultGene.DefaultGene(String name, CvTerm type, Organism organism, Xref uniqueId, Xref ensembl)
Constructor for DefaultGene.DefaultGene(String name, CvTerm type, Xref ensembl)
Constructor for DefaultGene.DefaultGene(String name, CvTerm type, Xref uniqueId, Xref ensembl)
Constructor for DefaultGene.DefaultInteraction(String shortName, CvTerm type)
Constructor for DefaultInteraction.DefaultInteractionEvidence(String shortName, CvTerm type)
Constructor for DefaultInteractionEvidence.DefaultInteractionEvidence(String shortName, CvTerm type, Xref imexId)
Constructor for DefaultInteractionEvidence.DefaultInteractionEvidence(Experiment experiment, String shortName, CvTerm type)
Constructor for DefaultInteractionEvidence.DefaultInteractionEvidence(Experiment experiment, String shortName, CvTerm type, Xref imexId)
Constructor for DefaultInteractionEvidence.DefaultInteractor(String name, String fullName, CvTerm type)
Constructor for DefaultInteractor.DefaultInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultInteractor.DefaultInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultInteractor.DefaultInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultInteractor.DefaultInteractor(String name, CvTerm type)
Constructor for DefaultInteractor.DefaultInteractor(String name, CvTerm type, Organism organism)
Constructor for DefaultInteractor.DefaultInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultInteractor.DefaultInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultInteractor.DefaultInteractorPool(String name, String fullName, CvTerm type)
Constructor for DefaultInteractorPool.DefaultInteractorPool(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultInteractorPool.DefaultInteractorPool(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultInteractorPool.DefaultInteractorPool(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultInteractorPool.DefaultInteractorPool(String name, CvTerm type)
Constructor for DefaultInteractorPool.DefaultInteractorPool(String name, CvTerm type, Organism organism)
Constructor for DefaultInteractorPool.DefaultInteractorPool(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultInteractorPool.DefaultInteractorPool(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultInteractorPool.DefaultModelledConfidence(CvTerm type, String value)
Constructor for DefaultModelledConfidence.DefaultModelledConfidence(CvTerm type, String value, Publication publication)
Constructor for DefaultModelledConfidence.DefaultModelledFeature(String shortName, String fullName, CvTerm type)
Constructor for DefaultModelledFeature.DefaultModelledFeature(CvTerm type)
Constructor for DefaultModelledFeature.DefaultModelledFeature(ModelledParticipant participant, String shortName, String fullName, CvTerm type)
Constructor for DefaultModelledFeature.DefaultModelledFeature(ModelledParticipant participant, CvTerm type)
Constructor for DefaultModelledFeature.DefaultModelledInteraction(String shortName, CvTerm type)
Constructor for DefaultModelledInteraction.DefaultModelledInteraction(String shortName, Source source, CvTerm type)
Constructor for DefaultModelledInteraction.DefaultModelledParameter(CvTerm type, String value)
Constructor for DefaultModelledParameter.DefaultModelledParameter(CvTerm type, String value, CvTerm unit)
Constructor for DefaultModelledParameter.DefaultModelledParameter(CvTerm type, ParameterValue value)
Constructor for DefaultModelledParameter.DefaultModelledParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty)
Constructor for DefaultModelledParameter.DefaultModelledParameter(CvTerm type, ParameterValue value, CvTerm unit)
Constructor for DefaultModelledParameter.DefaultModelledParameter(CvTerm type, ParameterValue value, CvTerm unit, BigDecimal uncertainty)
Constructor for DefaultModelledParameter.DefaultModelledParticipant(Interactor interactor, CvTerm bioRole)
Constructor for DefaultModelledParticipant.DefaultModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultModelledParticipant.DefaultModelledParticipantPool(String poolName, CvTerm bioRole)
Constructor for DefaultModelledParticipantPool.DefaultModelledParticipantPool(String poolName, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultModelledParticipantPool.DefaultMolecule(String name, String fullName, CvTerm type)
Constructor for DefaultMolecule.DefaultMolecule(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultMolecule.DefaultMolecule(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultMolecule.DefaultMolecule(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultMolecule.DefaultMolecule(String name, CvTerm type)
Constructor for DefaultMolecule.DefaultMolecule(String name, CvTerm type, Organism organism)
Constructor for DefaultMolecule.DefaultMolecule(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultMolecule.DefaultMolecule(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultMolecule.DefaultNamedExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for DefaultNamedExperiment.DefaultNamedExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for DefaultNamedExperiment.DefaultNamedInteraction(String shortName, CvTerm type)
Constructor for DefaultNamedInteraction.DefaultNamedInteractionEvidence(String shortName, CvTerm type)
Constructor for DefaultNamedInteractionEvidence.DefaultNamedInteractionEvidence(String shortName, CvTerm type, Xref imexId)
Constructor for DefaultNamedInteractionEvidence.DefaultNamedInteractionEvidence(Experiment experiment, String shortName, CvTerm type)
Constructor for DefaultNamedInteractionEvidence.DefaultNamedInteractionEvidence(Experiment experiment, String shortName, CvTerm type, Xref imexId)
Constructor for DefaultNamedInteractionEvidence.DefaultNamedModelledInteraction(String shortName, CvTerm type)
Constructor for DefaultNamedModelledInteraction.DefaultNamedModelledInteraction(String shortName, Source source, CvTerm type)
Constructor for DefaultNamedModelledInteraction.DefaultNamedModelledParticipant(Interactor interactor, CvTerm bioRole)
Constructor for DefaultNamedModelledParticipant.DefaultNamedModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultNamedModelledParticipant.DefaultNamedParticipant(Interactor interactor, CvTerm bioRole)
Constructor for DefaultNamedParticipant.DefaultNamedParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultNamedParticipant.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(InteractionEvidence interaction, Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(Interactor interactor, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNamedParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultNamedParticipantEvidence.DefaultNucleicAcid(String name, String fullName, CvTerm type)
Constructor for DefaultNucleicAcid.DefaultNucleicAcid(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultNucleicAcid.DefaultNucleicAcid(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultNucleicAcid.DefaultNucleicAcid(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultNucleicAcid.DefaultNucleicAcid(String name, CvTerm type)
Constructor for DefaultNucleicAcid.DefaultNucleicAcid(String name, CvTerm type, Organism organism)
Constructor for DefaultNucleicAcid.DefaultNucleicAcid(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultNucleicAcid.DefaultNucleicAcid(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultNucleicAcid.DefaultOrganism(int taxId, String commonName, String scientificName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for DefaultOrganism.DefaultOrganism(int taxId, String commonName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for DefaultOrganism.DefaultOrganism(int taxId, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for DefaultOrganism.DefaultParameter(CvTerm type, String value)
Constructor for DefaultParameter.DefaultParameter(CvTerm type, String value, CvTerm unit)
Constructor for DefaultParameter.DefaultParameter(CvTerm type, ParameterValue value)
Constructor for DefaultParameter.DefaultParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty)
Constructor for DefaultParameter.DefaultParameter(CvTerm type, ParameterValue value, CvTerm unit)
Constructor for DefaultParameter.DefaultParameter(CvTerm type, ParameterValue value, CvTerm unit, BigDecimal uncertainty)
Constructor for DefaultParameter.DefaultParticipant(Interactor interactor, CvTerm bioRole)
Constructor for DefaultParticipant.DefaultParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultParticipant.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(InteractionEvidence interaction, Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(Interactor interactor, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for DefaultParticipantEvidence.DefaultParticipantPool(String poolName, CvTerm bioRole)
Constructor for DefaultParticipantPool.DefaultParticipantPool(String poolName, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultParticipantPool.DefaultPolymer(String name, String fullName, CvTerm type)
Constructor for DefaultPolymer.DefaultPolymer(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultPolymer.DefaultPolymer(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultPolymer.DefaultPolymer(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultPolymer.DefaultPolymer(String name, CvTerm type)
Constructor for DefaultPolymer.DefaultPolymer(String name, CvTerm type, Organism organism)
Constructor for DefaultPolymer.DefaultPolymer(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultPolymer.DefaultPolymer(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultPolymer.DefaultPosition(CvTerm status, long position)
Constructor for DefaultPosition.DefaultPosition(CvTerm status, long start, long end)
Constructor for DefaultPosition.DefaultPreassemby(CvTerm outcome)
Constructor for DefaultPreassemby.DefaultPreassemby(CvTerm outcome, CvTerm response)
Constructor for DefaultPreassemby.DefaultProtein(String name, String fullName, CvTerm type)
Constructor for DefaultProtein.DefaultProtein(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultProtein.DefaultProtein(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultProtein.DefaultProtein(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultProtein.DefaultProtein(String name, CvTerm type)
Constructor for DefaultProtein.DefaultProtein(String name, CvTerm type, Organism organism)
Constructor for DefaultProtein.DefaultProtein(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultProtein.DefaultProtein(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultProtein.DefaultVariableParameter(String description, CvTerm unit)
Constructor for DefaultVariableParameter.DefaultVariableParameter(String description, Experiment experiment, CvTerm unit)
Constructor for DefaultVariableParameter.DefaultXref(CvTerm database, String id)
Constructor for DefaultXref.DefaultXref(CvTerm database, String id, String version)
Constructor for DefaultXref.DefaultXref(CvTerm database, String id, String version, CvTerm qualifier)
Constructor for DefaultXref.DefaultXref(CvTerm database, String id, CvTerm qualifier)
Constructor for DefaultXref. -
Uses of CvTerm in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension that implement CvTerm Modifier and Type Class Description class
MitabCvTerm
Mitab extension for CvTerm.class
MitabSource
Mitab extension of DefaultMitabSource It contains a FileSourceLocatorMethods in psidev.psi.mi.jami.tab.extension that return CvTerm Modifier and Type Method Description CvTerm
MitabXref. getDatabase()
Getter for the fielddatabase
.CvTerm
MitabXref. getQualifier()
Getter for the fieldqualifier
.Methods in psidev.psi.mi.jami.tab.extension with parameters of type CvTerm Modifier and Type Method Description void
MitabXref. setQualifier(CvTerm qualifier)
Setter for the fieldqualifier
.Constructors in psidev.psi.mi.jami.tab.extension with parameters of type CvTerm Constructor Description DefaultMitabFeature(CvTerm type)
Constructor for DefaultMitabFeature.DefaultMitabFeature(CvTerm type, String interpro)
Constructor for DefaultMitabFeature.MitabAlias(String dbSource, CvTerm type, String name)
Constructor for MitabAlias.MitabAlias(String dbSource, CvTerm type, String name, FileSourceLocator locator)
Constructor for MitabAlias.MitabAnnotation(CvTerm topic)
Constructor for MitabAnnotation.MitabAnnotation(CvTerm topic, String value)
Constructor for MitabAnnotation.MitabAnnotation(CvTerm topic, String value, FileSourceLocator sourceLocator)
Constructor for MitabAnnotation.MitabAnnotation(CvTerm topic, FileSourceLocator sourceLocator)
Constructor for MitabAnnotation.MitabBinaryInteraction(String shortName, CvTerm type)
Constructor for MitabBinaryInteraction.MitabBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for MitabBinaryInteraction.MitabBinaryInteraction(String shortName, CvTerm type, Participant participantA, Participant participantB)
Constructor for MitabBinaryInteraction.MitabBinaryInteraction(String shortName, CvTerm type, Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for MitabBinaryInteraction.MitabBinaryInteraction(String shortName, Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for MitabBinaryInteraction.MitabBinaryInteraction(CvTerm complexExpansion)
Constructor for MitabBinaryInteraction.MitabBinaryInteraction(Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for MitabBinaryInteraction.MitabBinaryInteractionEvidence(String shortName, CvTerm type)
Constructor for MitabBinaryInteractionEvidence.MitabBinaryInteractionEvidence(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for MitabBinaryInteractionEvidence.MitabBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB)
Constructor for MitabBinaryInteractionEvidence.MitabBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for MitabBinaryInteractionEvidence.MitabBinaryInteractionEvidence(String shortName, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for MitabBinaryInteractionEvidence.MitabBinaryInteractionEvidence(CvTerm complexExpansion)
Constructor for MitabBinaryInteractionEvidence.MitabBinaryInteractionEvidence(ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for MitabBinaryInteractionEvidence.MitabBioactiveEntity(String name, String fullName, CvTerm type)
Constructor for MitabBioactiveEntity.MitabBioactiveEntity(String name, String fullName, CvTerm type, String uniqueChebi)
Constructor for MitabBioactiveEntity.MitabBioactiveEntity(String name, String fullName, CvTerm type, Organism organism)
Constructor for MitabBioactiveEntity.MitabBioactiveEntity(String name, String fullName, CvTerm type, Organism organism, String uniqueChebi)
Constructor for MitabBioactiveEntity.MitabBioactiveEntity(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabBioactiveEntity.MitabBioactiveEntity(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for MitabBioactiveEntity.MitabBioactiveEntity(String name, CvTerm type)
Constructor for MitabBioactiveEntity.MitabBioactiveEntity(String name, CvTerm type, Organism organism)
Constructor for MitabBioactiveEntity.MitabBioactiveEntity(String name, CvTerm type, Organism organism, String uniqueChebi)
Constructor for MitabBioactiveEntity.MitabBioactiveEntity(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabBioactiveEntity.MitabBioactiveEntity(String name, CvTerm type, Xref uniqueId)
Constructor for MitabBioactiveEntity.MitabCausalRelationship(CvTerm relationType, Participant target)
Constructor for MitabCausalRelationship.MitabChecksum(CvTerm method, String value)
Constructor for MitabChecksum.MitabChecksum(CvTerm method, String value, FileSourceLocator locator)
Constructor for MitabChecksum.MitabComplex(String name, String fullName, CvTerm interactorType)
Constructor for MitabComplex.MitabComplex(String name, String fullName, CvTerm interactorType, Organism organism)
Constructor for MitabComplex.MitabComplex(String name, String fullName, CvTerm interactorType, Organism organism, Xref uniqueId)
Constructor for MitabComplex.MitabComplex(String name, String fullName, CvTerm interactorType, Xref uniqueId)
Constructor for MitabComplex.MitabComplex(String name, CvTerm interactorType)
Constructor for MitabComplex.MitabComplex(String name, CvTerm interactorType, Organism organism)
Constructor for MitabComplex.MitabComplex(String name, CvTerm interactorType, Organism organism, Xref uniqueId)
Constructor for MitabComplex.MitabComplex(String name, CvTerm interactorType, Xref uniqueId)
Constructor for MitabComplex.MitabConfidence(CvTerm type, String value)
Constructor for MitabConfidence.MitabConfidence(CvTerm type, String value, String text)
Constructor for MitabConfidence.MitabExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for MitabExperiment.MitabExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for MitabExperiment.MitabFeatureEvidence(String shortName, String fullName, CvTerm type)
Constructor for MitabFeatureEvidence.MitabFeatureEvidence(CvTerm type)
Constructor for MitabFeatureEvidence.MitabFeatureEvidence(ParticipantEvidence participant, String shortName, String fullName, CvTerm type)
Constructor for MitabFeatureEvidence.MitabFeatureEvidence(ParticipantEvidence participant, CvTerm type)
Constructor for MitabFeatureEvidence.MitabInteraction(String shortName, CvTerm type)
Constructor for MitabInteraction.MitabInteractionEvidence(String shortName, CvTerm type)
Constructor for MitabInteractionEvidence.MitabInteractionEvidence(String shortName, CvTerm type, Xref imexId)
Constructor for MitabInteractionEvidence.MitabInteractionEvidence(Experiment experiment, String shortName, CvTerm type)
Constructor for MitabInteractionEvidence.MitabInteractionEvidence(Experiment experiment, String shortName, CvTerm type, Xref imexId)
Constructor for MitabInteractionEvidence.MitabInteractor(String name, String fullName, CvTerm type)
Constructor for MitabInteractor.MitabInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for MitabInteractor.MitabInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabInteractor.MitabInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for MitabInteractor.MitabInteractor(String name, CvTerm type)
Constructor for MitabInteractor.MitabInteractor(String name, CvTerm type, Organism organism)
Constructor for MitabInteractor.MitabInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabInteractor.MitabInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for MitabInteractor.MitabInteractorPool(String name, String fullName, CvTerm type)
Constructor for MitabInteractorPool.MitabInteractorPool(String name, String fullName, CvTerm type, Organism organism)
Constructor for MitabInteractorPool.MitabInteractorPool(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabInteractorPool.MitabInteractorPool(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for MitabInteractorPool.MitabInteractorPool(String name, CvTerm type)
Constructor for MitabInteractorPool.MitabInteractorPool(String name, CvTerm type, Organism organism)
Constructor for MitabInteractorPool.MitabInteractorPool(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabInteractorPool.MitabInteractorPool(String name, CvTerm type, Xref uniqueId)
Constructor for MitabInteractorPool.MitabModelledBinaryInteraction(String shortName, CvTerm type)
Constructor for MitabModelledBinaryInteraction.MitabModelledBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for MitabModelledBinaryInteraction.MitabModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB)
Constructor for MitabModelledBinaryInteraction.MitabModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for MitabModelledBinaryInteraction.MitabModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for MitabModelledBinaryInteraction.MitabModelledBinaryInteraction(CvTerm complexExpansion)
Constructor for MitabModelledBinaryInteraction.MitabModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for MitabModelledBinaryInteraction.MitabModelledFeature(String shortName, String fullName, CvTerm type)
Constructor for MitabModelledFeature.MitabModelledFeature(CvTerm type)
Constructor for MitabModelledFeature.MitabModelledFeature(ModelledParticipant participant, String shortName, String fullName, CvTerm type)
Constructor for MitabModelledFeature.MitabModelledFeature(ModelledParticipant participant, CvTerm type)
Constructor for MitabModelledFeature.MitabModelledInteraction(String shortName, CvTerm type)
Constructor for MitabModelledInteraction.MitabModelledInteraction(String shortName, Source source, CvTerm type)
Constructor for MitabModelledInteraction.MitabModelledParticipant(Interactor interactor, CvTerm bioRole)
Constructor for MitabModelledParticipant.MitabModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for MitabModelledParticipant.MitabMolecule(String name, String fullName, CvTerm type)
Constructor for MitabMolecule.MitabMolecule(String name, String fullName, CvTerm type, Organism organism)
Constructor for MitabMolecule.MitabMolecule(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabMolecule.MitabMolecule(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for MitabMolecule.MitabMolecule(String name, CvTerm type)
Constructor for MitabMolecule.MitabMolecule(String name, CvTerm type, Organism organism)
Constructor for MitabMolecule.MitabMolecule(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabMolecule.MitabMolecule(String name, CvTerm type, Xref uniqueId)
Constructor for MitabMolecule.MitabNucleicAcid(String name, String fullName, CvTerm type)
Constructor for MitabNucleicAcid.MitabNucleicAcid(String name, String fullName, CvTerm type, Organism organism)
Constructor for MitabNucleicAcid.MitabNucleicAcid(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabNucleicAcid.MitabNucleicAcid(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for MitabNucleicAcid.MitabNucleicAcid(String name, CvTerm type)
Constructor for MitabNucleicAcid.MitabNucleicAcid(String name, CvTerm type, Organism organism)
Constructor for MitabNucleicAcid.MitabNucleicAcid(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabNucleicAcid.MitabNucleicAcid(String name, CvTerm type, Xref uniqueId)
Constructor for MitabNucleicAcid.MitabOrganism(int taxId, String commonName, String scientificName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for MitabOrganism.MitabOrganism(int taxId, String commonName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for MitabOrganism.MitabOrganism(int taxId, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for MitabOrganism.MitabParameter(CvTerm type, String value)
Constructor for MitabParameter.MitabParameter(CvTerm type, String value, CvTerm unit)
Constructor for MitabParameter.MitabParameter(CvTerm type, ParameterValue value)
Constructor for MitabParameter.MitabParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty)
Constructor for MitabParameter.MitabParameter(CvTerm type, ParameterValue value, CvTerm unit)
Constructor for MitabParameter.MitabParameter(CvTerm type, ParameterValue value, CvTerm unit, BigDecimal uncertainty)
Constructor for MitabParameter.MitabParticipant(Interactor interactor, CvTerm bioRole)
Constructor for MitabParticipant.MitabParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for MitabParticipant.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(InteractionEvidence interaction, Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(Interactor interactor, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(Interactor interactor, CvTerm bioRole, CvTerm expRole, Stoichiometry stoichiometry, Organism expressedIn, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabParticipantEvidence(Interactor interactor, Stoichiometry stoichiometry, CvTerm participantIdentificationMethod)
Constructor for MitabParticipantEvidence.MitabPolymer(String name, String fullName, CvTerm type)
Constructor for MitabPolymer.MitabPolymer(String name, String fullName, CvTerm type, Organism organism)
Constructor for MitabPolymer.MitabPolymer(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabPolymer.MitabPolymer(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for MitabPolymer.MitabPolymer(String name, CvTerm type)
Constructor for MitabPolymer.MitabPolymer(String name, CvTerm type, Organism organism)
Constructor for MitabPolymer.MitabPolymer(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabPolymer.MitabPolymer(String name, CvTerm type, Xref uniqueId)
Constructor for MitabPolymer.MitabProtein(String name, String fullName, CvTerm type)
Constructor for MitabProtein.MitabProtein(String name, String fullName, CvTerm type, Organism organism)
Constructor for MitabProtein.MitabProtein(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabProtein.MitabProtein(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for MitabProtein.MitabProtein(String name, CvTerm type)
Constructor for MitabProtein.MitabProtein(String name, CvTerm type, Organism organism)
Constructor for MitabProtein.MitabProtein(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for MitabProtein.MitabProtein(String name, CvTerm type, Xref uniqueId)
Constructor for MitabProtein.MitabXref(String database, String id, CvTerm qualifier)
Constructor for MitabXref.MitabXref(CvTerm database, String id)
Constructor for MitabXref.MitabXref(CvTerm database, String id, String version)
Constructor for MitabXref.MitabXref(CvTerm database, String id, String version, CvTerm qualifier)
Constructor for MitabXref.MitabXref(CvTerm database, String id, CvTerm qualifier)
Constructor for MitabXref. -
Uses of CvTerm in psidev.psi.mi.jami.tab.extension.datasource
Methods in psidev.psi.mi.jami.tab.extension.datasource with parameters of type CvTerm Modifier and Type Method Description void
AbstractMitabSource. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names.void
AbstractMitabStreamSource. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names.void
DefaultMitabStreamSource. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names. -
Uses of CvTerm in psidev.psi.mi.jami.tab.extension.factory
Methods in psidev.psi.mi.jami.tab.extension.factory with parameters of type CvTerm Modifier and Type Method Description MitabBioactiveEntity
MitabInteractorFactory. createBioactiveEntity(String name, CvTerm type)
Creates a new BioactiveEntity with the name and interactor typeMitabComplex
MitabInteractorFactory. createComplex(String name, CvTerm type)
Creates a new Complex with the name and interactor typeMitabInteractor
MitabInteractorFactory. createInteractor(String name, CvTerm type)
Creates a default interactor from the name and interactor typeMitabInteractorPool
MitabInteractorFactory. createInteractorSet(String name, CvTerm type)
Creates an interactor pool from the name and interactor typeMitabNucleicAcid
MitabInteractorFactory. createNucleicAcid(String name, CvTerm type)
Creates a new NucleicAcid with the name and interactor typeMitabPolymer
MitabInteractorFactory. createPolymer(String name, CvTerm type)
Creates a new Polymer with the name and interactor typeMitabProtein
MitabInteractorFactory. createProtein(String name, CvTerm type)
Creates a new Protein with the name and interactor type -
Uses of CvTerm in psidev.psi.mi.jami.tab.io.parser
Methods in psidev.psi.mi.jami.tab.io.parser with parameters of type CvTerm Modifier and Type Method Description MitabXref
MitabLineParser. id(CvTerm qualifier, boolean recognizeImexPrimary, int columnNumber)
Collection<MitabXref>
MitabLineParser. ids(CvTerm qualifier, boolean recognizeImex, int column)
-
Uses of CvTerm in psidev.psi.mi.jami.tab.io.writer.feeder
Methods in psidev.psi.mi.jami.tab.io.writer.feeder with parameters of type CvTerm Modifier and Type Method Description void
AbstractMitabColumnFeeder. writeCvTerm(CvTerm cv)
Write the CvTerm.void
MitabColumnFeeder. writeCvTerm(CvTerm cv)
Write the CvTerm.protected void
AbstractMitabColumnFeeder. writeCvTermName(CvTerm cv)
Write full name if not null, otherwise write shortname -
Uses of CvTerm in psidev.psi.mi.jami.utils
Methods in psidev.psi.mi.jami.utils that return CvTerm Modifier and Type Method Description static CvTerm
CvTermUtils. createAllosteryCooperativeMechanism()
createAllosteryCooperativeMechanismstatic CvTerm
CvTermUtils. createAuthorAssignedName()
createAuthorAssignedNamestatic CvTerm
CvTermUtils. createBioactiveEntityType()
createBioactiveEntityTypestatic CvTerm
CvTermUtils. createBiologicalFeatureType()
createBiologicalFeatureTypestatic CvTerm
CvTermUtils. createCertainStatus()
createCertainStatusstatic CvTerm
CvTermUtils. createChebiDatabase()
createChebiDatabasestatic CvTerm
CvTermUtils. createComplexInteractorType()
createComplexInteractorTypestatic CvTerm
CvTermUtils. createComplexPhysicalProperties()
createComplexPhysicalPropertiesstatic CvTerm
CvTermUtils. createComplexPortalDatabase()
createComplexPortalDatabasestatic CvTerm
CvTermUtils. createComplexPortalPrimaryQualifier()
createComplexPortalPrimaryQualifierstatic CvTerm
CvTermUtils. createComplexRecommendedName()
createComplexRecommendedNamestatic CvTerm
CvTermUtils. createComplexSynonym()
createComplexSynonymstatic CvTerm
CvTermUtils. createComplexSystematicName()
createComplexSystematicNamestatic CvTerm
CvTermUtils. createCTerminalRangeStatus()
createCTerminalRangeStatusstatic CvTerm
CvTermUtils. createCTerminalStatus()
createCTerminalStatusstatic CvTerm
CvTermUtils. createDdbjEmblGenbankDatabase()
createDdbjEmblGenbankDatabasestatic CvTerm
CvTermUtils. createDoiDatabase()
createDoiDatabasestatic CvTerm
CvTermUtils. createECOCvTerm(String name, String ecoId)
createECOCvTermstatic CvTerm
CvTermUtils. createEnsemblDatabase()
createEnsemblDatabasestatic CvTerm
CvTermUtils. createEnsemblGenomesDatabase()
createEnsemblGenomesDatabasestatic CvTerm
CvTermUtils. createEntrezGeneIdDatabase()
createEntrezGeneIdDatabasestatic CvTerm
CvTermUtils. createGeneInteractorType()
createGeneInteractorTypestatic CvTerm
CvTermUtils. createGeneNameAliasType()
createGeneNameAliasTypestatic CvTerm
CvTermUtils. createGeneNameSynonym()
createGeneNameSynonymstatic CvTerm
CvTermUtils. createGOCvTerm(String name, String goId)
createGOCvTermstatic CvTerm
CvTermUtils. createGreaterThanRangeStatus()
createGreaterThanRangeStatusstatic CvTerm
CvTermUtils. createIdentityQualifier()
createIdentityQualifierstatic CvTerm
CvTermUtils. createIdentityQualifier(CvTerm psiMi)
createIdentityQualifierstatic CvTerm
CvTermUtils. createIdentityQualifierNameOnly()
createIdentityQualifierNameOnlystatic CvTerm
CvTermUtils. createIdentityXrefQualifier()
createIdentityXrefQualifierstatic CvTerm
CvTermUtils. createImexDatabase()
createImexDatabasestatic CvTerm
CvTermUtils. createImexPrimaryQualifier()
createImexPrimaryQualifierstatic CvTerm
CvTermUtils. createInterproDatabase()
createInterproDatabasestatic CvTerm
CvTermUtils. createIsoformSynonym()
createIsoformSynonymstatic CvTerm
CvTermUtils. createLessThanRangeStatus()
createLessThanRangeStatusstatic CvTerm
CvTermUtils. createLocusName()
createLocusNamestatic CvTerm
CvTermUtils. createMICvTerm(String name, String MI)
createMICvTermstatic CvTerm
CvTermUtils. createMODCvTerm(String name, String MOD)
createMODCvTermstatic CvTerm
CvTermUtils. createMoleculeSetType()
createMoleculeSetTypestatic CvTerm
CvTermUtils. createNTerminalRangeStatus()
createNTerminalRangeStatusstatic CvTerm
CvTermUtils. createNTerminalStatus()
createNTerminalStatusstatic CvTerm
CvTermUtils. createNucleicAcidInteractorType()
createNucleicAcidInteractorTypestatic CvTerm
CvTermUtils. createOrfName()
createOrfNamestatic CvTerm
CvTermUtils. createPARCvTerm(String name, String PAR)
createPARCvTermstatic CvTerm
CvTermUtils. createPolymerInteractorType()
createPolymerInteractorTypestatic CvTerm
CvTermUtils. createProteinInteractorType()
createProteinInteractorTypestatic CvTerm
CvTermUtils. createPsiMiDatabase()
createPsiMiDatabasestatic CvTerm
CvTermUtils. createPsiMiDatabase(CvTerm identity)
createPsiMiDatabasestatic CvTerm
CvTermUtils. createPsiMiDatabaseNameOnly()
createPsiMiDatabaseNameOnlystatic CvTerm
CvTermUtils. createPsiModDatabase()
createPsiModDatabasestatic CvTerm
CvTermUtils. createPsiParDatabase()
createPsiParDatabasestatic CvTerm
CvTermUtils. createPubmedDatabase()
createPubmedDatabasestatic CvTerm
CvTermUtils. createPutativeSelf()
createPutativeSelfstatic CvTerm
CvTermUtils. createRaggedNTerminalStatus()
createRaggedNTerminalStatusstatic CvTerm
CvTermUtils. createRangeStatus()
createRangeStatusstatic CvTerm
CvTermUtils. createRefseqDatabase()
createRefseqDatabasestatic CvTerm
CvTermUtils. createRigid()
createRigidstatic CvTerm
CvTermUtils. createRogid()
createRogidstatic CvTerm
CvTermUtils. createSecondaryXrefQualifier()
createSecondaryXrefQualifierstatic CvTerm
CvTermUtils. createSelf()
createSelfstatic CvTerm
CvTermUtils. createSmile()
createSmilestatic CvTerm
CvTermUtils. createStandardInchi()
createStandardInchistatic CvTerm
CvTermUtils. createStandardInchiKey()
createStandardInchiKeystatic CvTerm
CvTermUtils. createUndeterminedStatus()
createUndeterminedStatusstatic CvTerm
CvTermUtils. createUniprotkbDatabase()
createUniprotkbDatabasestatic CvTerm
CvTermUtils. createUnknownInteractorType()
createUnknownInteractorTypestatic CvTerm
CvTermUtils. createUnspecifiedMethod()
createUnspecifiedMethodstatic CvTerm
CvTermUtils. createUnspecifiedRole()
createUnspecifiedRolestatic CvTerm
ExperimentUtils. extractMostCommonParticipantDetectionMethodFrom(Experiment exp)
Compare all participant identification methods in all participant evidences from all the interactions evidences.static CvTerm
CvTermUtils. getAllosteryMechanism()
Getter for the fieldallosteryMechanism
.static CvTerm
CvTermUtils. getCertain()
Getter for the fieldcertain
.static CvTerm
CvTermUtils. getCTerminal()
Getter for the fieldcTerminal
.static CvTerm
CvTermUtils. getCTerminalRange()
Getter for the fieldcTerminalRange
.static CvTerm
CvTermUtils. getFuzzyRange()
getFuzzyRangestatic CvTerm
CvTermUtils. getGene()
Getter for the fieldgene
.static CvTerm
CvTermUtils. getGreaterThan()
Getter for the fieldgreaterThan
.static CvTerm
CvTermUtils. getIdentity()
Getter for the fieldidentity
.static CvTerm
CvTermUtils. getImexPrimary()
Getter for the fieldimexPrimary
.static CvTerm
CvTermUtils. getLessThan()
Getter for the fieldlessThan
.static CvTerm
CvTermUtils. getNTerminal()
Getter for the fieldnTerminal
.static CvTerm
CvTermUtils. getNTerminalRagged()
Getter for the fieldnTerminalRagged
.static CvTerm
CvTermUtils. getNTerminalRange()
Getter for the fieldnTerminalRange
.static CvTerm
CvTermUtils. getPsimi()
Getter for the fieldpsimi
.static CvTerm
CvTermUtils. getPsimod()
Getter for the fieldpsimod
.static CvTerm
CvTermUtils. getPsipar()
Getter for the fieldpsipar
.static CvTerm
CvTermUtils. getPutativeSelf()
getPutativeSelfstatic CvTerm
CvTermUtils. getSecondary()
Getter for the fieldsecondary
.static CvTerm
CvTermUtils. getSelf()
Getter for the fieldself
.static CvTerm
CvTermUtils. getUndetermined()
Getter for the fieldundetermined
.static CvTerm
CvTermUtils. getUnknownInteractorType()
Getter for the fieldunknownInteractorType
.Methods in psidev.psi.mi.jami.utils with parameters of type CvTerm Modifier and Type Method Description static Feature
FeatureUtils. createDefaultFeature(String name, CvTerm featureType, Collection<Range> ranges)
createDefaultFeaturestatic Feature
FeatureUtils. createDefaultFeature(String name, CvTerm featureType, Range range)
createDefaultFeaturestatic NamedExperiment
ExperimentUtils. createExperiment(String name, String pubmedId, CvTerm interactionDetectionMethod, Organism hostOrganism)
createExperimentstatic Experiment
ExperimentUtils. createExperiment(String pubmedId, CvTerm interactionDetectionMethod, Organism hostOrganism)
createExperimentstatic FeatureEvidence
FeatureUtils. createFeatureEvidence(String name, CvTerm featureType, Collection<CvTerm> detectionMethods, Collection<Range> ranges)
createFeatureEvidencestatic FeatureEvidence
FeatureUtils. createFeatureEvidence(String name, CvTerm featureType, Collection<CvTerm> detectionMethods, Range range)
createFeatureEvidencestatic FeatureEvidence
FeatureUtils. createFeatureEvidence(String name, CvTerm featureType, Collection<Range> ranges)
createFeatureEvidencestatic FeatureEvidence
FeatureUtils. createFeatureEvidence(String name, CvTerm featureType, CvTerm detectionMethod, Collection<Range> ranges)
createFeatureEvidencestatic FeatureEvidence
FeatureUtils. createFeatureEvidence(String name, CvTerm featureType, CvTerm detectionMethod, Range range)
createFeatureEvidencestatic FeatureEvidence
FeatureUtils. createFeatureEvidence(String name, CvTerm featureType, Range range)
createFeatureEvidencestatic CvTerm
CvTermUtils. createIdentityQualifier(CvTerm psiMi)
createIdentityQualifierstatic ModelledFeature
FeatureUtils. createModelledFeature(String name, CvTerm featureType, Collection<Range> ranges)
createModelledFeaturestatic ModelledFeature
FeatureUtils. createModelledFeature(String name, CvTerm featureType, Range range)
createModelledFeaturestatic Parameter
ParameterUtils. createParameterFromString(CvTerm type, String value)
createParameterFromStringstatic Parameter
ParameterUtils. createParameterFromString(CvTerm type, String value, CvTerm unit)
createParameterFromStringstatic CvTerm
CvTermUtils. createPsiMiDatabase(CvTerm identity)
createPsiMiDatabasestatic String
CvTermUtils. getBestIdentifier(CvTerm cvObject)
Gets the unique identifier of a CvObject.static Xref
CvTermUtils. getPsiMiReference(CvTerm term)
getPsiMiReferencestatic Xref
CvTermUtils. getPsiModReference(CvTerm term)
getPsiModReferencestatic Xref
CvTermUtils. getPsiParReference(CvTerm term)
getPsiParReferencestatic boolean
CvTermUtils. isCvTerm(CvTerm term, String mi, String name)
Check if the CvTerm natches the MI term and/or the name if no MI term existMethod parameters in psidev.psi.mi.jami.utils with type arguments of type CvTerm Modifier and Type Method Description static FeatureEvidence
FeatureUtils. createFeatureEvidence(String name, CvTerm featureType, Collection<CvTerm> detectionMethods, Collection<Range> ranges)
createFeatureEvidencestatic FeatureEvidence
FeatureUtils. createFeatureEvidence(String name, CvTerm featureType, Collection<CvTerm> detectionMethods, Range range)
createFeatureEvidence -
Uses of CvTerm in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with parameters of type CvTerm Modifier and Type Method Description static void
CvTermCloner. copyAndOverrideCvTermProperties(CvTerm source, CvTerm target)
This method will copy properties of cv term source in cv term target and will override all the other properties of Target cv term. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator
Method parameters in psidev.psi.mi.jami.utils.comparator with type arguments of type CvTerm Modifier and Type Method Description static boolean
ComparatorUtils. areCvTermsEqual(Collection<? extends CvTerm> method1, Collection<? extends CvTerm> method2)
areCvTermsEqual -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.alias
Methods in psidev.psi.mi.jami.utils.comparator.alias that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
AliasComparator. getTypeComparator()
Getter for the fieldtypeComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.alias with type arguments of type CvTerm Constructor Description AliasComparator(Comparator<CvTerm> typeComparator)
Creates a new AliasComparator. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.annotation
Methods in psidev.psi.mi.jami.utils.comparator.annotation that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
AnnotationComparator. getTopicComparator()
Getter for the fieldtopicComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.annotation with type arguments of type CvTerm Constructor Description AnnotationComparator(Comparator<CvTerm> topicComparator)
Creates a new AnnotationComparator. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.checksum
Methods in psidev.psi.mi.jami.utils.comparator.checksum that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
ChecksumComparator. getMethodComparator()
Getter for the fieldmethodComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.checksum with type arguments of type CvTerm Constructor Description ChecksumComparator(Comparator<CvTerm> termComparator)
Creates a new ChecksumComparator. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.confidence
Methods in psidev.psi.mi.jami.utils.comparator.confidence that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
ConfidenceComparator. getCvTermComparator()
Getter for the fieldcvTermComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.confidence with type arguments of type CvTerm Constructor Description ConfidenceComparator(Comparator<CvTerm> termComparator)
Creates a new ConfidenceComparator. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.cooperativity
Methods in psidev.psi.mi.jami.utils.comparator.cooperativity that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
CooperativeEffectBaseComparator. getCvTermComparator()
Getter for the fieldcvTermComparator
.CollectionComparator<CvTerm>
CooperativityEvidenceComparator. getCvTermsCollectionComparator()
Getter for the fieldcvTermsCollectionComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.cooperativity with type arguments of type CvTerm Constructor Description CooperativeEffectBaseComparator(Comparator<CvTerm> cvTermComparator, CollectionComparator<CooperativityEvidence> cooperativityEvidenceComparator, CollectionComparator<ModelledInteraction> modelledInteractionComparator)
Constructor for CooperativeEffectBaseComparator.CooperativeEffectBaseComparator(Comparator<CvTerm> cvTermComparator, CooperativityEvidenceComparator cooperativityEvidenceComparator, ModelledInteractionComparator modelledInteractionComparator)
Constructor for CooperativeEffectBaseComparator.CooperativityEvidenceComparator(Comparator<CvTerm> cvTermComparator, Comparator<Publication> publicationComparator)
Constructor for CooperativityEvidenceComparator.CooperativityEvidenceComparator(CollectionComparator<CvTerm> cvTermComparator, Comparator<Publication> publicationComparator)
Constructor for CooperativityEvidenceComparator. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.cv
Methods in psidev.psi.mi.jami.utils.comparator.cv with parameters of type CvTerm Modifier and Type Method Description static boolean
CvTermIdentifierComparator. areEquals(CvTerm cv1, CvTerm cv2)
Use UnambiguousCvTermComparator to know if two CvTerms are equals.static boolean
CvTermNameComparator. areEquals(CvTerm cv1, CvTerm cv2)
Use UnambiguousCvTermComparator to know if two CvTerms are equals.static boolean
DefaultCvTermComparator. areEquals(CvTerm cvTerm1, CvTerm cvTerm2)
Use DefaultCvTermComparator to know if two CvTerms are equals.static boolean
UnambiguousCvTermComparator. areEquals(CvTerm cv1, CvTerm cv2)
Use UnambiguousCvTermComparator to know if two CvTerms are equals.int
CvTermComparator. compare(CvTerm cvTerm1, CvTerm cvTerm2)
If one CvTerm does not have any identifiers, it will only compare the short names (case insensitive).int
CvTermIdentifierComparator. compare(CvTerm cvTerm1, CvTerm cvTerm2)
If one CvTerm does not have any identifiers, it will only compare the short names (case insensitive).int
CvTermNameComparator. compare(CvTerm cvTerm1, CvTerm cvTerm2)
Only compares the shortname of two cv terms.static int
CvTermIdentifierComparator. hashCode(CvTerm cv1)
hashCodestatic int
CvTermNameComparator. hashCode(CvTerm cv1)
hashCodestatic int
UnambiguousCvTermComparator. hashCode(CvTerm cv1)
hashCodeConstructor parameters in psidev.psi.mi.jami.utils.comparator.cv with type arguments of type CvTerm Constructor Description CvTermsCollectionComparator(Comparator<CvTerm> cvTermComparator)
Creates a new cvTerm CollectionComparator. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.experiment
Methods in psidev.psi.mi.jami.utils.comparator.experiment that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
ExperimentComparator. getCvTermComparator()
Getter for the fieldcvTermComparator
.Comparator<CvTerm>
VariableParameterComparator. getCvTermComparator()
Getter for the fieldcvTermComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.experiment with type arguments of type CvTerm Constructor Description VariableParameterComparator(Comparator<CvTerm> cvTermComparator)
Constructor for VariableParameterComparator.VariableParameterComparator(Comparator<CvTerm> cvTermComparator, CollectionComparator<VariableParameterValue> variablecomparator)
Constructor for VariableParameterComparator. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.feature
Methods in psidev.psi.mi.jami.utils.comparator.feature that return types with arguments of type CvTerm Modifier and Type Method Description CollectionComparator<CvTerm>
FeatureEvidenceComparator. getCvTermCollectionComparators()
Getter for the fieldcvTermCollectionComparators
.Comparator<CvTerm>
FeatureBaseComparator. getCvTermComparator()
Getter for the fieldcvTermComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.feature with type arguments of type CvTerm Constructor Description FeatureBaseComparator(Comparator<CvTerm> cvComparator, Comparator<Xref> identifierComparator, RangeComparator rangeComparator)
Creates a new UnambiguousFeatureBaseComparator.FeatureBaseComparator(Comparator<CvTerm> cvComparator, CollectionComparator<Xref> identifierComparator, CollectionComparator<Range> rangeComparator)
Constructor for FeatureBaseComparator.FeatureEvidenceComparator(Comparator<Feature> featureComparator, CollectionComparator<CvTerm> cvTermComparator)
Constructor for FeatureEvidenceComparator. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.interaction
Methods in psidev.psi.mi.jami.utils.comparator.interaction that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
InteractionBaseComparator. getCvTermComparator()
Getter for the fieldcvTermComparator
.Comparator<CvTerm>
CuratedModelledInteractionComparator. getSourceComparator()
Getter for the fieldsourceComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.interaction with type arguments of type CvTerm Constructor Description InteractionBaseComparator(CollectionComparator<Xref> identifierComparator, Comparator<CvTerm> cvTermComparator)
Constructor for InteractionBaseComparator. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.interactor
Methods in psidev.psi.mi.jami.utils.comparator.interactor that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
ComplexComparator. getCvTermComparator()
Getter for the fieldcvTermComparator
.Comparator<CvTerm>
ExactInteractorBaseComparator. getTypeComparator()
Getter for the fieldtypeComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.interactor with type arguments of type CvTerm Constructor Description ExactInteractorBaseComparator(OrganismTaxIdComparator organismComparator, Comparator<CvTerm> typeComparator, InteractorBaseComparator interactorBaseComparator)
Creates a new UnambiguousExactInteractorBaseComparator. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.organism
Methods in psidev.psi.mi.jami.utils.comparator.organism that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
OrganismComparator. getCvTermComparator()
Constructor parameters in psidev.psi.mi.jami.utils.comparator.organism with type arguments of type CvTerm Constructor Description OrganismComparator(Comparator<CvTerm> cvTermComparator)
Creates a new OrganismComparator. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.parameter
Methods in psidev.psi.mi.jami.utils.comparator.parameter that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
ParameterComparator. getCvTermComparator()
Getter for the fieldcvTermComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.parameter with type arguments of type CvTerm Constructor Description ParameterComparator(Comparator<CvTerm> cvTermComparator)
Creates a new ParameterComparatorParameterComparator(Comparator<CvTerm> cvTermComparator, ParameterValueComparator valueComparator)
Creates a new ParameterComparator -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.participant
Methods in psidev.psi.mi.jami.utils.comparator.participant that return types with arguments of type CvTerm Modifier and Type Method Description CollectionComparator<CvTerm>
ExperimentalParticipantPoolComparator. getCvTermCollectionComparator()
Getter for the fieldcvTermCollectionComparator
.Comparator<CvTerm>
CausalRelationshipComparator. getCvTermComparator()
Getter for the fieldcvTermComparator
.Comparator<CvTerm>
ParticipantBaseComparator. getCvTermComparator()
Getter for the fieldcvTermComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.participant with type arguments of type CvTerm Constructor Description CausalRelationshipComparator(Comparator<CvTerm> cvTermComparator, EntityComparator participantComparator)
Constructor for CausalRelationshipComparator.ParticipantBaseComparator(EntityBaseComparator interactorComparator, Comparator<CvTerm> cvTermComparator)
Creates a new ParticipantBaseComparator -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.publication
Methods in psidev.psi.mi.jami.utils.comparator.publication that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
CuratedPublicationComparator. getSourceComparator()
Getter for the fieldsourceComparator
. -
Uses of CvTerm in psidev.psi.mi.jami.utils.comparator.range
Methods in psidev.psi.mi.jami.utils.comparator.range that return types with arguments of type CvTerm Modifier and Type Method Description Comparator<CvTerm>
PositionComparator. getStatusComparator()
Getter for the fieldstatusComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.range with type arguments of type CvTerm Constructor Description PositionComparator(Comparator<CvTerm> statusComparator)
Creates a new positionComparator -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements
Methods in psidev.psi.mi.jami.xml.io.writer.elements that return CvTerm Modifier and Type Method Description CvTerm
PsiXmlExperimentWriter. extractDefaultParticipantIdentificationMethod(Experiment exp)
extractDefaultParticipantIdentificationMethod.CvTerm
PsiXmlExperimentWriter. writeExperiment(Experiment exp)
writeExperiment.Methods in psidev.psi.mi.jami.xml.io.writer.elements that return types with arguments of type CvTerm Modifier and Type Method Description static PsiXmlVariableNameWriter<CvTerm>
PsiXmlElementWriterFactory. createCvWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlXrefWriter primaryRefWriter)
createCvWriter.static PsiXmlVariableNameWriter<CvTerm>
PsiXmlElementWriterFactory. createExperimentalCvWriter(XMLStreamWriter streamWriter, PsiXmlVersion version, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlXrefWriter primaryRefWriter)
createExperimentalCvWriter.static PsiXmlVariableNameWriter<CvTerm>
PsiXmlElementWriterFactory. createOpenCvWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlXrefWriter primaryRefWriter)
createOpenCvWriter.Methods in psidev.psi.mi.jami.xml.io.writer.elements with parameters of type CvTerm Modifier and Type Method Description void
PsiXmlParticipantWriter. writeParticipant(T participant, CvTerm generalParticipantDetectionMethod)
writeParticipant.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements with type arguments of type CvTerm Modifier and Type Method Description static PsiXmlElementWriter<Allostery>
PsiXmlElementWriterFactory. createAllosteryWriter(XMLStreamWriter streamWriter, boolean expanded, PsiXmlObjectCache objectIndex, PsiXmlVariableNameWriter<CvTerm> cvWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlPublicationWriter publicationWriter)
createAllosteryWriter.static PsiXmlCausalRelationshipWriter
PsiXmlElementWriterFactory. createCausalRelationshipWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlVariableNameWriter<CvTerm> cvWriter)
createCausalRelationshipWriter.static PsiXmlElementWriter<Confidence>[]
PsiXmlElementWriterFactory. createConfidenceWriters(XMLStreamWriter streamWriter, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlVersion version, PsiXmlVariableNameWriter<CvTerm> confidenceTypeWriter, PsiXmlPublicationWriter publicationWriter)
createConfidenceWriters.static PsiXmlElementWriter<CooperativityEvidence>
PsiXmlElementWriterFactory. createCooperativityEvidenceWriter(XMLStreamWriter streamWriter, boolean expanded, PsiXmlVariableNameWriter<CvTerm> cvWriter, PsiXmlPublicationWriter publicationWriter)
createCooperativityEvidenceWriter.static PsiXmlInteractionWriter[]
PsiXmlElementWriterFactory. createDefaultPsiXmlInteractionWriters(XMLStreamWriter streamWriter, PsiXmlObjectCache objectIndex, PsiXmlVersion version, PsiXmlType xmlType, InteractionCategory interactionCategory, ComplexType complexType, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlXrefWriter primaryRefWriter, PsiXmlElementWriter[] confidenceWriters, PsiXmlElementWriter<Checksum> checksumWriter, PsiXmlVariableNameWriter<CvTerm> interactionTypeWriter, PsiXmlExperimentWriter experimentWriter, PsiXmlElementWriter<String> availabilityWriter, PsiXmlParameterWriter[] parameterWriters, PsiXmlParticipantWriter[] participantWriters, PsiXmlElementWriter inferredInteractionWriter, PsiXmlPublicationWriter publicationWriter, PsiXmlVariableNameWriter<CvTerm> openCvWriter)
createDefaultPsiXmlInteractionWriters.static PsiXmlExperimentWriter
PsiXmlElementWriterFactory. createExperimentWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlVersion version, boolean named, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlXrefWriter primaryRefWriter, PsiXmlPublicationWriter publicationWriter, PsiXmlElementWriter<Organism> nonExperimentalHostOrganismWriter, PsiXmlVariableNameWriter<CvTerm> detectionMethodWriter, PsiXmlElementWriter<Confidence> confidenceWriter)
createExperimentWriter.static PsiXmlInteractionWriter[]
PsiXmlElementWriterFactory. createExtendedPsiXmlInteractionWriters(XMLStreamWriter streamWriter, PsiXmlObjectCache objectIndex, PsiXmlVersion version, PsiXmlType xmlType, InteractionCategory interactionCategory, ComplexType complexType, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlXrefWriter primaryRefWriter, PsiXmlElementWriter[] confidenceWriters, PsiXmlElementWriter<Checksum> checksumWriter, PsiXmlVariableNameWriter<CvTerm> interactionTypeWriter, PsiXmlExperimentWriter experimentWriter, PsiXmlElementWriter<String> availabilityWriter, PsiXmlParameterWriter[] parameterWriters, PsiXmlParticipantWriter[] participantWriters, PsiXmlElementWriter inferredInteractionWriter, PsiXmlPublicationWriter publicationWriter, PsiXmlVariableNameWriter<CvTerm> openCvWriter)
createExtendedPsiXmlInteractionWriters.static <F extends Feature>
PsiXmlElementWriter<F>[]PsiXmlElementWriterFactory. createFeatureWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlVersion version, InteractionCategory category, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlXrefWriter primaryRefWriter, PsiXmlVariableNameWriter<CvTerm> featureTypeWriter, PsiXmlParameterWriter parameterWriter)
createFeatureWriter.static PsiXmlElementWriter<Organism>
PsiXmlElementWriterFactory. createHostOrganismWriter(XMLStreamWriter streamWriter, PsiXmlVersion version, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> annotationWriter, PsiXmlXrefWriter xrefWriter, PsiXmlVariableNameWriter<CvTerm> openCvWriter)
createHostOrganismWriter.static PsiXmlInteractionWriter[]
PsiXmlElementWriterFactory. createInteractionWritersFor(XMLStreamWriter streamWriter, PsiXmlObjectCache objectIndex, PsiXmlVersion version, PsiXmlType xmlType, InteractionCategory interactionCategory, ComplexType complexType, boolean extended, boolean named, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlXrefWriter primaryRefWriter, PsiXmlElementWriter[] confidenceWriters, PsiXmlElementWriter<Checksum> checksumWriter, PsiXmlVariableNameWriter<CvTerm> interactionTypeWriter, PsiXmlVariableNameWriter<CvTerm> openCvWriter, PsiXmlExperimentWriter experimentWriter, PsiXmlElementWriter<String> availabilityWriter, PsiXmlElementWriter<Interactor> interactorWriter, PsiXmlPublicationWriter publicationWriter)
createInteractionWritersFor.static PsiXmlElementWriter<Interactor>
PsiXmlElementWriterFactory. createInteractorWriter(PsiXmlVersion version, XMLStreamWriter streamWriter, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlXrefWriter primaryRefWriter, PsiXmlVariableNameWriter<CvTerm> interactorTypeWriter, PsiXmlElementWriter<Organism> organismWriter, PsiXmlElementWriter<Checksum> checksumWriter)
createInteractorWriter.static PsiXmlInteractionWriter[]
PsiXmlElementWriterFactory. createNamedPsiXmlInteractionWriters(XMLStreamWriter streamWriter, PsiXmlObjectCache objectIndex, PsiXmlVersion version, PsiXmlType xmlType, InteractionCategory interactionCategory, ComplexType complexType, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlXrefWriter primaryRefWriter, PsiXmlElementWriter[] confidenceWriters, PsiXmlElementWriter<Checksum> checksumWriter, PsiXmlVariableNameWriter<CvTerm> interactionTypeWriter, PsiXmlExperimentWriter experimentWriter, PsiXmlElementWriter<String> availabilityWriter, PsiXmlParameterWriter[] parameterWriters, PsiXmlParticipantWriter[] participantWriters, PsiXmlElementWriter inferredInteractionWriter, PsiXmlPublicationWriter publicationWriter, PsiXmlVariableNameWriter<CvTerm> openCvWriter)
createNamedPsiXmlInteractionWriters.static PsiXmlElementWriter<Organism>
PsiXmlElementWriterFactory. createOrganismWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> annotationWriter, PsiXmlXrefWriter xrefWriter, PsiXmlVariableNameWriter<CvTerm> openCvWriter)
createOrganismWriter.static <P extends Participant>
PsiXmlParticipantWriter<P>[]PsiXmlElementWriterFactory. createParticipantWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlVersion version, PsiXmlType xmlType, InteractionCategory category, PsiXmlElementWriter<Alias> aliasWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlXrefWriter primaryRefWriter, PsiXmlElementWriter<Confidence> confidenceWriter, PsiXmlElementWriter<Interactor> interactorWriter, PsiXmlVariableNameWriter<CvTerm> cvWriter, PsiXmlVariableNameWriter<CvTerm> openCvWriter, PsiXmlParameterWriter parameterWriter)
createParticipantWriter.static PsiXmlElementWriter<Position>[]
PsiXmlElementWriterFactory. createPositionsWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlVariableNameWriter<CvTerm> statusWriter)
createPositionsWriter.static PsiXmlElementWriter<Preassembly>
PsiXmlElementWriterFactory. createPreassemblyWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlVariableNameWriter<CvTerm> cvWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlPublicationWriter publicationWriter)
createPreassemblyWriter.static PsiXmlElementWriter<Range>
PsiXmlElementWriterFactory. createRangeWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlVersion version, PsiXmlXrefWriter refWriter, PsiXmlVariableNameWriter<CvTerm> statusWriter)
createRangeWriter.static PsiXmlElementWriter<VariableParameter>
PsiXmlElementWriterFactory. createVariableParameterWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlObjectCache objectIndex, PsiXmlVariableNameWriter<CvTerm> cvWriter)
createVariableParameterWriter. -
Uses of CvTerm 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 CvTerm Modifier and Type Method Description PsiXmlVariableNameWriter<CvTerm>
XmlInteractorWriter. getInteractorTypeWriter()
Getter for the fieldinteractorTypeWriter
.PsiXmlVariableNameWriter<CvTerm>
XmlConfidenceWriter. getTypeWriter()
Getter for the fieldtypeWriter
.Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl with parameters of type CvTerm Modifier and Type Method Description void
XmlCvTermWriter. write(CvTerm object, String name)
write.protected void
XmlCvTermWriter. writeOtherProperties(CvTerm term)
writeOtherProperties.protected void
XmlOpenCvTermWriter. writeOtherProperties(CvTerm object)
writeOtherProperties.protected void
XmlCvTermWriter. writeXrefFromCvIdentifiers(CvTerm object)
writeXrefFromCvIdentifiers.protected void
XmlCvTermWriter. writeXrefFromCvXrefs(CvTerm object)
writeXrefFromCvXrefs.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl with type arguments of type CvTerm Modifier and Type Method Description void
XmlInteractorWriter. setInteractorTypeWriter(PsiXmlVariableNameWriter<CvTerm> interactorTypeWriter)
Setter for the fieldinteractorTypeWriter
.void
XmlConfidenceWriter. setTypeWriter(PsiXmlVariableNameWriter<CvTerm> typeWriter)
Setter for the fieldtypeWriter
. -
Uses of CvTerm 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 CvTerm Modifier and Type Method Description CvTerm
AbstractXmlExperimentWriter. extractDefaultParticipantIdentificationMethod(Experiment exp)
extractDefaultParticipantIdentificationMethod.protected CvTerm
AbstractXmlInteractionWriter. newXmlCvTerm(String shortName, CvTerm database, String id, CvTerm qualifier)
CvTerm
AbstractXmlExperimentWriter. writeExperiment(Experiment object)
writeExperiment.protected CvTerm
AbstractXmlInteractionWriter. writeExperimentDescription()
writeExperimentDescription.protected CvTerm
AbstractXmlInteractionWriter. writeExperimentRef()
writeExperimentRef.protected CvTerm
AbstractXmlInteractionEvidenceWriter. writeExperiments(I object)
writeExperiments.protected abstract CvTerm
AbstractXmlInteractionWriter. writeExperiments(T object)
writeExperiments.protected CvTerm
AbstractXmlModelledInteractionWriter. writeExperiments(I object)
writeExperiments.protected CvTerm
AbstractXmlExperimentWriter. writeParticipantIdentificationMethod(Experiment object)
writeParticipantIdentificationMethod.Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts that return types with arguments of type CvTerm Modifier and Type Method Description PsiXmlVariableNameWriter<CvTerm>
AbstractXmlParticipantWriter. getBiologicalRoleWriter()
Getter for the fieldbiologicalRoleWriter
.PsiXmlVariableNameWriter<CvTerm>
AbstractXmlOrganismWriter. getCvWriter()
Getter for the fieldcvWriter
.PsiXmlVariableNameWriter<CvTerm>
AbstractXmlExperimentWriter. getDetectionMethodWriter()
Getter for the fielddetectionMethodWriter
.PsiXmlVariableNameWriter<CvTerm>
AbstractXmlParticipantEvidenceWriter. getExperimentalCvWriter()
getExperimentalCvWriter.PsiXmlVariableNameWriter<CvTerm>
AbstractXmlFeatureWriter. getFeatureTypeWriter()
Getter for the fieldfeatureTypeWriter
.PsiXmlVariableNameWriter<CvTerm>
AbstractXmlInteractionWriter. getInteractionTypeWriter()
Getter for the fieldinteractionTypeWriter
.PsiXmlVariableNameWriter<CvTerm>
AbstractXmlPositionWriter. getStatusWriter()
Getter for the fieldstatusWriter
.Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts with parameters of type CvTerm Modifier and Type Method Description protected CvTerm
AbstractXmlInteractionWriter. newXmlCvTerm(String shortName, CvTerm database, String id, CvTerm qualifier)
void
AbstractXmlParticipantWriter. writeParticipant(P object, CvTerm detectionMethod)
writeParticipant.protected void
AbstractXmlModelledParticipantWriter. writeParticipantIdentificationMethods(ModelledParticipant object, CvTerm method)
writeParticipantIdentificationMethods.protected void
AbstractXmlParticipantEvidenceWriter. writeParticipantIdentificationMethods(ParticipantEvidence object, CvTerm experimentMethod)
writeParticipantIdentificationMethods.protected abstract void
AbstractXmlParticipantWriter. writeParticipantIdentificationMethods(P object, CvTerm method)
writeParticipantIdentificationMethods.protected void
AbstractXmlInteractionWriter. writeParticipants(T object, CvTerm method)
writeParticipants.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts with type arguments of type CvTerm Modifier and Type Method Description void
AbstractXmlParticipantWriter. setBiologicalRoleWriter(PsiXmlVariableNameWriter<CvTerm> biologicalRoleWriter)
Setter for the fieldbiologicalRoleWriter
.void
AbstractXmlOrganismWriter. setCvWriter(PsiXmlVariableNameWriter<CvTerm> cvWriter)
Setter for the fieldcvWriter
.void
AbstractXmlExperimentWriter. setDetectionMethodWriter(PsiXmlVariableNameWriter<CvTerm> detectionMethodWriter)
Setter for the fielddetectionMethodWriter
.void
AbstractXmlParticipantEvidenceWriter. setExperimentalCvWriter(PsiXmlVariableNameWriter<CvTerm> cvWriter)
setExperimentalCvWriter.void
AbstractXmlFeatureWriter. setFeatureTypeWriter(PsiXmlVariableNameWriter<CvTerm> featureTypeWriter)
Setter for the fieldfeatureTypeWriter
.void
AbstractXmlInteractionWriter. setInteractionTypeWriter(PsiXmlVariableNameWriter<CvTerm> interactionTypeWriter)
Setter for the fieldinteractionTypeWriter
.void
AbstractXmlPositionWriter. setStatusWriter(PsiXmlVariableNameWriter<CvTerm> statusWriter)
Setter for the fieldstatusWriter
. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml25 with parameters of type CvTerm Modifier and Type Method Description protected void
AbstractXmlParticipantWriter. writeParticipantIdentificationMethods(Participant object, CvTerm method)
writeParticipantIdentificationMethods. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 that return CvTerm Modifier and Type Method Description protected CvTerm
AbstractXmlModelledInteractionWriter. writeExperimentDescription()
writeExperimentDescription.protected CvTerm
AbstractXmlModelledInteractionWriter. writeExperimentRef()
writeExperimentRef.protected CvTerm
AbstractXmlModelledInteractionWriter. writeExperiments(I object)
writeExperiments.Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 that return types with arguments of type CvTerm Modifier and Type Method Description PsiXmlVariableNameWriter<CvTerm>
AbstractXmlCooperativeEffectWriter. getCvWriter()
Getter for the fieldcvWriter
.Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 with parameters of type CvTerm Modifier and Type Method Description protected void
AbstractXmlModelledParticipantWriter. writeParticipantIdentificationMethods(ModelledParticipant object, CvTerm method)
writeParticipantIdentificationMethods.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 with type arguments of type CvTerm Modifier and Type Method Description void
AbstractXmlCooperativeEffectWriter. setCvWriter(PsiXmlVariableNameWriter<CvTerm> cvWriter)
Setter for the fieldcvWriter
. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.compact.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.compact.xml25 that return CvTerm Modifier and Type Method Description protected CvTerm
XmlBasicBinaryInteractionWriter. writeExperiments(BinaryInteraction object)
writeExperiments.protected CvTerm
XmlBasicInteractionWriter. writeExperiments(Interaction object)
writeExperiments.protected CvTerm
XmlBinaryInteractionEvidenceWriter. writeExperiments(BinaryInteractionEvidence object)
writeExperiments.protected CvTerm
XmlComplexWriter. writeExperiments(Complex object)
writeExperiments.protected CvTerm
XmlInteractionEvidenceWriter. writeExperiments(InteractionEvidence object)
writeExperiments.protected CvTerm
XmlModelledBinaryInteractionWriter. writeExperiments(ModelledBinaryInteraction object)
writeExperiments.protected CvTerm
XmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)
writeExperiments. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.compact.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.compact.xml30 that return CvTerm Modifier and Type Method Description protected CvTerm
XmlBinaryInteractionEvidenceWriter. writeExperiments(BinaryInteractionEvidence object)
writeExperiments.protected CvTerm
XmlInteractionEvidenceWriter. writeExperiments(InteractionEvidence object)
writeExperiments.protected CvTerm
XmlModelledBinaryInteractionWriter. writeExperiments(ModelledBinaryInteraction object)
writeExperiments.protected CvTerm
XmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)
writeExperiments. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml25 that return CvTerm Modifier and Type Method Description protected CvTerm
XmlBasicBinaryInteractionWriter. writeExperiments(BinaryInteraction object)
writeExperiments.protected CvTerm
XmlBasicInteractionWriter. writeExperiments(Interaction object)
writeExperiments.protected CvTerm
XmlBinaryInteractionEvidenceWriter. writeExperiments(BinaryInteractionEvidence object)
writeExperiments.protected CvTerm
XmlComplexWriter. writeExperiments(Complex object)
writeExperiments.protected CvTerm
XmlInteractionEvidenceWriter. writeExperiments(InteractionEvidence object)
writeExperiments.protected CvTerm
XmlModelledBinaryInteractionWriter. writeExperiments(ModelledBinaryInteraction object)
writeExperiments.protected CvTerm
XmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)
writeExperiments. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml30 that return CvTerm Modifier and Type Method Description protected CvTerm
XmlBinaryInteractionEvidenceWriter. writeExperiments(BinaryInteractionEvidence object)
writeExperiments.protected CvTerm
XmlInteractionEvidenceWriter. writeExperiments(InteractionEvidence object)
writeExperiments.protected CvTerm
XmlModelledBinaryInteractionWriter. writeExperiments(ModelledBinaryInteraction object)
writeExperiments.protected CvTerm
XmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)
writeExperiments. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended that return CvTerm Modifier and Type Method Description protected CvTerm
AbstractXmlInteractionEvidenceWriter. writeExperimentDescription()
writeExperimentDescription.protected CvTerm
AbstractXmlInteractionEvidenceWriter. writeExperimentRef()
writeExperimentRef.protected CvTerm
AbstractXmlInteractionEvidenceWriter. writeExperiments(I object)
writeExperiments. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.compact.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.compact.xml25 that return CvTerm Modifier and Type Method Description protected CvTerm
XmlBasicBinaryInteractionWriter. writeExperiments(BinaryInteraction object)
writeExperiments.protected CvTerm
XmlBasicInteractionWriter. writeExperiments(Interaction object)
writeExperiments.protected CvTerm
XmlBinaryInteractionEvidenceWriter. writeExperiments(BinaryInteractionEvidence object)
writeExperiments.protected CvTerm
XmlComplexWriter. writeExperiments(Complex object)
writeExperiments.protected CvTerm
XmlInteractionEvidenceWriter. writeExperiments(InteractionEvidence object)
writeExperiments.protected CvTerm
XmlModelledBinaryInteractionWriter. writeExperiments(ModelledBinaryInteraction object)
writeExperiments.protected CvTerm
XmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)
writeExperiments. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.compact.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.compact.xml30 that return CvTerm Modifier and Type Method Description protected CvTerm
XmlBinaryInteractionEvidenceWriter. writeExperiments(BinaryInteractionEvidence object)
writeExperiments.protected CvTerm
XmlInteractionEvidenceWriter. writeExperiments(InteractionEvidence object)
writeExperiments. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.expanded.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.expanded.xml25 that return CvTerm Modifier and Type Method Description protected CvTerm
XmlBasicBinaryInteractionWriter. writeExperiments(BinaryInteraction object)
writeExperiments.protected CvTerm
XmlBasicInteractionWriter. writeExperiments(Interaction object)
writeExperiments.protected CvTerm
XmlBinaryInteractionEvidenceWriter. writeExperiments(BinaryInteractionEvidence object)
writeExperiments.protected CvTerm
XmlComplexWriter. writeExperiments(Complex object)
writeExperiments.protected CvTerm
XmlInteractionEvidenceWriter. writeExperiments(InteractionEvidence object)
writeExperiments.protected CvTerm
XmlModelledBinaryInteractionWriter. writeExperiments(ModelledBinaryInteraction object)
writeExperiments.protected CvTerm
XmlModelledInteractionWriter. writeExperiments(ModelledInteraction object)
writeExperiments. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.expanded.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.expanded.xml30 that return CvTerm Modifier and Type Method Description protected CvTerm
XmlBinaryInteractionEvidenceWriter. writeExperiments(BinaryInteractionEvidence object)
writeExperiments.protected CvTerm
XmlInteractionEvidenceWriter. writeExperiments(InteractionEvidence object)
writeExperiments. -
Uses of CvTerm 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 that return CvTerm Modifier and Type Method Description CvTerm
XmlExperimentWriter. extractDefaultParticipantIdentificationMethod(Experiment exp)
extractDefaultParticipantIdentificationMethod.protected CvTerm
AbstractXmlInteractionWriter. writeExperimentDescription()
writeExperimentDescription.protected CvTerm
AbstractXmlModelledInteractionWriter. writeExperimentDescription()
writeExperimentDescription.protected CvTerm
AbstractXmlInteractionWriter. writeExperimentRef()
writeExperimentRef.protected CvTerm
AbstractXmlModelledInteractionWriter. writeExperimentRef()
writeExperimentRef.protected CvTerm
AbstractXmlModelledInteractionWriter. writeExperiments(I object)
writeExperiments.protected CvTerm
XmlExperimentWriter. writeParticipantIdentificationMethod(Experiment object)
writeParticipantIdentificationMethod. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml253
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml253 that return types with arguments of type CvTerm Modifier and Type Method Description PsiXmlVariableNameWriter<CvTerm>
XmlConfidenceWriter. getTypeWriter()
Getter for the fieldtypeWriter
.Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml253 with parameters of type CvTerm Modifier and Type Method Description protected void
XmlExperimentalCvTermWriter. writeOtherProperties(CvTerm object)
writeOtherProperties.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml253 with type arguments of type CvTerm Modifier and Type Method Description void
XmlConfidenceWriter. setTypeWriter(PsiXmlVariableNameWriter<CvTerm> typeWriter)
Setter for the fieldtypeWriter
. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml254
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml254 that return types with arguments of type CvTerm Modifier and Type Method Description PsiXmlVariableNameWriter<CvTerm>
XmlConfidenceWriter. getTypeWriter()
Getter for the fieldtypeWriter
.Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml254 with parameters of type CvTerm Modifier and Type Method Description protected void
XmlExperimentalCvTermWriter. writeOtherProperties(CvTerm object)
writeOtherProperties.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml254 with type arguments of type CvTerm Modifier and Type Method Description void
XmlConfidenceWriter. setTypeWriter(PsiXmlVariableNameWriter<CvTerm> typeWriter)
Setter for the fieldtypeWriter
. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30 that return CvTerm Modifier and Type Method Description CvTerm
XmlExperimentWriter. extractDefaultParticipantIdentificationMethod(Experiment exp)
extractDefaultParticipantIdentificationMethod.protected CvTerm
AbstractXmlModelledInteractionWriter. writeExperimentDescription()
writeExperimentDescription.protected CvTerm
AbstractXmlModelledInteractionWriter. writeExperimentRef()
writeExperimentRef.protected CvTerm
AbstractXmlModelledInteractionWriter. writeExperiments(I object)
writeExperiments.protected CvTerm
XmlExperimentWriter. writeParticipantIdentificationMethod(Experiment object)
writeParticipantIdentificationMethod.Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30 that return types with arguments of type CvTerm Modifier and Type Method Description PsiXmlVariableNameWriter<CvTerm>
XmlConfidenceWriter. getTypeWriter()
Getter for the fieldtypeWriter
.Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30 with parameters of type CvTerm Modifier and Type Method Description protected void
XmlExperimentalCvTermWriter. writeOtherProperties(CvTerm object)
writeOtherProperties.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30 with type arguments of type CvTerm Modifier and Type Method Description void
XmlConfidenceWriter. setTypeWriter(PsiXmlVariableNameWriter<CvTerm> typeWriter)
Setter for the fieldtypeWriter
. -
Uses of CvTerm in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30 that return types with arguments of type CvTerm Modifier and Type Method Description PsiXmlVariableNameWriter<CvTerm>
XmlCausalRelationshipWriter. getCausalStatementWriter()
Getter for the fieldcausalStatementWriter
.PsiXmlVariableNameWriter<CvTerm>
XmlCooperativityEvidenceWriter. getCvWriter()
Getter for the fieldcvWriter
.PsiXmlVariableNameWriter<CvTerm>
XmlVariableParameterWriter. getUnitWriter()
Getter for the fieldunitWriter
.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30 with type arguments of type CvTerm Modifier and Type Method Description void
XmlCausalRelationshipWriter. setCausalStatementWriter(PsiXmlVariableNameWriter<CvTerm> causalStatementWriter)
Setter for the fieldcausalStatementWriter
.void
XmlCooperativityEvidenceWriter. setCvWriter(PsiXmlVariableNameWriter<CvTerm> cvWriter)
Setter for the fieldcvWriter
.void
XmlVariableParameterWriter. setUnitWriter(PsiXmlVariableNameWriter<CvTerm> unitWriter)
Setter for the fieldunitWriter
. -
Uses of CvTerm in psidev.psi.mi.jami.xml.listener
Method parameters in psidev.psi.mi.jami.xml.listener with type arguments of type CvTerm Modifier and Type Method Description void
PsiXmlParserCompositeListener. onSeveralExperimentalRolesFound(Collection<CvTerm> roles, FileSourceLocator locator)
onSeveralExperimentalRolesFound.void
PsiXmlParserListener. onSeveralExperimentalRolesFound(Collection<CvTerm> roles, FileSourceLocator locator)
onSeveralExperimentalRolesFound.void
PsiXmlParserLogger. onSeveralExperimentalRolesFound(Collection<CvTerm> roles, FileSourceLocator locator)
onSeveralExperimentalRolesFound. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension
Subinterfaces of CvTerm in psidev.psi.mi.jami.xml.model.extension Modifier and Type Interface Description interface
ExtendedPsiXmlSource
Extended source for PSI-XML standardsMethods in psidev.psi.mi.jami.xml.model.extension that return CvTerm Modifier and Type Method Description CvTerm
ExtendedPsiXmlExperiment. getFeatureDetectionMethod()
getFeatureDetectionMethod.CvTerm
AbstractBaseXmlInteractor. getInteractorType()
Gets the value of the interactorType property.CvTerm
ExtendedPsiXmlExperiment. getParticipantIdentificationMethod()
getParticipantIdentificationMethod.Methods in psidev.psi.mi.jami.xml.model.extension that return types with arguments of type CvTerm Modifier and Type Method Description List<CvTerm>
ExtendedPsiXmlParticipantEvidence. getExperimentalRoles()
getExperimentalRoles.List<CvTerm>
ExtendedPsiXmlInteraction. getInteractionTypes()
getInteractionTypes.Methods in psidev.psi.mi.jami.xml.model.extension with parameters of type CvTerm Modifier and Type Method Description void
ExtendedPsiXmlExperiment. setFeatureDetectionMethod(CvTerm method)
setFeatureDetectionMethod.void
AbstractBaseXmlInteractor. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
AbstractBaseXmlInteractor. setJAXBInteractorType(CvTerm interactorType)
setJAXBInteractorType.void
ExtendedPsiXmlExperiment. setParticipantIdentificationMethod(CvTerm method)
setParticipantIdentificationMethod.Constructors in psidev.psi.mi.jami.xml.model.extension with parameters of type CvTerm Constructor Description AbstractBaseXmlInteractor(String name, String fullName, CvTerm type)
Constructor for AbstractBaseXmlInteractor.AbstractBaseXmlInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for AbstractBaseXmlInteractor.AbstractBaseXmlInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractBaseXmlInteractor.AbstractBaseXmlInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for AbstractBaseXmlInteractor.AbstractBaseXmlInteractor(String name, CvTerm type)
Constructor for AbstractBaseXmlInteractor.AbstractBaseXmlInteractor(String name, CvTerm type, Organism organism)
Constructor for AbstractBaseXmlInteractor.AbstractBaseXmlInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractBaseXmlInteractor.AbstractBaseXmlInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for AbstractBaseXmlInteractor.XmlChecksum(CvTerm method, String value)
Constructor for XmlChecksum. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension.binary
Methods in psidev.psi.mi.jami.xml.model.extension.binary that return CvTerm Modifier and Type Method Description CvTerm
XmlBinaryInteractionEvidenceWrapper. getCausalRegulatoryMechanism()
getCausalRegulatoryMechanism.CvTerm
XmlBinaryInteractionWrapper. getCausalRegulatoryMechanism()
getCausalRegulatoryMechanism.CvTerm
XmlModelledBinaryInteractionWrapper. getCausalRegulatoryMechanism()
getCausalRegulatoryMechanism.CvTerm
XmlBinaryInteractionEvidenceWrapper. getComplexExpansion()
getComplexExpansion.CvTerm
XmlBinaryInteractionWrapper. getComplexExpansion()
getComplexExpansion.CvTerm
XmlModelledBinaryInteractionWrapper. getComplexExpansion()
getComplexExpansion.CvTerm
XmlModelledBinaryInteraction. getEvidenceType()
Getter for the fieldevidenceType
.CvTerm
XmlModelledBinaryInteractionWrapper. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
AbstractExtendedXmlBinaryInteraction. getInteractionType()
Getter for the fieldinteractionType
.CvTerm
XmlBinaryInteractionEvidenceWrapper. getInteractionType()
The interaction type is a controlled vocabulary term.CvTerm
XmlBinaryInteractionWrapper. getInteractionType()
The interaction type is a controlled vocabulary term.CvTerm
XmlModelledBinaryInteractionWrapper. getInteractionType()
The interaction type is a controlled vocabulary term.Methods in psidev.psi.mi.jami.xml.model.extension.binary that return types with arguments of type CvTerm Modifier and Type Method Description List<CvTerm>
AbstractExtendedXmlBinaryInteraction. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlBinaryInteractionEvidenceWrapper. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlBinaryInteractionWrapper. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlModelledBinaryInteractionWrapper. getInteractionTypes()
getInteractionTypes.Methods in psidev.psi.mi.jami.xml.model.extension.binary with parameters of type CvTerm Modifier and Type Method Description void
XmlBinaryInteractionEvidenceWrapper. setCausalRegulatoryMechanism(CvTerm causalRegulatoryMechanism)
Sets the causal regulatory mechanism of this binary interactionvoid
XmlBinaryInteractionWrapper. setCausalRegulatoryMechanism(CvTerm causalRegulatoryMechanism)
Sets the causal regulatory mechanism of this binary interactionvoid
XmlModelledBinaryInteractionWrapper. setCausalRegulatoryMechanism(CvTerm causalRegulatoryMechanism)
Sets the causal regulatory mechanism of this binary interactionvoid
XmlBinaryInteractionEvidenceWrapper. setComplexExpansion(CvTerm expansion)
Sets the complex expansion of this binary interactionvoid
XmlBinaryInteractionWrapper. setComplexExpansion(CvTerm expansion)
Sets the complex expansion of this binary interactionvoid
XmlModelledBinaryInteractionWrapper. setComplexExpansion(CvTerm expansion)
Sets the complex expansion of this binary interactionvoid
XmlModelledBinaryInteraction. setEvidenceType(CvTerm evidenceType)
Sets the evidence typevoid
XmlModelledBinaryInteractionWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typeprotected abstract void
AbstractXmlBinaryInteractionEvidence. setImexId(CvTerm database, String id, CvTerm qualifier)
void
AbstractExtendedXmlBinaryInteraction. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlBinaryInteractionEvidenceWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlBinaryInteractionWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlModelledBinaryInteractionWrapper. setInteractionType(CvTerm term)
Sets the interaction type.Constructors in psidev.psi.mi.jami.xml.model.extension.binary with parameters of type CvTerm Constructor Description AbstractExtendedXmlBinaryInteraction(String shortName, P participantA, P participantB, CvTerm complexExpansion)
Constructor for AbstractExtendedXmlBinaryInteraction.AbstractExtendedXmlBinaryInteraction(String shortName, CvTerm type)
Constructor for AbstractExtendedXmlBinaryInteraction.AbstractExtendedXmlBinaryInteraction(String shortName, CvTerm type, P participantA, P participantB)
Constructor for AbstractExtendedXmlBinaryInteraction.AbstractExtendedXmlBinaryInteraction(String shortName, CvTerm type, P participantA, P participantB, CvTerm complexExpansion)
Constructor for AbstractExtendedXmlBinaryInteraction.AbstractExtendedXmlBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for AbstractExtendedXmlBinaryInteraction.AbstractExtendedXmlBinaryInteraction(P participantA, P participantB, CvTerm complexExpansion)
Constructor for AbstractExtendedXmlBinaryInteraction.AbstractExtendedXmlBinaryInteraction(CvTerm complexExpansion)
Constructor for AbstractExtendedXmlBinaryInteraction.AbstractXmlBinaryInteraction(String shortName, P participantA, P participantB, CvTerm complexExpansion)
Constructor for AbstractXmlBinaryInteraction.AbstractXmlBinaryInteraction(String shortName, CvTerm type)
Constructor for AbstractXmlBinaryInteraction.AbstractXmlBinaryInteraction(String shortName, CvTerm type, P participantA, P participantB)
Constructor for AbstractXmlBinaryInteraction.AbstractXmlBinaryInteraction(String shortName, CvTerm type, P participantA, P participantB, CvTerm complexExpansion)
Constructor for AbstractXmlBinaryInteraction.AbstractXmlBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for AbstractXmlBinaryInteraction.AbstractXmlBinaryInteraction(P participantA, P participantB, CvTerm complexExpansion)
Constructor for AbstractXmlBinaryInteraction.AbstractXmlBinaryInteraction(CvTerm complexExpansion)
Constructor for AbstractXmlBinaryInteraction.AbstractXmlBinaryInteractionEvidence(String shortName, CvTerm type)
Constructor for AbstractXmlBinaryInteractionEvidence.AbstractXmlBinaryInteractionEvidence(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for AbstractXmlBinaryInteractionEvidence.AbstractXmlBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB)
Constructor for AbstractXmlBinaryInteractionEvidence.AbstractXmlBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for AbstractXmlBinaryInteractionEvidence.AbstractXmlBinaryInteractionEvidence(String shortName, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for AbstractXmlBinaryInteractionEvidence.AbstractXmlBinaryInteractionEvidence(CvTerm complexExpansion)
Constructor for AbstractXmlBinaryInteractionEvidence.AbstractXmlBinaryInteractionEvidence(ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for AbstractXmlBinaryInteractionEvidence.XmlBinaryInteraction(String shortName, CvTerm type)
Constructor for XmlBinaryInteraction.XmlBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for XmlBinaryInteraction.XmlBinaryInteraction(String shortName, CvTerm type, Participant participantA, Participant participantB)
Constructor for XmlBinaryInteraction.XmlBinaryInteraction(String shortName, CvTerm type, Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteraction.XmlBinaryInteraction(String shortName, Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteraction.XmlBinaryInteraction(CvTerm complexExpansion)
Constructor for XmlBinaryInteraction.XmlBinaryInteraction(Participant participantA, Participant participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteraction.XmlBinaryInteractionEvidenceWrapper(ExtendedPsiXmlInteractionEvidence interaction, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidenceWrapper.XmlBinaryInteractionWrapper(ExtendedPsiXmlInteraction interaction, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionWrapper.XmlModelledBinaryInteraction(String shortName, CvTerm type)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteractionWrapper(ExtendedPsiXmlModelledInteraction interaction, CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteractionWrapper. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension.binary.xml253
Methods in psidev.psi.mi.jami.xml.model.extension.binary.xml253 with parameters of type CvTerm Modifier and Type Method Description void
XmlBinaryInteractionEvidence. setImexId(CvTerm database, String id, CvTerm qualifier)
Constructors in psidev.psi.mi.jami.xml.model.extension.binary.xml253 with parameters of type CvTerm Constructor Description XmlBinaryInteractionEvidence(String shortName, CvTerm type)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension.binary.xml254
Methods in psidev.psi.mi.jami.xml.model.extension.binary.xml254 with parameters of type CvTerm Modifier and Type Method Description void
XmlBinaryInteractionEvidence. setImexId(CvTerm database, String id, CvTerm qualifier)
Constructors in psidev.psi.mi.jami.xml.model.extension.binary.xml254 with parameters of type CvTerm Constructor Description XmlBinaryInteractionEvidence(String shortName, CvTerm type)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension.binary.xml30
Methods in psidev.psi.mi.jami.xml.model.extension.binary.xml30 that return CvTerm Modifier and Type Method Description CvTerm
XmlModelledBinaryInteractionWrapper. getCausalRegulatoryMechanism()
getCausalRegulatoryMechanism.CvTerm
XmlModelledBinaryInteractionWrapper. getComplexExpansion()
getComplexExpansion.CvTerm
XmlModelledBinaryInteraction. getEvidenceType()
Getter for the fieldevidenceType
.CvTerm
XmlModelledBinaryInteractionWrapper. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
XmlModelledBinaryInteractionWrapper. getInteractionType()
The interaction type is a controlled vocabulary term.CvTerm
XmlModelledBinaryInteraction. getInteractorType()
The molecule type of this interactor.CvTerm
XmlModelledBinaryInteractionWrapper. getInteractorType()
The molecule type of this interactor.Methods in psidev.psi.mi.jami.xml.model.extension.binary.xml30 with parameters of type CvTerm Modifier and Type Method Description void
XmlModelledBinaryInteractionWrapper. setCausalRegulatoryMechanism(CvTerm causalRegulatoryMechanism)
Sets the causal regulatory mechanism of this binary interactionvoid
XmlModelledBinaryInteractionWrapper. setComplexExpansion(CvTerm expansion)
Sets the complex expansion of this binary interactionvoid
XmlModelledBinaryInteraction. setEvidenceType(CvTerm evidenceType)
Sets the evidence typevoid
XmlModelledBinaryInteractionWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
XmlBinaryInteractionEvidence. setImexId(CvTerm database, String id, CvTerm qualifier)
void
XmlModelledBinaryInteractionWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlModelledBinaryInteraction. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlModelledBinaryInteractionWrapper. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)Constructors in psidev.psi.mi.jami.xml.model.extension.binary.xml30 with parameters of type CvTerm Constructor Description XmlBinaryInteractionEvidence(String shortName, CvTerm type)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, CvTerm type, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(String shortName, ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidence(ParticipantEvidence participantA, ParticipantEvidence participantB, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidence.XmlBinaryInteractionEvidenceWrapper(ExtendedPsiXmlInteractionEvidence interaction, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionEvidenceWrapper.XmlModelledBinaryInteraction(String shortName, CvTerm type)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, CvTerm type, CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, CvTerm type, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(String shortName, ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteraction(ModelledParticipant participantA, ModelledParticipant participantB, CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteraction.XmlModelledBinaryInteractionWrapper(ExtendedPsiXmlModelledInteraction interaction, CvTerm complexExpansion)
Constructor for XmlModelledBinaryInteractionWrapper. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension.datasource
Methods in psidev.psi.mi.jami.xml.model.extension.datasource with parameters of type CvTerm Modifier and Type Method Description void
AbstractPsiXmlStream. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names.void
DefaultPsiXmlStreamSource. onMissingCvTermName(CvTerm term, FileSourceContext context, String message)
Listen to an event fired when a CvTerm is read and does not have any names.Method parameters in psidev.psi.mi.jami.xml.model.extension.datasource with type arguments of type CvTerm Modifier and Type Method Description void
AbstractPsiXmlStream. onSeveralExperimentalRolesFound(Collection<CvTerm> roles, FileSourceLocator locator)
onSeveralExperimentalRolesFound.void
DefaultPsiXmlStreamSource. onSeveralExperimentalRolesFound(Collection<CvTerm> roles, FileSourceLocator locator)
onSeveralExperimentalRolesFound. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension.factory
Methods in psidev.psi.mi.jami.xml.model.extension.factory with parameters of type CvTerm Modifier and Type Method Description BioactiveEntity
XmlInteractorFactory. createBioactiveEntity(String name, CvTerm type)
Creates a new BioactiveEntity with the name and interactor typeComplex
XmlInteractorFactory. createComplex(String name, CvTerm type)
Creates a new Complex with the name and interactor typeInteractor
XmlInteractorFactory. createInteractor(String name, CvTerm type)
Creates a default interactor from the name and interactor typeInteractorPool
XmlInteractorFactory. createInteractorSet(String name, CvTerm type)
Creates an interactor pool from the name and interactor typeNucleicAcid
XmlInteractorFactory. createNucleicAcid(String name, CvTerm type)
Creates a new NucleicAcid with the name and interactor typePolymer
XmlInteractorFactory. createPolymer(String name, CvTerm type)
Creates a new Polymer with the name and interactor typeProtein
XmlInteractorFactory. createProtein(String name, CvTerm type)
Creates a new Protein with the name and interactor type -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension.factory.xml25
Methods in psidev.psi.mi.jami.xml.model.extension.factory.xml25 with parameters of type CvTerm Modifier and Type Method Description BinaryInteraction
XmlBinaryInteractionFactory. createBasicBinaryInteractionFrom(Interaction interaction, Participant p1, Participant p2, CvTerm expansionMethod)
Create a new BinaryInteraction object from an Interaction parent and two participantsBinaryInteractionEvidence
XmlBinaryInteractionFactory. createBinaryInteractionEvidenceFrom(InteractionEvidence interaction, ParticipantEvidence p1, ParticipantEvidence p2, CvTerm expansionMethod)
Create a new BinaryInteractionEvidence object from an InteractionEvidence parent and two participants evidencesModelledBinaryInteraction
XmlBinaryInteractionFactory. createModelledBinaryInteractionFrom(ModelledInteraction interaction, ModelledParticipant p1, ModelledParticipant p2, CvTerm expansionMethod)
Create a new ModelledBinaryInteraction object from a ModelledInteraction parent and two modelled participants -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension.factory.xml30
Methods in psidev.psi.mi.jami.xml.model.extension.factory.xml30 with parameters of type CvTerm Modifier and Type Method Description BinaryInteraction
XmlBinaryInteractionFactory. createBasicBinaryInteractionFrom(Interaction interaction, Participant p1, Participant p2, CvTerm expansionMethod)
Create a new BinaryInteraction object from an Interaction parent and two participantsBinaryInteractionEvidence
XmlBinaryInteractionFactory. createBinaryInteractionEvidenceFrom(InteractionEvidence interaction, ParticipantEvidence p1, ParticipantEvidence p2, CvTerm expansionMethod)
Create a new BinaryInteractionEvidence object from an InteractionEvidence parent and two participants evidencesModelledBinaryInteraction
XmlBinaryInteractionFactory. createModelledBinaryInteractionFrom(ModelledInteraction interaction, ModelledParticipant p1, ModelledParticipant p2, CvTerm expansionMethod)
Create a new ModelledBinaryInteraction object from a ModelledInteraction parent and two modelled participants -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement CvTerm Modifier and Type Class Description class
AbstractXmlCvTerm
Abstract cv termclass
AbstractXmlSource
Desciption of the source of the entry, usually an organisationclass
DefaultXmlSource
Desciption of the source of the entry, usually an organisationclass
ExperimentalCvTerm
This elements is controlled by the PSI-MI controlled vocabulary "experimentalPreparation", root term id MI:0346.class
XmlCvTerm
Xml implementation of CvTerm.class
XmlOpenCvTerm
Xml implementation of CvTerm.class
XmlSource
Desciption of the source of the entry, usually an organisationMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return CvTerm Modifier and Type Method Description CvTerm
XmlAllostery. getAllostericMechanism()
Getter for the fieldallostericMechanism
.CvTerm
XmlAllostery. getAllosteryType()
Getter for the fieldallosteryType
.CvTerm
AbstractXmlParticipant. getBiologicalEffect()
Gets the value of the biologicalEffect property.CvTerm
AbstractXmlParticipantPool. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
XmlParticipantEvidenceWrapper. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
XmlParticipantWrapper. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
AbstractXmlParticipant. getBiologicalRole()
Gets the value of the biologicalRole property.CvTerm
AbstractXmlParticipantPool. getBiologicalRole()
The biological role of the participant.CvTerm
XmlParticipantEvidenceWrapper. getBiologicalRole()
The biological role of the participant.CvTerm
XmlParticipantWrapper. getBiologicalRole()
The biological role of the participant.CvTerm
XmlOrganism. getCellType()
Getter for the fieldcellType
.CvTerm
XmlOrganism. getCompartment()
Getter for the fieldcompartment
.CvTerm
XmlXref. getDatabase()
Getter for the fielddatabase
.CvTerm
AbstractXmlModelledInteraction. getEvidenceType()
Getter for the fieldevidenceType
.CvTerm
XmlBasicInteractionComplexWrapper. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
XmlInteractionEvidenceComplexWrapper. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
XmlModelledInteractionComplexWrapper. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
XmlExperimentalParticipantPool. getExperimentalRole()
The experimental role of the participant.CvTerm
XmlParticipantEvidence. getExperimentalRole()
getExperimentalRole.CvTerm
AbstractXmlExperiment. getFeatureDetectionMethod()
Gets the value of the featureDetectionMethod property.CvTerm
AbstractXmlExperiment. getInteractionDetectionMethod()
Gets the value of the interactionDetectionMethod property.CvTerm
AbstractPsiXmlInteraction. getInteractionType()
getInteractionType.abstract CvTerm
AbstractXmlInteraction. getInteractionType()
getInteractionType.CvTerm
XmlBasicInteractionComplexWrapper. getInteractionType()
getInteractionType.CvTerm
XmlInteractionEvidenceComplexWrapper. getInteractionType()
getInteractionType.CvTerm
XmlModelledInteractionComplexWrapper. getInteractionType()
getInteractionType.CvTerm
AbstractXmlComplex. getInteractorType()
The molecule type of this interactor.CvTerm
XmlBasicInteractionComplexWrapper. getInteractorType()
The molecule type of this interactor.CvTerm
XmlInteractionEvidenceComplexWrapper. getInteractorType()
The molecule type of this interactor.CvTerm
XmlModelledInteractionComplexWrapper. getInteractorType()
The molecule type of this interactor.CvTerm
AbstractXmlExperiment. getParticipantIdentificationMethod()
Gets the value of the participantIdentificationMethod property.CvTerm
XmlXref. getQualifier()
Getter for the fieldqualifier
.CvTerm
AbstractXmlFeature. getRole()
Getter for the fieldrole
.CvTerm
XmlFeatureEvidenceWrapper. getRole()
The effect of this feature on the interaction where the feature has been reported or the interaction dependency between the interaction reporting this feature and this feature.CvTerm
XmlFeatureWrapper. getRole()
The effect of this feature on the interaction where the feature has been reported or the interaction dependency between the interaction reporting this feature and this feature.CvTerm
AbstractXmlPosition. getStatus()
Getter for the fieldstatus
.CvTerm
XmlInterval. getStatus()
Getter for the fieldstatus
.CvTerm
XmlPosition. getStatus()
Getter for the fieldstatus
.CvTerm
XmlOrganism. getTissue()
Getter for the fieldtissue
.CvTerm
AbstractXmlAnnotation. getTopic()
Getter for the fieldtopic
.CvTerm
AbstractXmlConfidence. getType()
Gets the value of the type property.CvTerm
AbstractXmlFeature. getType()
Getter for the fieldtype
.CvTerm
AbstractXmlParameter. getType()
Getter for the fieldtype
.CvTerm
AbstractXmlParticipantPool. getType()
Getter for the fieldtype
.CvTerm
XmlAlias. getType()
Getter for the fieldtype
.CvTerm
XmlConfidenceWrapper. getType()
Method used to compute the confidence value.CvTerm
XmlExperimentalParticipantPoolWrapper. getType()
The pool type of this participant pool.CvTerm
XmlFeatureEvidenceWrapper. getType()
The type for this feature.CvTerm
XmlFeatureWrapper. getType()
The type for this feature.CvTerm
XmlParameterWrapper. getType()
The parameter type is a controlled vocabulary term and it cannot be null.CvTerm
XmlParticipantPoolWrapper. getType()
The pool type of this participant pool.CvTerm
AbstractXmlParameter. getUnit()
Getter for the fieldunit
.CvTerm
XmlParameterWrapper. getUnit()
Unit of the parameter is a controlled vocabulary term.CvTerm
XmlVariableParameter. getUnit()
Getter for the fieldunit
.Methods in psidev.psi.mi.jami.xml.model.extension.xml253 that return types with arguments of type CvTerm Modifier and Type Method Description Collection<CvTerm>
XmlFeatureEvidence. getDetectionMethods()
getDetectionMethods.Collection<CvTerm>
XmlCooperativityEvidence. getEvidenceMethods()
Getter for the fieldevidenceMethods
.Collection<CvTerm>
XmlExperimentalParticipantPool. getExperimentalPreparations()
The experimental preparations for this participant.Collection<CvTerm>
XmlParticipantEvidence. getExperimentalPreparations()
getExperimentalPreparations.List<CvTerm>
XmlParticipantEvidence. getExperimentalRoles()
getExperimentalRoles.Collection<CvTerm>
XmlExperimentalParticipantPool. getIdentificationMethods()
The identification methods for this participant.Collection<CvTerm>
XmlParticipantEvidence. getIdentificationMethods()
getIdentificationMethods.List<CvTerm>
AbstractPsiXmlInteraction. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
AbstractXmlBasicInteraction. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
AbstractXmlInteractionEvidence. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
AbstractXmlModelledInteraction. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
XmlBasicInteractionComplexWrapper. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlInteractionEvidenceComplexWrapper. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlModelledInteractionComplexWrapper. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlParticipantEvidence.JAXBExperimentalPreparationWrapper. getJAXBExperimentalPreparations()
List<CvTerm>
XmlParticipantEvidence.JAXBExperimentalRoleWrapper. getJAXBExperimentalRoles()
List<CvTerm>
XmlFeatureEvidence. getJAXBFeatureDetectionMethods()
getJAXBFeatureDetectionMethods.List<CvTerm>
XmlParticipantEvidence.JAXBParticipantIdentificationWrapper. getJAXBParticipantIdentificationMethods()
Methods in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type CvTerm Modifier and Type Method Description void
XmlAllostery. setAllostericMechanism(CvTerm mechanism)
Sets the allosteric mechanism.void
XmlAllostery. setAllosteryType(CvTerm type)
Sets the allostery type.void
AbstractXmlParticipant. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
AbstractXmlParticipantPool. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
XmlParticipantEvidenceWrapper. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
XmlParticipantWrapper. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
AbstractXmlParticipant. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
AbstractXmlParticipantPool. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
XmlParticipantEvidenceWrapper. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
XmlParticipantWrapper. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
XmlOrganism. setCellType(CvTerm cellType)
Sets the cell typevoid
XmlOrganism. setCompartment(CvTerm compartment)
Sets the compartment.void
AbstractXmlModelledInteraction. setEvidenceType(CvTerm evidenceType)
Sets the evidence typevoid
XmlBasicInteractionComplexWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
XmlInteractionEvidenceComplexWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
XmlModelledInteractionComplexWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
XmlExperimentalParticipantPool. setExperimentalRole(CvTerm expRole)
Sets the experimental role.void
XmlParticipantEvidence. setExperimentalRole(CvTerm expRole)
Sets the experimental role.void
AbstractXmlExperiment. setFeatureDetectionMethod(CvTerm value)
setFeatureDetectionMethod.void
AbstractXmlExperiment. setInteractionDetectionMethod(CvTerm value)
Set the interaction detection method for this experiment If term is null, this method will set the interaction detection method to 'unspecified method' (MI:0686).void
AbstractPsiXmlInteraction. setInteractionType(CvTerm term)
Sets the interaction type.abstract void
AbstractXmlInteraction. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlBasicInteractionComplexWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlInteractionEvidenceComplexWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlModelledInteractionComplexWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
AbstractXmlComplex. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlBasicInteractionComplexWrapper. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlBioactiveEntity. setInteractorType(CvTerm interactorType)
Sets the interactor type of this bioactive entity.void
XmlGene. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlInteractionEvidenceComplexWrapper. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlModelledInteractionComplexWrapper. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlNucleicAcid. setInteractorType(CvTerm interactorType)
Sets the interactor type of this NucleicAcid.void
XmlProtein. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
AbstractXmlExperiment. setParticipantIdentificationMethod(CvTerm value)
setParticipantIdentificationMethod.void
AbstractXmlFeature. setRole(CvTerm effect)
Sets the interaction effect/role for this feature.void
XmlFeatureEvidenceWrapper. setRole(CvTerm effect)
Sets the interaction effect/role for this feature.void
XmlFeatureWrapper. setRole(CvTerm effect)
Sets the interaction effect/role for this feature.void
XmlOrganism. setTissue(CvTerm tissue)
Sets the tissuevoid
AbstractXmlFeature. setType(CvTerm type)
Sets the feature type.void
AbstractXmlParticipantPool. setType(CvTerm type)
Sets the pool type for this participant pool If the given type is null, this method automatically sets the interactor type to 'molecule set' (MI:1304)void
XmlExperimentalParticipantPoolWrapper. setType(CvTerm type)
Sets the pool type for this participant pool If the given type is null, this method automatically sets the interactor type to 'molecule set' (MI:1304)void
XmlFeatureEvidenceWrapper. setType(CvTerm type)
Sets the feature type.void
XmlFeatureWrapper. setType(CvTerm type)
Sets the feature type.void
XmlParticipantPoolWrapper. setType(CvTerm type)
Sets the pool type for this participant pool If the given type is null, this method automatically sets the interactor type to 'molecule set' (MI:1304)void
XmlVariableParameter. setUnit(CvTerm unit)
Sets the unit of this variableParameter.Method parameters in psidev.psi.mi.jami.xml.model.extension.xml253 with type arguments of type CvTerm Modifier and Type Method Description protected void
XmlCooperativityEvidence. initialiseEvidenceMethodsWith(Collection<CvTerm> methods)
initialiseEvidenceMethodsWith.Constructors in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type CvTerm Constructor Description AbstractPsiXmlInteraction(String shortName, CvTerm type)
Constructor for AbstractPsiXmlInteraction.AbstractXmlAnnotation(CvTerm topic)
Constructor for AbstractXmlAnnotation.AbstractXmlAnnotation(CvTerm topic, String value)
Constructor for AbstractXmlAnnotation.AbstractXmlBasicInteraction(String shortName, CvTerm type)
Constructor for AbstractXmlBasicInteraction.AbstractXmlComplex(String name, String fullName, CvTerm type)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, String fullName, CvTerm type, Organism organism)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type, Organism organism)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlConfidence(CvTerm type, String value)
Constructor for AbstractXmlConfidence.AbstractXmlExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for AbstractXmlExperiment.AbstractXmlExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for AbstractXmlExperiment.AbstractXmlFeature(String shortName, String fullName, CvTerm type)
Constructor for AbstractXmlFeature.AbstractXmlFeature(String shortName, String fullName, CvTerm type, String interpro)
Constructor for AbstractXmlFeature.AbstractXmlFeature(CvTerm type)
Constructor for AbstractXmlFeature.AbstractXmlFeature(CvTerm type, String interpro)
Constructor for AbstractXmlFeature.AbstractXmlInteraction(String shortName, CvTerm type)
Constructor for AbstractXmlInteraction.AbstractXmlInteractionEvidence(String shortName, CvTerm type)
Constructor for AbstractXmlInteractionEvidence.AbstractXmlInteractor(String name, String fullName, CvTerm type)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type, Organism organism)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlModelledInteraction(String shortName, CvTerm type)
Constructor for AbstractXmlModelledInteraction.AbstractXmlParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty, CvTerm unit)
Constructor for AbstractXmlParameter.AbstractXmlParticipant(Interactor interactor, CvTerm bioRole)
Constructor for AbstractXmlParticipant.AbstractXmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for AbstractXmlParticipant.AbstractXmlPosition(CvTerm status, boolean positionUndetermined)
Constructor for AbstractXmlPosition.DefaultXmlAnnotation(CvTerm topic)
Constructor for DefaultXmlAnnotation.DefaultXmlAnnotation(CvTerm topic, String value)
Constructor for DefaultXmlAnnotation.DefaultXmlBasicInteraction(String shortName, CvTerm type)
Constructor for DefaultXmlBasicInteraction.DefaultXmlComplex(String name, String fullName, CvTerm type)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type, Organism organism)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for DefaultXmlExperiment.DefaultXmlExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for DefaultXmlExperiment.DefaultXmlInteractionEvidence(String shortName, CvTerm type)
Constructor for DefaultXmlInteractionEvidence.DefaultXmlInteractor(String name, String fullName, CvTerm type)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type, Organism organism)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlModelledInteraction(String shortName, CvTerm type)
Constructor for DefaultXmlModelledInteraction.HostOrganism(int taxId, String commonName, String scientificName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for HostOrganism.HostOrganism(int taxId, String commonName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for HostOrganism.HostOrganism(int taxId, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for HostOrganism.XmlAlias(String name, CvTerm type)
Constructor for XmlAlias.XmlAllostery(CvTerm outcome)
Constructor for XmlAllostery.XmlAllostery(CvTerm outcome, CvTerm response)
Constructor for XmlAllostery.XmlAnnotation(CvTerm topic)
Constructor for XmlAnnotation.XmlAnnotation(CvTerm topic, String value)
Constructor for XmlAnnotation.XmlBasicInteraction(String shortName, CvTerm type)
Constructor for XmlBasicInteraction.XmlBioactiveEntity(String name, String fullName, CvTerm type)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, String uniqueChebi)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Organism organism, String uniqueChebi)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Organism organism)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Organism organism, String uniqueChebi)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlComplex(String name, String fullName, CvTerm type)
Constructor for XmlComplex.XmlComplex(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlComplex.XmlComplex(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlComplex.XmlComplex(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type, Organism organism)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type, Xref uniqueId)
Constructor for XmlComplex.XmlConfidence(CvTerm type, String value)
Constructor for XmlConfidence.XmlExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for XmlExperiment.XmlExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for XmlExperiment.XmlFeature(String shortName, String fullName, CvTerm type)
Constructor for XmlFeature.XmlFeature(String shortName, String fullName, CvTerm type, String interpro)
Constructor for XmlFeature.XmlFeature(CvTerm type)
Constructor for XmlFeature.XmlFeature(CvTerm type, String interpro)
Constructor for XmlFeature.XmlFeatureEvidence(String shortName, String fullName, CvTerm type)
Constructor for XmlFeatureEvidence.XmlFeatureEvidence(String shortName, String fullName, CvTerm type, String interpro)
Constructor for XmlFeatureEvidence.XmlFeatureEvidence(CvTerm type)
Constructor for XmlFeatureEvidence.XmlFeatureEvidence(CvTerm type, String interpro)
Constructor for XmlFeatureEvidence.XmlGene(String name, String fullName, CvTerm type, Organism organism, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, String fullName, CvTerm type, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, String fullName, CvTerm type, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Organism organism, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Organism organism, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlInteractionEvidence(String shortName, CvTerm type)
Constructor for XmlInteractionEvidence.XmlInteractor(String name, String fullName, CvTerm type)
Constructor for XmlInteractor.XmlInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlInteractor.XmlInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type, Organism organism)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractorPool(String name, String fullName, CvTerm type)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type, Organism organism)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInterval(CvTerm status, boolean positionUndetermined)
Constructor for XmlInterval.XmlInterval(CvTerm status, long start, long end, boolean positionUndetermined)
Constructor for XmlInterval.XmlModelledFeature(String shortName, String fullName, CvTerm type)
Constructor for XmlModelledFeature.XmlModelledFeature(String shortName, String fullName, CvTerm type, String interpro)
Constructor for XmlModelledFeature.XmlModelledFeature(CvTerm type)
Constructor for XmlModelledFeature.XmlModelledFeature(CvTerm type, String interpro)
Constructor for XmlModelledFeature.XmlModelledInteraction(String shortName, CvTerm type)
Constructor for XmlModelledInteraction.XmlModelledParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty, CvTerm unit)
Constructor for XmlModelledParameter.XmlModelledParticipant(Interactor interactor, CvTerm bioRole)
Constructor for XmlModelledParticipant.XmlModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipant.XmlMolecule(String name, String fullName, CvTerm type)
Constructor for XmlMolecule.XmlMolecule(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlMolecule.XmlMolecule(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlMolecule.XmlMolecule(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type, Organism organism)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type, Xref uniqueId)
Constructor for XmlMolecule.XmlNucleicAcid(String name, String fullName, CvTerm type)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type, Organism organism)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlOrganism(int taxId, String commonName, String scientificName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for XmlOrganism.XmlOrganism(int taxId, String commonName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for XmlOrganism.XmlOrganism(int taxId, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for XmlOrganism.XmlParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty, CvTerm unit)
Constructor for XmlParameter.XmlParticipant(Interactor interactor, CvTerm bioRole)
Constructor for XmlParticipant.XmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipant.XmlParticipantEvidence(Interactor interactor, CvTerm bioRole)
Constructor for XmlParticipantEvidence.XmlParticipantEvidence(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipantEvidence.XmlPolymer(String name, String fullName, CvTerm type)
Constructor for XmlPolymer.XmlPolymer(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlPolymer.XmlPolymer(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlPolymer.XmlPolymer(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type, Organism organism)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type, Xref uniqueId)
Constructor for XmlPolymer.XmlPosition(CvTerm status, boolean positionUndetermined)
Constructor for XmlPosition.XmlPosition(CvTerm status, long pos, boolean positionUndetermined)
Constructor for XmlPosition.XmlPreAssembly(CvTerm outcome)
Constructor for XmlPreAssembly.XmlPreAssembly(CvTerm outcome, CvTerm response)
Constructor for XmlPreAssembly.XmlProtein(String name, String fullName, CvTerm type)
Constructor for XmlProtein.XmlProtein(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlProtein.XmlProtein(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlProtein.XmlProtein(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type, Organism organism)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type, Xref uniqueId)
Constructor for XmlProtein.XmlVariableParameter(String description, CvTerm unit)
Constructor for XmlVariableParameter.XmlVariableParameter(String description, Experiment experiment, CvTerm unit)
Constructor for XmlVariableParameter.XmlXref(CvTerm database, String id)
Constructor for XmlXref.XmlXref(CvTerm database, String id, String version)
Constructor for XmlXref.XmlXref(CvTerm database, String id, String version, CvTerm qualifier)
Constructor for XmlXref.XmlXref(CvTerm database, String id, CvTerm qualifier)
Constructor for XmlXref. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement CvTerm Modifier and Type Class Description class
AbstractXmlCvTerm
Abstract cv termclass
AbstractXmlSource
Desciption of the source of the entry, usually an organisationclass
DefaultXmlSource
Desciption of the source of the entry, usually an organisationclass
ExperimentalCvTerm
This elements is controlled by the PSI-MI controlled vocabulary "experimentalPreparation", root term id MI:0346.class
XmlCvTerm
Xml implementation of CvTerm.class
XmlOpenCvTerm
Xml implementation of CvTerm.class
XmlSource
Desciption of the source of the entry, usually an organisationMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return CvTerm Modifier and Type Method Description CvTerm
XmlAllostery. getAllostericMechanism()
Getter for the fieldallostericMechanism
.CvTerm
XmlAllostery. getAllosteryType()
Getter for the fieldallosteryType
.CvTerm
AbstractXmlParticipant. getBiologicalEffect()
Gets the value of the biologicalEffect property.CvTerm
AbstractXmlParticipantPool. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
XmlParticipantEvidenceWrapper. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
XmlParticipantWrapper. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
AbstractXmlParticipant. getBiologicalRole()
Gets the value of the biologicalRole property.CvTerm
AbstractXmlParticipantPool. getBiologicalRole()
The biological role of the participant.CvTerm
XmlParticipantEvidenceWrapper. getBiologicalRole()
The biological role of the participant.CvTerm
XmlParticipantWrapper. getBiologicalRole()
The biological role of the participant.CvTerm
XmlOrganism. getCellType()
Getter for the fieldcellType
.CvTerm
XmlOrganism. getCompartment()
Getter for the fieldcompartment
.CvTerm
XmlXref. getDatabase()
Getter for the fielddatabase
.CvTerm
AbstractXmlModelledInteraction. getEvidenceType()
Getter for the fieldevidenceType
.CvTerm
XmlBasicInteractionComplexWrapper. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
XmlInteractionEvidenceComplexWrapper. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
XmlModelledInteractionComplexWrapper. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
XmlExperimentalParticipantPool. getExperimentalRole()
The experimental role of the participant.CvTerm
XmlParticipantEvidence. getExperimentalRole()
getExperimentalRole.CvTerm
AbstractXmlExperiment. getFeatureDetectionMethod()
Gets the value of the featureDetectionMethod property.CvTerm
AbstractXmlExperiment. getInteractionDetectionMethod()
Gets the value of the interactionDetectionMethod property.CvTerm
AbstractPsiXmlInteraction. getInteractionType()
getInteractionType.abstract CvTerm
AbstractXmlInteraction. getInteractionType()
getInteractionType.CvTerm
XmlBasicInteractionComplexWrapper. getInteractionType()
getInteractionType.CvTerm
XmlInteractionEvidenceComplexWrapper. getInteractionType()
getInteractionType.CvTerm
XmlModelledInteractionComplexWrapper. getInteractionType()
getInteractionType.CvTerm
AbstractXmlComplex. getInteractorType()
The molecule type of this interactor.CvTerm
XmlBasicInteractionComplexWrapper. getInteractorType()
The molecule type of this interactor.CvTerm
XmlInteractionEvidenceComplexWrapper. getInteractorType()
The molecule type of this interactor.CvTerm
XmlModelledInteractionComplexWrapper. getInteractorType()
The molecule type of this interactor.CvTerm
AbstractXmlExperiment. getParticipantIdentificationMethod()
Gets the value of the participantIdentificationMethod property.CvTerm
XmlXref. getQualifier()
Getter for the fieldqualifier
.CvTerm
AbstractXmlFeature. getRole()
Getter for the fieldrole
.CvTerm
XmlFeatureEvidenceWrapper. getRole()
The effect of this feature on the interaction where the feature has been reported or the interaction dependency between the interaction reporting this feature and this feature.CvTerm
XmlFeatureWrapper. getRole()
The effect of this feature on the interaction where the feature has been reported or the interaction dependency between the interaction reporting this feature and this feature.CvTerm
AbstractXmlPosition. getStatus()
Getter for the fieldstatus
.CvTerm
XmlInterval. getStatus()
Getter for the fieldstatus
.CvTerm
XmlPosition. getStatus()
Getter for the fieldstatus
.CvTerm
XmlOrganism. getTissue()
Getter for the fieldtissue
.CvTerm
AbstractXmlAnnotation. getTopic()
Getter for the fieldtopic
.CvTerm
AbstractXmlConfidence. getType()
Gets the value of the type property.CvTerm
AbstractXmlFeature. getType()
Getter for the fieldtype
.CvTerm
AbstractXmlParameter. getType()
Getter for the fieldtype
.CvTerm
AbstractXmlParticipantPool. getType()
Getter for the fieldtype
.CvTerm
XmlAlias. getType()
Getter for the fieldtype
.CvTerm
XmlConfidenceWrapper. getType()
Method used to compute the confidence value.CvTerm
XmlExperimentalParticipantPoolWrapper. getType()
The pool type of this participant pool.CvTerm
XmlFeatureEvidenceWrapper. getType()
The type for this feature.CvTerm
XmlFeatureWrapper. getType()
The type for this feature.CvTerm
XmlParameterWrapper. getType()
The parameter type is a controlled vocabulary term and it cannot be null.CvTerm
XmlParticipantPoolWrapper. getType()
The pool type of this participant pool.CvTerm
AbstractXmlParameter. getUnit()
Getter for the fieldunit
.CvTerm
XmlParameterWrapper. getUnit()
Unit of the parameter is a controlled vocabulary term.CvTerm
XmlVariableParameter. getUnit()
Getter for the fieldunit
.Methods in psidev.psi.mi.jami.xml.model.extension.xml254 that return types with arguments of type CvTerm Modifier and Type Method Description Collection<CvTerm>
XmlFeatureEvidence. getDetectionMethods()
getDetectionMethods.Collection<CvTerm>
XmlCooperativityEvidence. getEvidenceMethods()
Getter for the fieldevidenceMethods
.Collection<CvTerm>
XmlExperimentalParticipantPool. getExperimentalPreparations()
The experimental preparations for this participant.Collection<CvTerm>
XmlParticipantEvidence. getExperimentalPreparations()
getExperimentalPreparations.List<CvTerm>
XmlParticipantEvidence. getExperimentalRoles()
getExperimentalRoles.Collection<CvTerm>
XmlExperimentalParticipantPool. getIdentificationMethods()
The identification methods for this participant.Collection<CvTerm>
XmlParticipantEvidence. getIdentificationMethods()
getIdentificationMethods.List<CvTerm>
AbstractPsiXmlInteraction. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
AbstractXmlBasicInteraction. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
AbstractXmlInteractionEvidence. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
AbstractXmlModelledInteraction. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
XmlBasicInteractionComplexWrapper. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlInteractionEvidenceComplexWrapper. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlModelledInteractionComplexWrapper. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlParticipantEvidence.JAXBExperimentalPreparationWrapper. getJAXBExperimentalPreparations()
List<CvTerm>
XmlParticipantEvidence.JAXBExperimentalRoleWrapper. getJAXBExperimentalRoles()
List<CvTerm>
XmlFeatureEvidence. getJAXBFeatureDetectionMethods()
getJAXBFeatureDetectionMethods.List<CvTerm>
XmlParticipantEvidence.JAXBParticipantIdentificationWrapper. getJAXBParticipantIdentificationMethods()
Methods in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type CvTerm Modifier and Type Method Description void
XmlAllostery. setAllostericMechanism(CvTerm mechanism)
Sets the allosteric mechanism.void
XmlAllostery. setAllosteryType(CvTerm type)
Sets the allostery type.void
AbstractXmlParticipant. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
AbstractXmlParticipantPool. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
XmlParticipantEvidenceWrapper. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
XmlParticipantWrapper. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
AbstractXmlParticipant. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
AbstractXmlParticipantPool. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
XmlParticipantEvidenceWrapper. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
XmlParticipantWrapper. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
XmlOrganism. setCellType(CvTerm cellType)
Sets the cell typevoid
XmlOrganism. setCompartment(CvTerm compartment)
Sets the compartment.void
AbstractXmlModelledInteraction. setEvidenceType(CvTerm evidenceType)
Sets the evidence typevoid
XmlBasicInteractionComplexWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
XmlInteractionEvidenceComplexWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
XmlModelledInteractionComplexWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
XmlExperimentalParticipantPool. setExperimentalRole(CvTerm expRole)
Sets the experimental role.void
XmlParticipantEvidence. setExperimentalRole(CvTerm expRole)
Sets the experimental role.void
AbstractXmlExperiment. setFeatureDetectionMethod(CvTerm value)
setFeatureDetectionMethod.void
AbstractXmlExperiment. setInteractionDetectionMethod(CvTerm value)
Set the interaction detection method for this experiment If term is null, this method will set the interaction detection method to 'unspecified method' (MI:0686).void
AbstractPsiXmlInteraction. setInteractionType(CvTerm term)
Sets the interaction type.abstract void
AbstractXmlInteraction. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlBasicInteractionComplexWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlInteractionEvidenceComplexWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlModelledInteractionComplexWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
AbstractXmlComplex. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlBasicInteractionComplexWrapper. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlBioactiveEntity. setInteractorType(CvTerm interactorType)
Sets the interactor type of this bioactive entity.void
XmlGene. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlInteractionEvidenceComplexWrapper. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlModelledInteractionComplexWrapper. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlNucleicAcid. setInteractorType(CvTerm interactorType)
Sets the interactor type of this NucleicAcid.void
XmlProtein. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
AbstractXmlExperiment. setParticipantIdentificationMethod(CvTerm value)
setParticipantIdentificationMethod.void
AbstractXmlFeature. setRole(CvTerm effect)
Sets the interaction effect/role for this feature.void
XmlFeatureEvidenceWrapper. setRole(CvTerm effect)
Sets the interaction effect/role for this feature.void
XmlFeatureWrapper. setRole(CvTerm effect)
Sets the interaction effect/role for this feature.void
XmlOrganism. setTissue(CvTerm tissue)
Sets the tissuevoid
AbstractXmlFeature. setType(CvTerm type)
Sets the feature type.void
AbstractXmlParticipantPool. setType(CvTerm type)
Sets the pool type for this participant pool If the given type is null, this method automatically sets the interactor type to 'molecule set' (MI:1304)void
XmlExperimentalParticipantPoolWrapper. setType(CvTerm type)
Sets the pool type for this participant pool If the given type is null, this method automatically sets the interactor type to 'molecule set' (MI:1304)void
XmlFeatureEvidenceWrapper. setType(CvTerm type)
Sets the feature type.void
XmlFeatureWrapper. setType(CvTerm type)
Sets the feature type.void
XmlParticipantPoolWrapper. setType(CvTerm type)
Sets the pool type for this participant pool If the given type is null, this method automatically sets the interactor type to 'molecule set' (MI:1304)void
XmlVariableParameter. setUnit(CvTerm unit)
Sets the unit of this variableParameter.Method parameters in psidev.psi.mi.jami.xml.model.extension.xml254 with type arguments of type CvTerm Modifier and Type Method Description protected void
XmlCooperativityEvidence. initialiseEvidenceMethodsWith(Collection<CvTerm> methods)
initialiseEvidenceMethodsWith.Constructors in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type CvTerm Constructor Description AbstractPsiXmlInteraction(String shortName, CvTerm type)
Constructor for AbstractPsiXmlInteraction.AbstractXmlAnnotation(CvTerm topic)
Constructor for AbstractXmlAnnotation.AbstractXmlAnnotation(CvTerm topic, String value)
Constructor for AbstractXmlAnnotation.AbstractXmlBasicInteraction(String shortName, CvTerm type)
Constructor for AbstractXmlBasicInteraction.AbstractXmlComplex(String name, String fullName, CvTerm type)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, String fullName, CvTerm type, Organism organism)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type, Organism organism)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlConfidence(CvTerm type, String value)
Constructor for AbstractXmlConfidence.AbstractXmlExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for AbstractXmlExperiment.AbstractXmlExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for AbstractXmlExperiment.AbstractXmlFeature(String shortName, String fullName, CvTerm type)
Constructor for AbstractXmlFeature.AbstractXmlFeature(String shortName, String fullName, CvTerm type, String interpro)
Constructor for AbstractXmlFeature.AbstractXmlFeature(CvTerm type)
Constructor for AbstractXmlFeature.AbstractXmlFeature(CvTerm type, String interpro)
Constructor for AbstractXmlFeature.AbstractXmlInteraction(String shortName, CvTerm type)
Constructor for AbstractXmlInteraction.AbstractXmlInteractionEvidence(String shortName, CvTerm type)
Constructor for AbstractXmlInteractionEvidence.AbstractXmlInteractor(String name, String fullName, CvTerm type)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type, Organism organism)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlModelledInteraction(String shortName, CvTerm type)
Constructor for AbstractXmlModelledInteraction.AbstractXmlParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty, CvTerm unit)
Constructor for AbstractXmlParameter.AbstractXmlParticipant(Interactor interactor, CvTerm bioRole)
Constructor for AbstractXmlParticipant.AbstractXmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for AbstractXmlParticipant.AbstractXmlPosition(CvTerm status, boolean positionUndetermined)
Constructor for AbstractXmlPosition.DefaultXmlAnnotation(CvTerm topic)
Constructor for DefaultXmlAnnotation.DefaultXmlAnnotation(CvTerm topic, String value)
Constructor for DefaultXmlAnnotation.DefaultXmlBasicInteraction(String shortName, CvTerm type)
Constructor for DefaultXmlBasicInteraction.DefaultXmlComplex(String name, String fullName, CvTerm type)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type, Organism organism)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for DefaultXmlExperiment.DefaultXmlExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for DefaultXmlExperiment.DefaultXmlInteractionEvidence(String shortName, CvTerm type)
Constructor for DefaultXmlInteractionEvidence.DefaultXmlInteractor(String name, String fullName, CvTerm type)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type, Organism organism)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlModelledInteraction(String shortName, CvTerm type)
Constructor for DefaultXmlModelledInteraction.HostOrganism(int taxId, String commonName, String scientificName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for HostOrganism.HostOrganism(int taxId, String commonName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for HostOrganism.HostOrganism(int taxId, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for HostOrganism.XmlAlias(String name, CvTerm type)
Constructor for XmlAlias.XmlAllostery(CvTerm outcome)
Constructor for XmlAllostery.XmlAllostery(CvTerm outcome, CvTerm response)
Constructor for XmlAllostery.XmlAnnotation(CvTerm topic)
Constructor for XmlAnnotation.XmlAnnotation(CvTerm topic, String value)
Constructor for XmlAnnotation.XmlBasicInteraction(String shortName, CvTerm type)
Constructor for XmlBasicInteraction.XmlBioactiveEntity(String name, String fullName, CvTerm type)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, String uniqueChebi)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Organism organism, String uniqueChebi)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Organism organism)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Organism organism, String uniqueChebi)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlComplex(String name, String fullName, CvTerm type)
Constructor for XmlComplex.XmlComplex(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlComplex.XmlComplex(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlComplex.XmlComplex(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type, Organism organism)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type, Xref uniqueId)
Constructor for XmlComplex.XmlConfidence(CvTerm type, String value)
Constructor for XmlConfidence.XmlExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for XmlExperiment.XmlExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for XmlExperiment.XmlFeature(String shortName, String fullName, CvTerm type)
Constructor for XmlFeature.XmlFeature(String shortName, String fullName, CvTerm type, String interpro)
Constructor for XmlFeature.XmlFeature(CvTerm type)
Constructor for XmlFeature.XmlFeature(CvTerm type, String interpro)
Constructor for XmlFeature.XmlFeatureEvidence(String shortName, String fullName, CvTerm type)
Constructor for XmlFeatureEvidence.XmlFeatureEvidence(String shortName, String fullName, CvTerm type, String interpro)
Constructor for XmlFeatureEvidence.XmlFeatureEvidence(CvTerm type)
Constructor for XmlFeatureEvidence.XmlFeatureEvidence(CvTerm type, String interpro)
Constructor for XmlFeatureEvidence.XmlGene(String name, String fullName, CvTerm type, Organism organism, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, String fullName, CvTerm type, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, String fullName, CvTerm type, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Organism organism, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Organism organism, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlInteractionEvidence(String shortName, CvTerm type)
Constructor for XmlInteractionEvidence.XmlInteractor(String name, String fullName, CvTerm type)
Constructor for XmlInteractor.XmlInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlInteractor.XmlInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type, Organism organism)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractorPool(String name, String fullName, CvTerm type)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type, Organism organism)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInterval(CvTerm status, boolean positionUndetermined)
Constructor for XmlInterval.XmlInterval(CvTerm status, long start, long end, boolean positionUndetermined)
Constructor for XmlInterval.XmlModelledFeature(String shortName, String fullName, CvTerm type)
Constructor for XmlModelledFeature.XmlModelledFeature(String shortName, String fullName, CvTerm type, String interpro)
Constructor for XmlModelledFeature.XmlModelledFeature(CvTerm type)
Constructor for XmlModelledFeature.XmlModelledFeature(CvTerm type, String interpro)
Constructor for XmlModelledFeature.XmlModelledInteraction(String shortName, CvTerm type)
Constructor for XmlModelledInteraction.XmlModelledParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty, CvTerm unit)
Constructor for XmlModelledParameter.XmlModelledParticipant(Interactor interactor, CvTerm bioRole)
Constructor for XmlModelledParticipant.XmlModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipant.XmlMolecule(String name, String fullName, CvTerm type)
Constructor for XmlMolecule.XmlMolecule(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlMolecule.XmlMolecule(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlMolecule.XmlMolecule(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type, Organism organism)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type, Xref uniqueId)
Constructor for XmlMolecule.XmlNucleicAcid(String name, String fullName, CvTerm type)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type, Organism organism)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlOrganism(int taxId, String commonName, String scientificName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for XmlOrganism.XmlOrganism(int taxId, String commonName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for XmlOrganism.XmlOrganism(int taxId, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for XmlOrganism.XmlParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty, CvTerm unit)
Constructor for XmlParameter.XmlParticipant(Interactor interactor, CvTerm bioRole)
Constructor for XmlParticipant.XmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipant.XmlParticipantEvidence(Interactor interactor, CvTerm bioRole)
Constructor for XmlParticipantEvidence.XmlParticipantEvidence(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipantEvidence.XmlPolymer(String name, String fullName, CvTerm type)
Constructor for XmlPolymer.XmlPolymer(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlPolymer.XmlPolymer(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlPolymer.XmlPolymer(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type, Organism organism)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type, Xref uniqueId)
Constructor for XmlPolymer.XmlPosition(CvTerm status, boolean positionUndetermined)
Constructor for XmlPosition.XmlPosition(CvTerm status, long pos, boolean positionUndetermined)
Constructor for XmlPosition.XmlPreAssembly(CvTerm outcome)
Constructor for XmlPreAssembly.XmlPreAssembly(CvTerm outcome, CvTerm response)
Constructor for XmlPreAssembly.XmlProtein(String name, String fullName, CvTerm type)
Constructor for XmlProtein.XmlProtein(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlProtein.XmlProtein(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlProtein.XmlProtein(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type, Organism organism)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type, Xref uniqueId)
Constructor for XmlProtein.XmlVariableParameter(String description, CvTerm unit)
Constructor for XmlVariableParameter.XmlVariableParameter(String description, Experiment experiment, CvTerm unit)
Constructor for XmlVariableParameter.XmlXref(CvTerm database, String id)
Constructor for XmlXref.XmlXref(CvTerm database, String id, String version)
Constructor for XmlXref.XmlXref(CvTerm database, String id, String version, CvTerm qualifier)
Constructor for XmlXref.XmlXref(CvTerm database, String id, CvTerm qualifier)
Constructor for XmlXref. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement CvTerm Modifier and Type Class Description class
AbstractXmlCvTerm
Abstract cv termclass
AbstractXmlSource
Desciption of the source of the entry, usually an organisationclass
DefaultXmlSource
Desciption of the source of the entry, usually an organisationclass
ExperimentalCvTerm
This elements is controlled by the PSI-MI controlled vocabulary "experimentalPreparation", root term id MI:0346.class
XmlCvTerm
Xml implementation of CvTerm.class
XmlOpenCvTerm
Xml implementation of CvTerm.class
XmlSource
Desciption of the source of the entry, usually an organisationMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return CvTerm Modifier and Type Method Description CvTerm
XmlAllostery. getAllostericMechanism()
Getter for the fieldallostericMechanism
.CvTerm
XmlAllostery. getAllosteryType()
Getter for the fieldallosteryType
.CvTerm
AbstractXmlParticipant. getBiologicalEffect()
Gets the value of the biologicalEffect property.CvTerm
AbstractXmlParticipantPool. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
XmlParticipantEvidenceWrapper. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
XmlParticipantWrapper. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
AbstractXmlParticipant. getBiologicalRole()
Gets the value of the biologicalRole property.CvTerm
AbstractXmlParticipantPool. getBiologicalRole()
The biological role of the participant.CvTerm
XmlParticipantEvidenceWrapper. getBiologicalRole()
The biological role of the participant.CvTerm
XmlParticipantWrapper. getBiologicalRole()
The biological role of the participant.CvTerm
XmlOrganism. getCellType()
Getter for the fieldcellType
.CvTerm
XmlOrganism. getCompartment()
Getter for the fieldcompartment
.CvTerm
XmlXref. getDatabase()
Getter for the fielddatabase
.CvTerm
AbstractXmlModelledInteraction. getEvidenceType()
Getter for the fieldevidenceType
.CvTerm
XmlBasicInteractionComplexWrapper. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
XmlInteractionEvidenceComplexWrapper. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
XmlModelledInteraction. getEvidenceType()
Getter for the fieldevidenceType
.CvTerm
XmlModelledInteractionComplexWrapper. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
XmlExperimentalParticipantPool. getExperimentalRole()
The experimental role of the participant.CvTerm
XmlParticipantEvidence. getExperimentalRole()
getExperimentalRole.CvTerm
AbstractXmlExperiment. getFeatureDetectionMethod()
Gets the value of the featureDetectionMethod property.CvTerm
AbstractXmlExperiment. getInteractionDetectionMethod()
Gets the value of the interactionDetectionMethod property.CvTerm
AbstractPsiXmlInteraction. getInteractionType()
getInteractionType.abstract CvTerm
AbstractXmlInteraction. getInteractionType()
getInteractionType.CvTerm
XmlBasicInteractionComplexWrapper. getInteractionType()
getInteractionType.CvTerm
XmlInteractionEvidenceComplexWrapper. getInteractionType()
getInteractionType.CvTerm
XmlModelledInteraction. getInteractionType()
getInteractionType.CvTerm
XmlModelledInteractionComplexWrapper. getInteractionType()
getInteractionType.CvTerm
AbstractXmlComplex. getInteractorType()
The molecule type of this interactor.CvTerm
XmlBasicInteractionComplexWrapper. getInteractorType()
The molecule type of this interactor.CvTerm
XmlInteractionEvidenceComplexWrapper. getInteractorType()
The molecule type of this interactor.CvTerm
XmlModelledInteraction. getInteractorType()
Getter for the fieldinteractorType
.CvTerm
XmlModelledInteractionComplexWrapper. getInteractorType()
The molecule type of this interactor.CvTerm
AbstractXmlCooperativeEffect. getOutCome()
getOutCome.CvTerm
AbstractXmlExperiment. getParticipantIdentificationMethod()
Gets the value of the participantIdentificationMethod property.CvTerm
XmlXref. getQualifier()
Getter for the fieldqualifier
.CvTerm
XmlCausalRelationship. getRelationType()
Getter for the fieldrelationType
.CvTerm
AbstractXmlCooperativeEffect. getResponse()
Getter for the fieldresponse
.CvTerm
AbstractXmlFeature. getRole()
Getter for the fieldrole
.CvTerm
XmlFeatureEvidenceWrapper. getRole()
The effect of this feature on the interaction where the feature has been reported or the interaction dependency between the interaction reporting this feature and this feature.CvTerm
XmlFeatureWrapper. getRole()
The effect of this feature on the interaction where the feature has been reported or the interaction dependency between the interaction reporting this feature and this feature.CvTerm
AbstractXmlPosition. getStatus()
Getter for the fieldstatus
.CvTerm
XmlInterval. getStatus()
Getter for the fieldstatus
.CvTerm
XmlPosition. getStatus()
Getter for the fieldstatus
.CvTerm
XmlOrganism. getTissue()
Getter for the fieldtissue
.CvTerm
AbstractXmlAnnotation. getTopic()
Getter for the fieldtopic
.CvTerm
AbstractXmlConfidence. getType()
Gets the value of the type property.CvTerm
AbstractXmlFeature. getType()
Getter for the fieldtype
.CvTerm
AbstractXmlParameter. getType()
Getter for the fieldtype
.CvTerm
AbstractXmlParticipantPool. getType()
Getter for the fieldtype
.CvTerm
XmlAlias. getType()
Getter for the fieldtype
.CvTerm
XmlConfidenceWrapper. getType()
Method used to compute the confidence value.CvTerm
XmlExperimentalParticipantPoolWrapper. getType()
The pool type of this participant pool.CvTerm
XmlFeatureEvidenceWrapper. getType()
The type for this feature.CvTerm
XmlFeatureWrapper. getType()
The type for this feature.CvTerm
XmlParameterWrapper. getType()
The parameter type is a controlled vocabulary term and it cannot be null.CvTerm
XmlParticipantPoolWrapper. getType()
The pool type of this participant pool.CvTerm
AbstractXmlParameter. getUnit()
Getter for the fieldunit
.CvTerm
XmlParameterWrapper. getUnit()
Unit of the parameter is a controlled vocabulary term.CvTerm
XmlVariableParameter. getUnit()
Getter for the fieldunit
.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 that return types with arguments of type CvTerm Modifier and Type Method Description Collection<CvTerm>
XmlFeatureEvidence. getDetectionMethods()
getDetectionMethods.Collection<CvTerm>
XmlCooperativityEvidence. getEvidenceMethods()
getEvidenceMethods.Collection<CvTerm>
XmlExperimentalParticipantPool. getExperimentalPreparations()
The experimental preparations for this participant.Collection<CvTerm>
XmlParticipantEvidence. getExperimentalPreparations()
getExperimentalPreparations.List<CvTerm>
XmlParticipantEvidence. getExperimentalRoles()
getExperimentalRoles.Collection<CvTerm>
XmlExperimentalParticipantPool. getIdentificationMethods()
The identification methods for this participant.Collection<CvTerm>
XmlParticipantEvidence. getIdentificationMethods()
getIdentificationMethods.List<CvTerm>
AbstractPsiXmlInteraction. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
AbstractXmlBasicInteraction. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
AbstractXmlInteractionEvidence. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
AbstractXmlModelledInteraction. getInteractionTypes()
Gets the value of the interactionTypeList property.List<CvTerm>
XmlBasicInteractionComplexWrapper. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlInteractionEvidenceComplexWrapper. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlModelledInteractionComplexWrapper. getInteractionTypes()
getInteractionTypes.List<CvTerm>
XmlCooperativityEvidence.JAXBEvidenceMethodWrapper. getJAXBEvidenceMethods()
List<CvTerm>
XmlParticipantEvidence.JAXBExperimentalPreparationWrapper. getJAXBExperimentalPreparations()
List<CvTerm>
XmlParticipantEvidence.JAXBExperimentalRoleWrapper. getJAXBExperimentalRoles()
List<CvTerm>
XmlFeatureEvidence. getJAXBFeatureDetectionMethods()
getJAXBFeatureDetectionMethods.List<CvTerm>
XmlParticipantEvidence.JAXBParticipantIdentificationWrapper. getJAXBParticipantIdentificationMethods()
Methods in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type CvTerm Modifier and Type Method Description void
XmlAllostery. setAllostericMechanism(CvTerm mechanism)
Sets the allosteric mechanism.void
XmlAllostery. setAllosteryType(CvTerm type)
Sets the allostery type.void
AbstractXmlParticipant. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
AbstractXmlParticipantPool. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
XmlParticipantEvidenceWrapper. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
XmlParticipantWrapper. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
AbstractXmlParticipant. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
AbstractXmlParticipantPool. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
XmlParticipantEvidenceWrapper. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
XmlParticipantWrapper. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
XmlOrganism. setCellType(CvTerm cellType)
Sets the cell typevoid
XmlOrganism. setCompartment(CvTerm compartment)
Sets the compartment.void
AbstractXmlModelledInteraction. setEvidenceType(CvTerm evidenceType)
Sets the evidence typevoid
XmlBasicInteractionComplexWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
XmlInteractionEvidenceComplexWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
XmlModelledInteraction. setEvidenceType(CvTerm evidenceType)
Sets the evidence typevoid
XmlModelledInteractionComplexWrapper. setEvidenceType(CvTerm eco)
Sets the evidence typevoid
XmlExperimentalParticipantPool. setExperimentalRole(CvTerm expRole)
Sets the experimental role.void
XmlParticipantEvidence. setExperimentalRole(CvTerm expRole)
Sets the experimental role.void
AbstractXmlExperiment. setFeatureDetectionMethod(CvTerm value)
setFeatureDetectionMethod.void
AbstractXmlExperiment. setInteractionDetectionMethod(CvTerm value)
Set the interaction detection method for this experiment If term is null, this method will set the interaction detection method to 'unspecified method' (MI:0686).void
AbstractPsiXmlInteraction. setInteractionType(CvTerm term)
Sets the interaction type.abstract void
AbstractXmlInteraction. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlBasicInteractionComplexWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlInteractionEvidenceComplexWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlModelledInteraction. setInteractionType(CvTerm term)
Sets the interaction type.void
XmlModelledInteractionComplexWrapper. setInteractionType(CvTerm term)
Sets the interaction type.void
AbstractXmlComplex. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlBasicInteractionComplexWrapper. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlBioactiveEntity. setInteractorType(CvTerm interactorType)
Sets the interactor type of this bioactive entity.void
XmlGene. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlInteractionEvidenceComplexWrapper. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlModelledInteraction. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlModelledInteractionComplexWrapper. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
XmlNucleicAcid. setInteractorType(CvTerm interactorType)
Sets the interactor type of this NucleicAcid.void
XmlProtein. setInteractorType(CvTerm interactorType)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
AbstractXmlCooperativeEffect. setOutCome(CvTerm effect)
Sets the cooperative effect outcomevoid
AbstractXmlExperiment. setParticipantIdentificationMethod(CvTerm value)
setParticipantIdentificationMethod.void
AbstractXmlCooperativeEffect. setResponse(CvTerm response)
Sets the response.void
AbstractXmlFeature. setRole(CvTerm effect)
Sets the interaction effect/role for this feature.void
XmlFeatureEvidenceWrapper. setRole(CvTerm effect)
Sets the interaction effect/role for this feature.void
XmlFeatureWrapper. setRole(CvTerm effect)
Sets the interaction effect/role for this feature.void
XmlOrganism. setTissue(CvTerm tissue)
Sets the tissuevoid
AbstractXmlFeature. setType(CvTerm type)
Sets the feature type.void
AbstractXmlParticipantPool. setType(CvTerm type)
Sets the pool type for this participant pool If the given type is null, this method automatically sets the interactor type to 'molecule set' (MI:1304)void
XmlExperimentalParticipantPoolWrapper. setType(CvTerm type)
Sets the pool type for this participant pool If the given type is null, this method automatically sets the interactor type to 'molecule set' (MI:1304)void
XmlFeatureEvidenceWrapper. setType(CvTerm type)
Sets the feature type.void
XmlFeatureWrapper. setType(CvTerm type)
Sets the feature type.void
XmlParticipantPoolWrapper. setType(CvTerm type)
Sets the pool type for this participant pool If the given type is null, this method automatically sets the interactor type to 'molecule set' (MI:1304)void
XmlVariableParameter. setUnit(CvTerm unit)
Sets the unit of this variableParameter.Constructors in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type CvTerm Constructor Description AbstractPsiXmlInteraction(String shortName, CvTerm type)
Constructor for AbstractPsiXmlInteraction.AbstractXmlAnnotation(CvTerm topic)
Constructor for AbstractXmlAnnotation.AbstractXmlAnnotation(CvTerm topic, String value)
Constructor for AbstractXmlAnnotation.AbstractXmlBasicInteraction(String shortName, CvTerm type)
Constructor for AbstractXmlBasicInteraction.AbstractXmlComplex(String name, String fullName, CvTerm type)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, String fullName, CvTerm type, Organism organism)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type, Organism organism)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlComplex(String name, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlComplex.AbstractXmlConfidence(CvTerm type, String value)
Constructor for AbstractXmlConfidence.AbstractXmlCooperativeEffect(CvTerm outcome)
Constructor for AbstractXmlCooperativeEffect.AbstractXmlCooperativeEffect(CvTerm outcome, CvTerm response)
Constructor for AbstractXmlCooperativeEffect.AbstractXmlExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for AbstractXmlExperiment.AbstractXmlExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for AbstractXmlExperiment.AbstractXmlFeature(String shortName, String fullName, CvTerm type)
Constructor for AbstractXmlFeature.AbstractXmlFeature(String shortName, String fullName, CvTerm type, String interpro)
Constructor for AbstractXmlFeature.AbstractXmlFeature(CvTerm type)
Constructor for AbstractXmlFeature.AbstractXmlFeature(CvTerm type, String interpro)
Constructor for AbstractXmlFeature.AbstractXmlInteraction(String shortName, CvTerm type)
Constructor for AbstractXmlInteraction.AbstractXmlInteractionEvidence(String shortName, CvTerm type)
Constructor for AbstractXmlInteractionEvidence.AbstractXmlInteractor(String name, String fullName, CvTerm type)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type, Organism organism)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for AbstractXmlInteractor.AbstractXmlModelledInteraction(String shortName, CvTerm type)
Constructor for AbstractXmlModelledInteraction.AbstractXmlParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty, CvTerm unit)
Constructor for AbstractXmlParameter.AbstractXmlParticipant(Interactor interactor, CvTerm bioRole)
Constructor for AbstractXmlParticipant.AbstractXmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for AbstractXmlParticipant.AbstractXmlPosition(CvTerm status, boolean positionUndetermined)
Constructor for AbstractXmlPosition.DefaultXmlAnnotation(CvTerm topic)
Constructor for DefaultXmlAnnotation.DefaultXmlAnnotation(CvTerm topic, String value)
Constructor for DefaultXmlAnnotation.DefaultXmlBasicInteraction(String shortName, CvTerm type)
Constructor for DefaultXmlBasicInteraction.DefaultXmlComplex(String name, String fullName, CvTerm type)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type, Organism organism)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlComplex(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlComplex.DefaultXmlExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for DefaultXmlExperiment.DefaultXmlExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for DefaultXmlExperiment.DefaultXmlInteractionEvidence(String shortName, CvTerm type)
Constructor for DefaultXmlInteractionEvidence.DefaultXmlInteractor(String name, String fullName, CvTerm type)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type, Organism organism)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for DefaultXmlInteractor.DefaultXmlModelledInteraction(String shortName, CvTerm type)
Constructor for DefaultXmlModelledInteraction.HostOrganism(int taxId, String commonName, String scientificName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for HostOrganism.HostOrganism(int taxId, String commonName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for HostOrganism.HostOrganism(int taxId, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for HostOrganism.XmlAlias(String name, CvTerm type)
Constructor for XmlAlias.XmlAllostery(CvTerm outcome)
Constructor for XmlAllostery.XmlAllostery(CvTerm outcome, CvTerm response)
Constructor for XmlAllostery.XmlAnnotation(CvTerm topic)
Constructor for XmlAnnotation.XmlAnnotation(CvTerm topic, String value)
Constructor for XmlAnnotation.XmlBasicInteraction(String shortName, CvTerm type)
Constructor for XmlBasicInteraction.XmlBioactiveEntity(String name, String fullName, CvTerm type)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, String uniqueChebi)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Organism organism, String uniqueChebi)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Organism organism)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Organism organism, String uniqueChebi)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlBioactiveEntity(String name, CvTerm type, Xref uniqueId)
Constructor for XmlBioactiveEntity.XmlCausalRelationship(CvTerm relationType, Participant target)
Constructor for XmlCausalRelationship.XmlComplex(String name, String fullName, CvTerm type)
Constructor for XmlComplex.XmlComplex(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlComplex.XmlComplex(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlComplex.XmlComplex(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type, Organism organism)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlComplex.XmlComplex(String name, CvTerm type, Xref uniqueId)
Constructor for XmlComplex.XmlConfidence(CvTerm type, String value)
Constructor for XmlConfidence.XmlExperiment(Publication publication, CvTerm interactionDetectionMethod)
Constructor for XmlExperiment.XmlExperiment(Publication publication, CvTerm interactionDetectionMethod, Organism organism)
Constructor for XmlExperiment.XmlFeature(String shortName, String fullName, CvTerm type)
Constructor for XmlFeature.XmlFeature(String shortName, String fullName, CvTerm type, String interpro)
Constructor for XmlFeature.XmlFeature(CvTerm type)
Constructor for XmlFeature.XmlFeature(CvTerm type, String interpro)
Constructor for XmlFeature.XmlFeatureEvidence(String shortName, String fullName, CvTerm type)
Constructor for XmlFeatureEvidence.XmlFeatureEvidence(String shortName, String fullName, CvTerm type, String interpro)
Constructor for XmlFeatureEvidence.XmlFeatureEvidence(CvTerm type)
Constructor for XmlFeatureEvidence.XmlFeatureEvidence(CvTerm type, String interpro)
Constructor for XmlFeatureEvidence.XmlGene(String name, String fullName, CvTerm type, Organism organism, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, String fullName, CvTerm type, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, String fullName, CvTerm type, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Organism organism, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Organism organism, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Xref ensembl)
Constructor for XmlGene.XmlGene(String name, CvTerm type, Xref uniqueId, Xref ensembl)
Constructor for XmlGene.XmlInteractionEvidence(String shortName, CvTerm type)
Constructor for XmlInteractionEvidence.XmlInteractor(String name, String fullName, CvTerm type)
Constructor for XmlInteractor.XmlInteractor(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlInteractor.XmlInteractor(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractor(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type, Organism organism)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractor(String name, CvTerm type, Xref uniqueId)
Constructor for XmlInteractor.XmlInteractorPool(String name, String fullName, CvTerm type)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type, Organism organism)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInteractorPool(String name, CvTerm type, Xref uniqueId)
Constructor for XmlInteractorPool.XmlInterval(CvTerm status, boolean positionUndetermined)
Constructor for XmlInterval.XmlInterval(CvTerm status, long start, long end, boolean positionUndetermined)
Constructor for XmlInterval.XmlModelledFeature(String shortName, String fullName, CvTerm type)
Constructor for XmlModelledFeature.XmlModelledFeature(String shortName, String fullName, CvTerm type, String interpro)
Constructor for XmlModelledFeature.XmlModelledFeature(CvTerm type)
Constructor for XmlModelledFeature.XmlModelledFeature(CvTerm type, String interpro)
Constructor for XmlModelledFeature.XmlModelledInteraction(String shortName, CvTerm type)
Constructor for XmlModelledInteraction.XmlModelledParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty, CvTerm unit)
Constructor for XmlModelledParameter.XmlModelledParticipant(Interactor interactor, CvTerm bioRole)
Constructor for XmlModelledParticipant.XmlModelledParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlModelledParticipant.XmlMolecule(String name, String fullName, CvTerm type)
Constructor for XmlMolecule.XmlMolecule(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlMolecule.XmlMolecule(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlMolecule.XmlMolecule(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type, Organism organism)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlMolecule.XmlMolecule(String name, CvTerm type, Xref uniqueId)
Constructor for XmlMolecule.XmlNucleicAcid(String name, String fullName, CvTerm type)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type, Organism organism)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlNucleicAcid(String name, CvTerm type, Xref uniqueId)
Constructor for XmlNucleicAcid.XmlOrganism(int taxId, String commonName, String scientificName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for XmlOrganism.XmlOrganism(int taxId, String commonName, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for XmlOrganism.XmlOrganism(int taxId, CvTerm cellType, CvTerm tissue, CvTerm compartment)
Constructor for XmlOrganism.XmlParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty, CvTerm unit)
Constructor for XmlParameter.XmlParticipant(Interactor interactor, CvTerm bioRole)
Constructor for XmlParticipant.XmlParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipant.XmlParticipantEvidence(Interactor interactor, CvTerm bioRole)
Constructor for XmlParticipantEvidence.XmlParticipantEvidence(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for XmlParticipantEvidence.XmlPolymer(String name, String fullName, CvTerm type)
Constructor for XmlPolymer.XmlPolymer(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlPolymer.XmlPolymer(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlPolymer.XmlPolymer(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type, Organism organism)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlPolymer.XmlPolymer(String name, CvTerm type, Xref uniqueId)
Constructor for XmlPolymer.XmlPosition(CvTerm status, boolean positionUndetermined)
Constructor for XmlPosition.XmlPosition(CvTerm status, long pos, boolean positionUndetermined)
Constructor for XmlPosition.XmlPreAssembly(CvTerm outcome)
Constructor for XmlPreAssembly.XmlPreAssembly(CvTerm outcome, CvTerm response)
Constructor for XmlPreAssembly.XmlProtein(String name, String fullName, CvTerm type)
Constructor for XmlProtein.XmlProtein(String name, String fullName, CvTerm type, Organism organism)
Constructor for XmlProtein.XmlProtein(String name, String fullName, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlProtein.XmlProtein(String name, String fullName, CvTerm type, Xref uniqueId)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type, Organism organism)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type, Organism organism, Xref uniqueId)
Constructor for XmlProtein.XmlProtein(String name, CvTerm type, Xref uniqueId)
Constructor for XmlProtein.XmlVariableParameter(String description, CvTerm unit)
Constructor for XmlVariableParameter.XmlVariableParameter(String description, Experiment experiment, CvTerm unit)
Constructor for XmlVariableParameter.XmlXref(CvTerm database, String id)
Constructor for XmlXref.XmlXref(CvTerm database, String id, String version)
Constructor for XmlXref.XmlXref(CvTerm database, String id, String version, CvTerm qualifier)
Constructor for XmlXref.XmlXref(CvTerm database, String id, CvTerm qualifier)
Constructor for XmlXref. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.reference
Methods in psidev.psi.mi.jami.xml.model.reference that return CvTerm Modifier and Type Method Description CvTerm
AbstractFeatureRef. getRole()
getRole.CvTerm
AbstractFeatureRef. getType()
getType.Methods in psidev.psi.mi.jami.xml.model.reference with parameters of type CvTerm Modifier and Type Method Description void
AbstractFeatureRef. setRole(CvTerm effect)
Sets the interaction effect/role for this feature.void
AbstractFeatureRef. setType(CvTerm type)
Sets the feature type. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.reference.xml253
Methods in psidev.psi.mi.jami.xml.model.reference.xml253 that return CvTerm Modifier and Type Method Description CvTerm
AbstractParticipantRef. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
AbstractParticipantRef. getBiologicalRole()
getBiologicalRole.CvTerm
AbstractComplexRef. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
AbstractExperimentRef. getFeatureDetectionMethod()
getFeatureDetectionMethod.CvTerm
AbstractExperimentRef. getInteractionDetectionMethod()
getInteractionDetectionMethod.CvTerm
AbstractComplexRef. getInteractionType()
getInteractionType.CvTerm
AbstractInteractorRef. getInteractorType()
getInteractorType.CvTerm
AbstractExperimentRef. getParticipantIdentificationMethod()
getParticipantIdentificationMethod.Methods in psidev.psi.mi.jami.xml.model.reference.xml253 that return types with arguments of type CvTerm Modifier and Type Method Description List<CvTerm>
AbstractComplexRef. getInteractionTypes()
getInteractionTypes.Methods in psidev.psi.mi.jami.xml.model.reference.xml253 with parameters of type CvTerm Modifier and Type Method Description void
AbstractParticipantRef. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
AbstractParticipantRef. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
AbstractComplexRef. setEvidenceType(CvTerm eco)
void
AbstractExperimentRef. setFeatureDetectionMethod(CvTerm method)
setFeatureDetectionMethod.void
AbstractExperimentRef. setInteractionDetectionMethod(CvTerm term)
Set the interaction detection method for this experiment If term is null, this method will set the interaction detection method to 'unspecified method' (MI:0686).void
AbstractComplexRef. setInteractionType(CvTerm term)
Sets the interaction type.void
AbstractInteractorRef. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
AbstractExperimentRef. setParticipantIdentificationMethod(CvTerm method)
setParticipantIdentificationMethod. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.reference.xml254
Methods in psidev.psi.mi.jami.xml.model.reference.xml254 that return CvTerm Modifier and Type Method Description CvTerm
AbstractParticipantRef. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
AbstractParticipantRef. getBiologicalRole()
getBiologicalRole.CvTerm
AbstractComplexRef. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
AbstractExperimentRef. getFeatureDetectionMethod()
getFeatureDetectionMethod.CvTerm
AbstractExperimentRef. getInteractionDetectionMethod()
getInteractionDetectionMethod.CvTerm
AbstractComplexRef. getInteractionType()
getInteractionType.CvTerm
AbstractInteractorRef. getInteractorType()
getInteractorType.CvTerm
AbstractExperimentRef. getParticipantIdentificationMethod()
getParticipantIdentificationMethod.Methods in psidev.psi.mi.jami.xml.model.reference.xml254 that return types with arguments of type CvTerm Modifier and Type Method Description List<CvTerm>
AbstractComplexRef. getInteractionTypes()
getInteractionTypes.Methods in psidev.psi.mi.jami.xml.model.reference.xml254 with parameters of type CvTerm Modifier and Type Method Description void
AbstractParticipantRef. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
AbstractParticipantRef. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
AbstractComplexRef. setEvidenceType(CvTerm eco)
void
AbstractExperimentRef. setFeatureDetectionMethod(CvTerm method)
setFeatureDetectionMethod.void
AbstractExperimentRef. setInteractionDetectionMethod(CvTerm term)
Set the interaction detection method for this experiment If term is null, this method will set the interaction detection method to 'unspecified method' (MI:0686).void
AbstractComplexRef. setInteractionType(CvTerm term)
Sets the interaction type.void
AbstractInteractorRef. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
AbstractExperimentRef. setParticipantIdentificationMethod(CvTerm method)
setParticipantIdentificationMethod. -
Uses of CvTerm in psidev.psi.mi.jami.xml.model.reference.xml300
Methods in psidev.psi.mi.jami.xml.model.reference.xml300 that return CvTerm Modifier and Type Method Description CvTerm
AbstractParticipantRef. getBiologicalEffect()
The biological effect of the participant in a causal interaction.CvTerm
AbstractParticipantRef. getBiologicalRole()
getBiologicalRole.CvTerm
AbstractComplexRef. getEvidenceType()
The evidence type for this modelled interactions.CvTerm
AbstractExperimentRef. getFeatureDetectionMethod()
getFeatureDetectionMethod.CvTerm
AbstractExperimentRef. getInteractionDetectionMethod()
getInteractionDetectionMethod.CvTerm
AbstractComplexRef. getInteractionType()
getInteractionType.CvTerm
AbstractInteractorRef. getInteractorType()
getInteractorType.CvTerm
AbstractExperimentRef. getParticipantIdentificationMethod()
getParticipantIdentificationMethod.Methods in psidev.psi.mi.jami.xml.model.reference.xml300 that return types with arguments of type CvTerm Modifier and Type Method Description List<CvTerm>
AbstractComplexRef. getInteractionTypes()
getInteractionTypes.Methods in psidev.psi.mi.jami.xml.model.reference.xml300 with parameters of type CvTerm Modifier and Type Method Description void
AbstractParticipantRef. setBiologicalEffect(CvTerm biologicalEffect)
Sets the biological effect of the participant in a causal interaction.void
AbstractParticipantRef. setBiologicalRole(CvTerm bioRole)
Sets the biological role.void
AbstractComplexRef. setEvidenceType(CvTerm eco)
void
AbstractExperimentRef. setFeatureDetectionMethod(CvTerm method)
setFeatureDetectionMethod.void
AbstractExperimentRef. setInteractionDetectionMethod(CvTerm term)
Set the interaction detection method for this experiment If term is null, this method will set the interaction detection method to 'unspecified method' (MI:0686).void
AbstractComplexRef. setInteractionType(CvTerm term)
Sets the interaction type.void
AbstractInteractorRef. setInteractorType(CvTerm type)
Sets the molecule type for this interactor If the given type is null, this method automatically sets the interactor type to 'unknown participant' (MI:0329)void
AbstractExperimentRef. setParticipantIdentificationMethod(CvTerm method)
setParticipantIdentificationMethod.
-