- java.lang.Object
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalEntityEnricher<P,F>
-
- psidev.psi.mi.jami.enricher.impl.full.FullEntityEnricher<P,F>
-
- psidev.psi.mi.jami.enricher.impl.full.FullEntityUpdater<P,F>
-
- All Implemented Interfaces:
EntityEnricher<P,F>,MIEnricher<P>
public class FullEntityUpdater<P extends Entity,F extends Feature> extends FullEntityEnricher<P,F>
The participant enricher is an enricher which can enrich either single participant or a collection. The participant enricher has subEnrichers and no fetchers.- Since:
- 19/06/13
- Author:
- Gabriel Aldam (galdam@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description FullEntityUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessCausalRelationships(P objectToEnrich, P objectSource)processCausalRelationships.voidprocessFeatures(P objectToEnrich, P objectSource)processFeatures.voidprocessInteractor(P objectToEnrich, P objectSource)processInteractor.-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.full.FullEntityEnricher
processOtherProperties
-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.minimal.MinimalEntityEnricher
enrich, enrich, enrich, getFeatureEnricher, getInteractorEnricher, getParticipantEnricherListener, processFeatures, processInteractor, processOtherProperties, setFeatureEnricher, setInteractorEnricher, setParticipantEnricherListener
-
-
-
-
Method Detail
-
processCausalRelationships
protected void processCausalRelationships(P objectToEnrich, P objectSource) throws EnricherException
processCausalRelationships.
- Overrides:
processCausalRelationshipsin classFullEntityEnricher<P extends Entity,F extends Feature>- Parameters:
objectToEnrich- a P object.objectSource- a P object.- Throws:
EnricherException- if any.
-
processInteractor
public void processInteractor(P objectToEnrich, P objectSource) throws EnricherException
processInteractor.
- Overrides:
processInteractorin classMinimalEntityEnricher<P extends Entity,F extends Feature>- Parameters:
objectToEnrich- a P object.objectSource- a P object.- Throws:
EnricherException- if any.
-
processFeatures
public void processFeatures(P objectToEnrich, P objectSource) throws EnricherException
processFeatures.
- Overrides:
processFeaturesin classMinimalEntityEnricher<P extends Entity,F extends Feature>- Parameters:
objectToEnrich- a P object.objectSource- a P object.- Throws:
EnricherException- if any.
-
-