Uses of Interface
org.apache.uima.tools.jcasgen.IError
Packages that use IError
Package
Description
Describes the format of the generated JCas cover classes for UIMA Version 3.
-
Uses of IError in org.apache.uima.jcas.jcasgenp
Classes in org.apache.uima.jcas.jcasgenp that implement IError -
Uses of IError in org.apache.uima.taeconfigurator.editors
Classes in org.apache.uima.taeconfigurator.editors that implement IErrorModifier and TypeClassDescriptionstatic classThe Class JCasGenThrower. -
Uses of IError in org.apache.uima.tools.jcasgen
Classes in org.apache.uima.tools.jcasgen that implement IErrorModifier and TypeClassDescriptionclassThe Class GuiErrorImpl.classThe Class LogThrowErrorImpl.Fields in org.apache.uima.tools.jcasgen declared as IErrorMethods in org.apache.uima.tools.jcasgen with parameters of type IErrorModifier and TypeMethodDescriptionintJg.main0(String[] args, IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError) Main 0.voidJg.mainForCde(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas) Main for cde.voidJg.mainForCde(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, String pProjectPathDir, boolean limitToProjectScope, Map<String, Set<String>> pMergedTypesAddingFeatures) Main for cde.voidJg.mainGenerateAllTypesFromTemplates(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, Class<JCasTypeTemplate> jcasTypeClass, Class<JCasTypeTemplate> jcas_TypeClass) Main generate all types from templates.voidJg.mainGenerateAllTypesFromTemplates(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, Class<JCasTypeTemplate> jcasTypeClass, String pProjectPathDir, boolean limitToProjectScope, Map<String, Set<String>> pMergedTypesAddingFeatures) Main generate all types from templates.