public class TeamwareUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INPUT_ANNOTATION_SETS_FEATURE |
static String |
OUTPUT_ANNOTATION_SETS_FEATURE |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
getInputAnnotationSets(Controller c)
Get the set of annotation set names that an application requires
for input.
|
static Set<String> |
getLikelyInputAnnotationSets(Controller c)
Analyse the given controller and return a list of likely candidate
input annotation sets.
|
static Set<String> |
getLikelyOutputAnnotationSets(Controller c)
Analyse the given controller and return a list of likely candidate
output annotation sets.
|
static Set<String> |
getOutputAnnotationSets(Controller c)
Get the set of annotation set names that an application uses for
output.
|
public static final String INPUT_ANNOTATION_SETS_FEATURE
public static final String OUTPUT_ANNOTATION_SETS_FEATURE
public static Set<String> getInputAnnotationSets(Controller c)
null
entry (denoting the default
annotation set).public static Set<String> getLikelyInputAnnotationSets(Controller c)
null
entry, denoting the default
annotation set.public static Set<String> getOutputAnnotationSets(Controller c)
null
entry (denoting the default
annotation set).public static Set<String> getLikelyOutputAnnotationSets(Controller c)
null
entry, denoting the
default annotation set.Copyright © 2024 GATE. All rights reserved.