Uses of Class
org.apache.uima.uimacpp.InternalTafException
-
Packages that use InternalTafException Package Description org.apache.uima.uimacpp -
-
Uses of InternalTafException in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp that throw InternalTafException Modifier and Type Method Description private voidUimacppEngine. batchProcessCompleteJNI()private voidUimacppEngine. collectionProcessCompleteJNI()private static voidUimacppEngine. configureResourceManagerJNI(java.lang.String workDir, java.lang.String dataDir)private voidUimacppEngine. constructorJNI()private static voidUimacppEngine. createResourceManagerJNI()private voidUimacppEngine. destroyJNI()private voidUimacppEngine. destructorJNI()private static java.lang.StringUimacppEngine. getErrorMessageJNI(long errorId)private java.lang.ObjectUimacppEngine. getSerializedDataJNI(int what)private java.lang.ObjectUimacppEngine. getSerializedSegmentDataJNI(int what)private static java.lang.StringUimacppEngine. getVersionJNI()private booleanUimacppEngine. hasNextSegmentJNI()private voidUimacppEngine. initializeJNI(java.lang.String configFile)private voidUimacppEngine. nextSegmentJNI()private voidUimacppEngine. processJNI(int isTCas, java.lang.String sofaName, int[] resultSpecTypes, int[] resultSpecFeatures)private voidUimacppEngine. releaseSegmentJNI()private voidUimacppEngine. resetJNI()private voidUimacppEngine. serializeCASJNI(boolean bSerializeData)private voidUimacppEngine. serializeSegmentJNI(boolean bSerializeData)private voidUimacppEngine. typeSystemInitJNI(java.lang.String[] typeNames, java.lang.String[] featureNames, int[] typeInheritance, int[] featDecls, int topTypeCode, int[] featureOffsets, int[] typeOrder, int[] stringSubTypes, java.lang.String[] stringSubTypeValues, int[] stringSubTypeValuePos, java.lang.String[] indexNames, int[] nameToIndexMap, int[] indexingStrategy, int[] comparatorIndex, int[] comparators)
-