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.protected
FullInteractionEvidenceUpdater(FullInteractionUpdater<InteractionEvidence> interactionEnricher)
Constructor for FullInteractionEvidenceUpdater.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
processConfidences(InteractionEvidence objectToEnrich, InteractionEvidence objectSource)
processConfidences.protected void
processExperiment(InteractionEvidence objectToEnrich, InteractionEvidence objectSource)
processExperiment.protected void
processOtherProperties(InteractionEvidence objectToEnrich, InteractionEvidence objectSource)
processOtherProperties.protected void
processParameters(InteractionEvidence objectToEnrich, InteractionEvidence objectSource)
processParameters.protected void
processVariableParameters(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
- aFullInteractionUpdater
object.
-
-
Method Detail
-
processConfidences
protected void processConfidences(InteractionEvidence objectToEnrich, InteractionEvidence objectSource) throws EnricherException
processConfidences.
- Overrides:
processConfidences
in classFullInteractionEvidenceEnricher
- Parameters:
objectToEnrich
- aInteractionEvidence
object.objectSource
- aInteractionEvidence
object.- Throws:
EnricherException
- if any.
-
processParameters
protected void processParameters(InteractionEvidence objectToEnrich, InteractionEvidence objectSource) throws EnricherException
processParameters.
- Overrides:
processParameters
in classFullInteractionEvidenceEnricher
- Parameters:
objectToEnrich
- aInteractionEvidence
object.objectSource
- aInteractionEvidence
object.- Throws:
EnricherException
- if any.
-
processVariableParameters
protected void processVariableParameters(InteractionEvidence objectToEnrich, InteractionEvidence objectSource) throws EnricherException
processVariableParameters.
- Overrides:
processVariableParameters
in classFullInteractionEvidenceEnricher
- Parameters:
objectToEnrich
- aInteractionEvidence
object.objectSource
- aInteractionEvidence
object.- Throws:
EnricherException
- if any.
-
processOtherProperties
protected void processOtherProperties(InteractionEvidence objectToEnrich, InteractionEvidence objectSource) throws EnricherException
processOtherProperties.
- Overrides:
processOtherProperties
in 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:
processExperiment
in classMinimalInteractionEvidenceEnricher
- Parameters:
objectToEnrich
- aInteractionEvidence
object.objectSource
- aInteractionEvidence
object.- Throws:
EnricherException
- if any.
-
-