- java.lang.Object
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalEntityEnricher<P,F>
-
- psidev.psi.mi.jami.enricher.impl.full.FullEntityEnricher<P,F>
-
- All Implemented Interfaces:
EntityEnricher<P,F>
,MIEnricher<P>
- Direct Known Subclasses:
FullEntityUpdater
public class FullEntityEnricher<P extends Entity,F extends Feature> extends MinimalEntityEnricher<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 FullEntityEnricher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
processCausalRelationships(P objectToEnrich, P objectSource)
processCausalRelationships.void
processOtherProperties(P objectToEnrich, P objectSource)
processOtherProperties.-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.minimal.MinimalEntityEnricher
enrich, enrich, enrich, getFeatureEnricher, getInteractorEnricher, getParticipantEnricherListener, processFeatures, processFeatures, processInteractor, processInteractor, processOtherProperties, setFeatureEnricher, setInteractorEnricher, setParticipantEnricherListener
-
-
-
-
Method Detail
-
processOtherProperties
public void processOtherProperties(P objectToEnrich, P objectSource) throws EnricherException
processOtherProperties.
- Overrides:
processOtherProperties
in classMinimalEntityEnricher<P extends Entity,F extends Feature>
- Parameters:
objectToEnrich
- a P object.objectSource
- a P object.- Throws:
EnricherException
- if any.
-
processCausalRelationships
protected void processCausalRelationships(P objectToEnrich, P objectSource) throws EnricherException
processCausalRelationships.
- Parameters:
objectToEnrich
- a P object.objectSource
- a P object.- Throws:
EnricherException
- if any.
-
-