Class MinimalInteractionUpdater<I extends Interaction>
- java.lang.Object
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalInteractionEnricher<I>
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalInteractionUpdater<I>
-
- All Implemented Interfaces:
InteractionEnricher<I>
,MIEnricher<I>
public class MinimalInteractionUpdater<I extends Interaction> extends MinimalInteractionEnricher<I>
The enricher for Interactions which can enrich a single interaction or a collection. The interaction enricher has subEnrichers for participants and cvTerms. It has no fetcher.- Since:
- 28/06/13
- Author:
- Gabriel Aldam (galdam@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description MinimalInteractionUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
processCreatedDate(I objectToEnrich, I objectSource)
processCreatedDate.protected void
processIdentifiers(I objectToEnrich, I objectSource)
processIdentifiers.protected void
processInteractionType(I objectToEnrich, I objectSource)
processInteractionType.protected void
processOtherProperties(I objectToEnrich, I objectSource)
processOtherProperties.protected void
processParticipants(I objectToEnrich, I objectSource)
processParticipants.protected void
processShortName(I objectToEnrich, I objectSource)
processShortName.protected void
processUpdateDate(I objectToEnrich, I objectSource)
processUpdateDate.-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.minimal.MinimalInteractionEnricher
enrich, enrich, enrich, getCvTermEnricher, getInteractionEnricherListener, getParticipantEnricher, processInteractionType, processMinimalUpdates, processOtherProperties, processParticipants, setCvTermEnricher, setInteractionEnricherListener, setParticipantEnricher
-
-
-
-
Method Detail
-
processCreatedDate
protected void processCreatedDate(I objectToEnrich, I objectSource) throws EnricherException
processCreatedDate.
- Overrides:
processCreatedDate
in classMinimalInteractionEnricher<I extends Interaction>
- Parameters:
objectToEnrich
- a I object.objectSource
- a I object.- Throws:
EnricherException
- if any.
-
processUpdateDate
protected void processUpdateDate(I objectToEnrich, I objectSource) throws EnricherException
processUpdateDate.
- Overrides:
processUpdateDate
in classMinimalInteractionEnricher<I extends Interaction>
- Parameters:
objectToEnrich
- a I object.objectSource
- a I object.- Throws:
EnricherException
- if any.
-
processShortName
protected void processShortName(I objectToEnrich, I objectSource) throws EnricherException
processShortName.
- Overrides:
processShortName
in classMinimalInteractionEnricher<I extends Interaction>
- Parameters:
objectToEnrich
- a I object.objectSource
- a I object.- Throws:
EnricherException
- if any.
-
processOtherProperties
protected void processOtherProperties(I objectToEnrich, I objectSource) throws EnricherException
processOtherProperties.
- Overrides:
processOtherProperties
in classMinimalInteractionEnricher<I extends Interaction>
- Parameters:
objectToEnrich
- a I object.objectSource
- a I object.- Throws:
EnricherException
- if any.
-
processIdentifiers
protected void processIdentifiers(I objectToEnrich, I objectSource) throws EnricherException
processIdentifiers.
- Overrides:
processIdentifiers
in classMinimalInteractionEnricher<I extends Interaction>
- Parameters:
objectToEnrich
- a I object.objectSource
- a I object.- Throws:
EnricherException
- if any.
-
processParticipants
protected void processParticipants(I objectToEnrich, I objectSource) throws EnricherException
processParticipants.
- Overrides:
processParticipants
in classMinimalInteractionEnricher<I extends Interaction>
- Parameters:
objectToEnrich
- a I object.objectSource
- a I object.- Throws:
EnricherException
- if any.
-
processInteractionType
protected void processInteractionType(I objectToEnrich, I objectSource) throws EnricherException
processInteractionType.
- Overrides:
processInteractionType
in classMinimalInteractionEnricher<I extends Interaction>
- Parameters:
objectToEnrich
- a I object.objectSource
- a I object.- Throws:
EnricherException
- if any.
-
-