Package com.eduix.genexp.service
Class NoopEnrichmentService
- java.lang.Object
-
- com.eduix.genexp.enrichment.AbstractEnrichmentService
-
- com.eduix.genexp.service.NoopEnrichmentService
-
- All Implemented Interfaces:
EnrichmentService
public class NoopEnrichmentService extends AbstractEnrichmentService
-
-
Field Summary
-
Fields inherited from class com.eduix.genexp.enrichment.AbstractEnrichmentService
name
-
-
Constructor Summary
Constructors Constructor Description NoopEnrichmentService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnrichmentContextenrich(EnrichmentContext enrichmentContext, boolean inPlace)Enrich the study element in the given enrichment context-
Methods inherited from class com.eduix.genexp.enrichment.AbstractEnrichmentService
getName, getTypeClassMappings, isApplicable, isProcessable
-
-
-
-
Method Detail
-
enrich
public EnrichmentContext enrich(EnrichmentContext enrichmentContext, boolean inPlace)
Description copied from interface:EnrichmentServiceEnrich the study element in the given enrichment context- Parameters:
enrichmentContext- the current enruchment contextinPlace- true, in enrichment does not create a new context- Returns:
- the updated enrichhment context
-
-