Class FullInteractionEvidenceUpdater
- java.lang.Object
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalInteractionEnricher<InteractionEvidence>
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalInteractionEvidenceEnricher
-
- psidev.psi.mi.jami.enricher.impl.full.FullInteractionEvidenceEnricher
-
- psidev.psi.mi.jami.enricher.impl.full.FullInteractionEvidenceUpdater
-
- All Implemented Interfaces:
InteractionEnricher<InteractionEvidence>,InteractionEvidenceEnricher,MIEnricher<InteractionEvidence>
public class FullInteractionEvidenceUpdater extends FullInteractionEvidenceEnricher
Full updater for interaction evidence- Since:
01/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Modifier Constructor Description FullInteractionEvidenceUpdater()Constructor for FullInteractionEvidenceUpdater.protectedFullInteractionEvidenceUpdater(FullInteractionUpdater<InteractionEvidence> interactionEnricher)Constructor for FullInteractionEvidenceUpdater.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessConfidences(InteractionEvidence objectToEnrich, InteractionEvidence objectSource)processConfidences.protected voidprocessExperiment(InteractionEvidence objectToEnrich, InteractionEvidence objectSource)processExperiment.protected voidprocessOtherProperties(InteractionEvidence objectToEnrich, InteractionEvidence objectSource)processOtherProperties.protected voidprocessParameters(InteractionEvidence objectToEnrich, InteractionEvidence objectSource)processParameters.protected voidprocessVariableParameters(InteractionEvidence objectToEnrich, InteractionEvidence objectSource)processVariableParameters.-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.full.FullInteractionEvidenceEnricher
getCvTermEnricher, getInteractionEnricher, getInteractionEnricherListener, getParticipantEnricher, mergerVariableParameters, processOtherProperties, setCvTermEnricher, setInteractionEnricherListener, setParticipantEnricher
-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.minimal.MinimalInteractionEvidenceEnricher
getExperimentEnricher, processExperiment, setExperimentEnricher
-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.minimal.MinimalInteractionEnricher
enrich, enrich, enrich, processCreatedDate, processIdentifiers, processInteractionType, processInteractionType, processMinimalUpdates, processParticipants, processParticipants, processShortName, processUpdateDate
-
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.MIEnricher
enrich, enrich, enrich
-
-
-
-
Constructor Detail
-
FullInteractionEvidenceUpdater
public FullInteractionEvidenceUpdater()
Constructor for FullInteractionEvidenceUpdater.
-
FullInteractionEvidenceUpdater
protected FullInteractionEvidenceUpdater(FullInteractionUpdater<InteractionEvidence> interactionEnricher)
Constructor for FullInteractionEvidenceUpdater.
- Parameters:
interactionEnricher- aFullInteractionUpdaterobject.
-
-
Method Detail
-
processConfidences
protected void processConfidences(InteractionEvidence objectToEnrich, InteractionEvidence objectSource) throws EnricherException
processConfidences.
- Overrides:
processConfidencesin classFullInteractionEvidenceEnricher- Parameters:
objectToEnrich- aInteractionEvidenceobject.objectSource- aInteractionEvidenceobject.- Throws:
EnricherException- if any.
-
processParameters
protected void processParameters(InteractionEvidence objectToEnrich, InteractionEvidence objectSource) throws EnricherException
processParameters.
- Overrides:
processParametersin classFullInteractionEvidenceEnricher- Parameters:
objectToEnrich- aInteractionEvidenceobject.objectSource- aInteractionEvidenceobject.- Throws:
EnricherException- if any.
-
processVariableParameters
protected void processVariableParameters(InteractionEvidence objectToEnrich, InteractionEvidence objectSource) throws EnricherException
processVariableParameters.
- Overrides:
processVariableParametersin classFullInteractionEvidenceEnricher- Parameters:
objectToEnrich- aInteractionEvidenceobject.objectSource- aInteractionEvidenceobject.- Throws:
EnricherException- if any.
-
processOtherProperties
protected void processOtherProperties(InteractionEvidence objectToEnrich, InteractionEvidence objectSource) throws EnricherException
processOtherProperties.
- Overrides:
processOtherPropertiesin classFullInteractionEvidenceEnricher- Parameters:
objectToEnrich- a I object.objectSource- a I object.- Throws:
EnricherException- if any.
-
processExperiment
protected void processExperiment(InteractionEvidence objectToEnrich, InteractionEvidence objectSource) throws EnricherException
processExperiment.
- Overrides:
processExperimentin classMinimalInteractionEvidenceEnricher- Parameters:
objectToEnrich- aInteractionEvidenceobject.objectSource- aInteractionEvidenceobject.- Throws:
EnricherException- if any.
-
-