@Configuration public class CGDAnnotator extends Object implements AnnotatorConfig
It reads this info from a tab separated CGD file. The location of this file is defined by a RuntimeProperty named 'cgd_location'
| Modifier and Type | Class and Description |
|---|---|
static class |
CGDAnnotator.CGDAttributeName |
static class |
CGDAnnotator.GeneralizedInheritance |
| Modifier and Type | Field and Description |
|---|---|
static String |
AGE_GROUP_LABEL |
static String |
CONDITION_LABEL |
static String |
GENERALIZED_INHERITANCE_LABEL |
static String |
INHERITANCE_LABEL |
static String |
NAME |
| Constructor and Description |
|---|
CGDAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryAnnotator |
cgd() |
Resource |
cgdResource() |
void |
init() |
public static final String NAME
public static final String CONDITION_LABEL
public static final String AGE_GROUP_LABEL
public static final String INHERITANCE_LABEL
public static final String GENERALIZED_INHERITANCE_LABEL
@Bean public RepositoryAnnotator cgd()
public void init()
init in interface AnnotatorConfig@Bean public Resource cgdResource()
Copyright © 2017. All rights reserved.