Class FSArrayBuilder
- java.lang.Object
-
- de.julielab.jcore.reader.xmlmapper.typeBuilder.FSArrayBuilder
-
- All Implemented Interfaces:
TypeBuilder
public class FSArrayBuilder extends Object implements TypeBuilder
The builder fotr FSArrays. Uses Reflection to build a FSArra Type- Author:
- Weigel
-
-
Constructor Summary
Constructors Constructor Description FSArrayBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.uima.jcas.cas.TOPbuildType(ConcreteType gtp, org.apache.uima.jcas.JCas jcas)builds a concrete Type to a subtype of TOP, by using reflection
-
-
-
Method Detail
-
buildType
public org.apache.uima.jcas.cas.TOP buildType(ConcreteType gtp, org.apache.uima.jcas.JCas jcas) throws org.apache.uima.collection.CollectionException
Description copied from interface:TypeBuilderbuilds a concrete Type to a subtype of TOP, by using reflection- Specified by:
buildTypein interfaceTypeBuilder- Returns:
- a subtype of TOP
- Throws:
org.apache.uima.collection.CollectionException
-
-