public interface ConceptFactory
Modifier and Type | Method and Description |
---|---|
Concept |
createConcept(Long cuiCode) |
Map<Long,Concept> |
createConcepts(Collection<Long> cuiCodes) |
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.
|
String getName()
Concept createConcept(Long cuiCode)
cuiCode
- concept unique identifierMap<Long,Concept> createConcepts(Collection<Long> cuiCodes)
cuiCodes
- concept unique identifiersCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.