Package | Description |
---|---|
de.unihd.dbs.uima.annotator.heideltime |
Modifier and Type | Method and Description |
---|---|
static ProcessorManager.Priority |
ProcessorManager.Priority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessorManager.Priority[] |
ProcessorManager.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessorManager.executeProcessors(org.apache.uima.jcas.JCas jcas,
ProcessorManager.Priority prio)
Based on reflection, this method instantiates and executes all of the
registered Processors.
|
void |
ProcessorManager.registerProcessor(java.lang.String processor,
ProcessorManager.Priority prio)
method to register a processor
|