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>
public class SimpleDesignElementMapper extends MapBasedDesignElementMapper
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 Constructor Description SimpleDesignElementMapper(Collection<CompositeSequence> de)
-
Method Summary
-
Methods inherited from class ubic.gemma.core.loader.util.mapper.MapBasedEntityMapper
forCandidates, getName, processIdentifier
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ubic.gemma.core.loader.util.mapper.DesignElementMapper
forCandidates
-
Methods inherited from interface ubic.gemma.core.loader.util.mapper.EntityMapper
contains, containsAny, forCandidates, getMappingStatistics, getName, matchAll, matchAll, matchOne, matchOne
-
-
-
-
Constructor Detail
-
SimpleDesignElementMapper
public SimpleDesignElementMapper(Collection<CompositeSequence> de)
-
-