Interface TypeBuilder
-
- All Known Implementing Classes:
FSArrayBuilder,MedlineTextSentenceBuilder,StandardTypeBuilder,StringArrayBuilder
public interface TypeBuilderTODO insert description- Author:
- weigel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.uima.jcas.cas.TOPbuildType(ConcreteType concreteType, org.apache.uima.jcas.JCas jcas)builds a concrete Type to a subtype of TOP, by using reflection
-
-
-
Method Detail
-
buildType
org.apache.uima.jcas.cas.TOP buildType(ConcreteType concreteType, org.apache.uima.jcas.JCas jcas) throws org.apache.uima.collection.CollectionException
builds a concrete Type to a subtype of TOP, by using reflection- Parameters:
concreteType-jcas-- Returns:
- a subtype of TOP
- Throws:
org.apache.uima.collection.CollectionException
-
-