Class SimpleDesignElementMapper
java.lang.Object
ubic.gemma.core.loader.util.mapper.MapBasedEntityMapper<CompositeSequence>
ubic.gemma.core.loader.util.mapper.MapBasedDesignElementMapper
ubic.gemma.core.loader.util.mapper.SimpleDesignElementMapper
- All Implemented Interfaces:
DesignElementMapper,EntityMapper<CompositeSequence>
A simple design element mapper that simply uses the name as identifier.
- 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
Methods inherited from class ubic.gemma.core.loader.util.mapper.MapBasedEntityMapper
forCandidates, getName, processIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.core.loader.util.mapper.DesignElementMapper
forCandidatesMethods inherited from interface ubic.gemma.core.loader.util.mapper.EntityMapper
contains, containsAny, forCandidates, getMappingStatistics, getName, matchAll, matchAll, matchOne, matchOne
-
Constructor Details
-
SimpleDesignElementMapper
-