|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Output | |
---|---|
org.apache.uima.simpleserver.config | |
org.apache.uima.simpleserver.config.impl |
Uses of Output in org.apache.uima.simpleserver.config |
---|
Methods in org.apache.uima.simpleserver.config that return Output | |
---|---|
static Output |
ConfigFactory.newOutput(List<String> path,
String attribute,
String shortDescription,
String longDescription)
Create a new output mapping. |
Methods in org.apache.uima.simpleserver.config that return types with arguments of type Output | |
---|---|
List<Output> |
TypeMap.getOutputs()
Get list of output specs. |
Methods in org.apache.uima.simpleserver.config with parameters of type Output | |
---|---|
void |
TypeMap.addOutput(Output output)
Add an output spec. |
Uses of Output in org.apache.uima.simpleserver.config.impl |
---|
Classes in org.apache.uima.simpleserver.config.impl that implement Output | |
---|---|
class |
OutputImpl
|
Methods in org.apache.uima.simpleserver.config.impl that return types with arguments of type Output | |
---|---|
List<Output> |
TypeMapImpl.getOutputs()
|
Methods in org.apache.uima.simpleserver.config.impl with parameters of type Output | |
---|---|
void |
TypeMapImpl.addOutput(Output output)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |