Class 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 Detail

      • FSArrayBuilder

        public FSArrayBuilder()
    • 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: TypeBuilder
        builds a concrete Type to a subtype of TOP, by using reflection
        Specified by:
        buildType in interface TypeBuilder
        Returns:
        a subtype of TOP
        Throws:
        org.apache.uima.collection.CollectionException