public abstract class AbstractConceptFactory extends Object implements ConceptFactory
Constructor and Description |
---|
AbstractConceptFactory(String name) |
Modifier and Type | Method and Description |
---|---|
Map<Long,Concept> |
createConcepts(Collection<Long> cuiCodes)
Only creates non-empty concepts; Cuis for which additional info does not exist don't create concepts
|
String |
getName()
The Type identifier and Name are used to maintain a collection of dictionaries,
so the combination of Type and Name should be unique for each dictionary if possible.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createConcept
public AbstractConceptFactory(String name)
public String getName()
getName
in interface ConceptFactory
public Map<Long,Concept> createConcepts(Collection<Long> cuiCodes)
createConcepts
in interface ConceptFactory
cuiCodes
- concept unique identifiersCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.