Uses of Interface
org.apache.uima.simpleserver.config.Output

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(java.util.List<java.lang.String> path, java.lang.String attribute, java.lang.String shortDescription, java.lang.String longDescription)
          Create a new output mapping.
 

Methods in org.apache.uima.simpleserver.config that return types with arguments of type Output
 java.util.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
 java.util.List<Output> TypeMapImpl.getOutputs()
           
 

Methods in org.apache.uima.simpleserver.config.impl with parameters of type Output
 void TypeMapImpl.addOutput(Output output)
           
 



Copyright © 2011. All Rights Reserved.