Class MinimalParticipantEvidenceEnricher<P extends ParticipantEvidence>
- java.lang.Object
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalEntityEnricher<P,F>
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalParticipantEnricher<P,FeatureEvidence>
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalParticipantEvidenceEnricher<P>
-
- All Implemented Interfaces:
EntityEnricher<P,FeatureEvidence>,MIEnricher<P>,ParticipantEnricher<P,FeatureEvidence>,ParticipantEvidenceEnricher<P>
- Direct Known Subclasses:
FullParticipantEvidenceEnricher,MinimalExperimentalParticipantPoolEnricher,MinimalParticipantEvidenceUpdater
public class MinimalParticipantEvidenceEnricher<P extends ParticipantEvidence> extends MinimalParticipantEnricher<P,FeatureEvidence> implements ParticipantEvidenceEnricher<P>
Created with IntelliJ IDEA.- Since:
- 28/06/13
- Author:
- Gabriel Aldam (galdam@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description MinimalParticipantEvidenceEnricher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrganismEnrichergetOrganismEnricher()Getter for the fieldorganismEnricher.protected voidmergeIdentificationMethods(P termToEnrich, Collection<CvTerm> toEnrichTerms, Collection<CvTerm> fetchedTerms, boolean remove)mergeIdentificationMethods.protected voidprocessExperimentalRole(P participantEvidenceToEnrich)processExperimentalRole.voidprocessExperimentalRole(P participantEvidenceToEnrich, P objectSource)processExperimentalRole.protected voidprocessExpressedInOrganism(P participantEvidenceToEnrich)processExpressedInOrganism.protected voidprocessExpressedInOrganism(P participantEvidenceToEnrich, P objectSource)processExpressedInOrganism.protected voidprocessIdentificationMethods(P participantEvidenceToEnrich)processIdentificationMethods.voidprocessIdentificationMethods(P participantEvidenceToEnrich, P objectSource)processIdentificationMethods.voidprocessOtherProperties(P participantEvidenceToEnrich)processOtherProperties.voidprocessOtherProperties(P participantEvidenceToEnrich, P objectSource)processOtherProperties.voidsetOrganismEnricher(OrganismEnricher organismEnricher)setOrganismEnricher.-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.minimal.MinimalParticipantEnricher
enrich, getCvTermEnricher, processAliases, processBiologicalRole, processBiologicalRole, processInteractor, setCvTermEnricher
-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.minimal.MinimalEntityEnricher
enrich, enrich, getFeatureEnricher, getInteractorEnricher, getParticipantEnricherListener, processFeatures, processFeatures, processInteractor, setFeatureEnricher, setInteractorEnricher, setParticipantEnricherListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.enricher.EntityEnricher
getFeatureEnricher, getInteractorEnricher, getParticipantEnricherListener, setFeatureEnricher, setInteractorEnricher, setParticipantEnricherListener
-
Methods inherited from interface psidev.psi.mi.jami.enricher.MIEnricher
enrich, enrich, enrich
-
Methods inherited from interface psidev.psi.mi.jami.enricher.ParticipantEnricher
getCvTermEnricher, setCvTermEnricher
-
-
-
-
Method Detail
-
getOrganismEnricher
public OrganismEnricher getOrganismEnricher()
Getter for the field
organismEnricher.- Specified by:
getOrganismEnricherin interfaceParticipantEvidenceEnricher<P extends ParticipantEvidence>- Returns:
- a
OrganismEnricherobject.
-
setOrganismEnricher
public void setOrganismEnricher(OrganismEnricher organismEnricher)
setOrganismEnricher.
- Specified by:
setOrganismEnricherin interfaceParticipantEvidenceEnricher<P extends ParticipantEvidence>- Parameters:
organismEnricher- aOrganismEnricherobject.
-
processOtherProperties
public void processOtherProperties(P participantEvidenceToEnrich) throws EnricherException
processOtherProperties.
- Overrides:
processOtherPropertiesin classMinimalParticipantEnricher<P extends ParticipantEvidence,FeatureEvidence>- Parameters:
participantEvidenceToEnrich- a P object.- Throws:
EnricherException- if any.
-
processExpressedInOrganism
protected void processExpressedInOrganism(P participantEvidenceToEnrich) throws EnricherException
processExpressedInOrganism.
- Parameters:
participantEvidenceToEnrich- a P object.- Throws:
EnricherException- if any.
-
processIdentificationMethods
protected void processIdentificationMethods(P participantEvidenceToEnrich) throws EnricherException
processIdentificationMethods.
- Parameters:
participantEvidenceToEnrich- a P object.- Throws:
EnricherException- if any.
-
processExperimentalRole
protected void processExperimentalRole(P participantEvidenceToEnrich) throws EnricherException
processExperimentalRole.
- Parameters:
participantEvidenceToEnrich- a P object.- Throws:
EnricherException- if any.
-
processOtherProperties
public void processOtherProperties(P participantEvidenceToEnrich, P objectSource) throws EnricherException
processOtherProperties.
- Overrides:
processOtherPropertiesin classMinimalParticipantEnricher<P extends ParticipantEvidence,FeatureEvidence>- Parameters:
participantEvidenceToEnrich- a P object.objectSource- a P object.- Throws:
EnricherException- if any.
-
processExpressedInOrganism
protected void processExpressedInOrganism(P participantEvidenceToEnrich, P objectSource) throws EnricherException
processExpressedInOrganism.
- Parameters:
participantEvidenceToEnrich- a P object.objectSource- a P object.- Throws:
EnricherException- if any.
-
processIdentificationMethods
public void processIdentificationMethods(P participantEvidenceToEnrich, P objectSource) throws EnricherException
processIdentificationMethods.
- Parameters:
participantEvidenceToEnrich- a P object.objectSource- a P object.- Throws:
EnricherException- if any.
-
processExperimentalRole
public void processExperimentalRole(P participantEvidenceToEnrich, P objectSource) throws EnricherException
processExperimentalRole.
- Parameters:
participantEvidenceToEnrich- a P object.objectSource- a P object.- Throws:
EnricherException- if any.
-
mergeIdentificationMethods
protected void mergeIdentificationMethods(P termToEnrich, Collection<CvTerm> toEnrichTerms, Collection<CvTerm> fetchedTerms, boolean remove) throws EnricherException
mergeIdentificationMethods.
- Parameters:
termToEnrich- a P object.toEnrichTerms- aCollectionobject.fetchedTerms- aCollectionobject.remove- a boolean.- Throws:
EnricherException- if any.
-
-