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

Packages that use TypeMap
org.apache.uima.simpleserver   
org.apache.uima.simpleserver.config   
org.apache.uima.simpleserver.config.impl   
 

Uses of TypeMap in org.apache.uima.simpleserver
 

Methods in org.apache.uima.simpleserver with parameters of type TypeMap
static void ResultExtractor.makeOutputs(ResultEntryImpl resultEntry, org.apache.uima.cas.text.AnnotationFS annotation, TypeMap tspec)
           
 

Uses of TypeMap in org.apache.uima.simpleserver.config
 

Methods in org.apache.uima.simpleserver.config that return TypeMap
static TypeMap ConfigFactory.newTypeMap(java.lang.String typeName, Filter filter, java.lang.String outputTag, boolean coveredText)
          Create a new type map.
static TypeMap ConfigFactory.newTypeMap(java.lang.String typeName, Filter filter, java.lang.String outputTag, boolean coveredText, boolean outputAll, java.lang.String shortDescription, java.lang.String longDescription)
          Create a new type map.
 

Methods in org.apache.uima.simpleserver.config that return types with arguments of type TypeMap
 java.util.List<TypeMap> ServerSpec.getTypeSpecs()
           
 

Methods in org.apache.uima.simpleserver.config with parameters of type TypeMap
 void ServerSpec.addTypeMap(TypeMap typeMap)
          Add a type map to an existing spec.
 

Uses of TypeMap in org.apache.uima.simpleserver.config.impl
 

Classes in org.apache.uima.simpleserver.config.impl that implement TypeMap
 class TypeMapImpl
           
 

Methods in org.apache.uima.simpleserver.config.impl that return types with arguments of type TypeMap
 java.util.List<TypeMap> ServerSpecImpl.getTypeSpecs()
           
 

Methods in org.apache.uima.simpleserver.config.impl with parameters of type TypeMap
 void ServerSpecImpl.addTypeMap(TypeMap typeMap)
           
 



Copyright © 2011. All Rights Reserved.