Class SimpleBioAssayMapper
java.lang.Object
ubic.gemma.core.loader.util.mapper.AbstractBioAssayMapper
ubic.gemma.core.loader.util.mapper.SimpleBioAssayMapper
- All Implemented Interfaces:
BioAssayMapper,EntityMapper<BioAssay>,HintingEntityMapper<BioAssay>
public class SimpleBioAssayMapper
extends AbstractBioAssayMapper
implements HintingEntityMapper<BioAssay>
A simple strategy for matching BioAssay to sample name.
- Author:
- poirigui
-
Nested Class Summary
Nested classes/interfaces inherited from interface ubic.gemma.core.loader.util.mapper.EntityMapper
EntityMapper.MappingStatistics, EntityMapper.StatefulEntityMapper<T extends Identifiable> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCandidateIdentifiers(BioAssay entity) Obtain a list of possible identifiers for the given entity from higher to lower confidence.getName()Obtain the name of the mapping strategy.matchAllInternal(Collection<BioAssay> bas, String n) Methods inherited from class ubic.gemma.core.loader.util.mapper.AbstractBioAssayMapper
contains, containsAny, forCandidates, matchAll, matchAll, matchDescriptionIgnoreCase, matchId, matchName, matchNameIgnoreCase, matchOne, matchOne, matchWithFunction, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ubic.gemma.core.loader.util.mapper.BioAssayMapper
forCandidatesMethods inherited from interface ubic.gemma.core.loader.util.mapper.EntityMapper
contains, containsAny, forCandidates, getMappingStatistics, matchAll, matchAll, matchOne, matchOne
-
Constructor Details
-
SimpleBioAssayMapper
public SimpleBioAssayMapper()
-
-
Method Details
-
getName
Description copied from interface:EntityMapperObtain the name of the mapping strategy.- Specified by:
getNamein interfaceEntityMapper<BioAssay>
-
matchAllInternal
- Specified by:
matchAllInternalin classAbstractBioAssayMapper
-
getCandidateIdentifiers
Description copied from interface:HintingEntityMapperObtain a list of possible identifiers for the given entity from higher to lower confidence.- Specified by:
getCandidateIdentifiersin interfaceHintingEntityMapper<BioAssay>
-