Class TypeFactory
- java.lang.Object
-
- de.julielab.jcore.reader.xmlmapper.genericTypes.TypeFactory
-
public class TypeFactory extends Object
Parses the Mapping File to a List of Feature- and Type Templates- Author:
- Weigel
-
-
Constructor Summary
Constructors Constructor Description TypeFactory(byte[] mappingFileData)creates a new instance of the TypeFactory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TypeTemplate>createTemplates()*DocumentTextHandlergetDocumentTextParser()
-
-
-
Method Detail
-
createTemplates
public List<TypeTemplate> createTemplates() throws org.apache.uima.collection.CollectionException
*- Returns:
- a List of created TypeTemplates from the mapping File
- Throws:
org.apache.uima.collection.CollectionException
-
getDocumentTextParser
public DocumentTextHandler getDocumentTextParser()
-
-