public class NamedConcept extends Concept
| Modifier and Type | Field and Description |
|---|---|
static String |
BOTTOM
Represents the bottom concept.
|
static Concept |
BOTTOM_CONCEPT
The bottom concept.
|
protected String |
id
String identifier of this concept.
|
static String |
TOP
Represents the top concept.
|
static Concept |
TOP_CONCEPT
The top concept.
|
| Constructor and Description |
|---|
NamedConcept()
No args constructor.
|
NamedConcept(String id)
Creates a new Concept.
|
public static String TOP
public static String BOTTOM
public static final Concept TOP_CONCEPT
public static final Concept BOTTOM_CONCEPT
protected String id
public NamedConcept()
public NamedConcept(String id)
id - The concept's identifier.Copyright © 2018 Australian e-Health Research Centre. All Rights Reserved.