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 voidprocessCreatedDate(I objectToEnrich, I objectSource)processCreatedDate.protected voidprocessIdentifiers(I objectToEnrich, I objectSource)processIdentifiers.protected voidprocessInteractionType(I objectToEnrich, I objectSource)processInteractionType.protected voidprocessOtherProperties(I objectToEnrich, I objectSource)processOtherProperties.protected voidprocessParticipants(I objectToEnrich, I objectSource)processParticipants.protected voidprocessShortName(I objectToEnrich, I objectSource)processShortName.protected voidprocessUpdateDate(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:
processCreatedDatein 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:
processUpdateDatein 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:
processShortNamein 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:
processOtherPropertiesin 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:
processIdentifiersin 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:
processParticipantsin 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:
processInteractionTypein classMinimalInteractionEnricher<I extends Interaction>- Parameters:
objectToEnrich- a I object.objectSource- a I object.- Throws:
EnricherException- if any.
-
-