Class FullOntologyTermEnricher
- java.lang.Object
-
- psidev.psi.mi.jami.enricher.impl.AbstractMIEnricher<OntologyTerm>
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalOntologyTermEnricher
-
- psidev.psi.mi.jami.enricher.impl.full.FullOntologyTermEnricher
-
- All Implemented Interfaces:
CvTermEnricher<OntologyTerm>
,MIEnricher<OntologyTerm>
public class FullOntologyTermEnricher extends MinimalOntologyTermEnricher
Provides full enrichment of ontologYTerm. - enrich full properties of Cv Term. See description in FullCvTermEnricher - enrich children of a term. It will use DefaultCvTermComparator to compare children and add missing children without removing any existing children. It will enrich the children of the ontologyTerm It will ignore all other properties of an ontologyTerm- Since:
29/01/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Modifier Constructor Description FullOntologyTermEnricher(OntologyTermFetcher cvTermFetcher)
Constructor for FullOntologyTermEnricher.protected
FullOntologyTermEnricher(FullCvTermEnricher<OntologyTerm> cvEnricher)
Constructor for FullOntologyTermEnricher.
-
Method Summary
-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.minimal.MinimalOntologyTermEnricher
enrich, enrich, enrichChild, enrichRelatedTerms, find, getCvEnricher, getCvTermEnricherListener, getCvTermFetcher, mergeOntologyTerms, onEnrichedVersionNotFound, processChildren, processDefinition, processOntologyTerm, setCvTermEnricherListener
-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.AbstractMIEnricher
enrich
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.enricher.MIEnricher
enrich
-
-
-
-
Constructor Detail
-
FullOntologyTermEnricher
public FullOntologyTermEnricher(OntologyTermFetcher cvTermFetcher)
Constructor for FullOntologyTermEnricher.
- Parameters:
cvTermFetcher
- aOntologyTermFetcher
object.
-
FullOntologyTermEnricher
protected FullOntologyTermEnricher(FullCvTermEnricher<OntologyTerm> cvEnricher)
Constructor for FullOntologyTermEnricher.
- Parameters:
cvEnricher
- aFullCvTermEnricher
object.
-
-