public class Concept extends Object
This class represents a concept that is uniquely identifiable.
Modifier and Type | Field and Description |
---|---|
protected String |
conceptUniqueIdentifier |
Modifier | Constructor and Description |
---|---|
protected |
Concept() |
|
Concept(String conceptUniqueIdentifier)
Create a concept.
|
protected String conceptUniqueIdentifier
public Concept(String conceptUniqueIdentifier)
Create a concept.
conceptUniqueIdentifier
- the unique identifier of the concept, usually a UMLS CUI; required to be unique within the scope of comparisons using equals(Object)
protected Concept()