Serialized Form
-
Package org.apache.uima
-
Exception Class org.apache.uima.InternationalizedException
class InternationalizedException extends Exception implements Serializable- serialVersionUID:
- 2306587442280738385L
-
Serialized Fields
-
mArguments
Object[] mArguments
The arguments to this exception's message, if any. This allows anInternationalizedException
to have a compound message, made up of multiple parts that are concatenated in a language-neutral way. -
mCause
Throwable mCause
The exception that caused this exception to occur. -
mMessageKey
String mMessageKey
An identifier that maps to the message for this exception. -
mResourceBundleName
String mResourceBundleName
The base name of the resource bundle in which the message for this exception is located.
-
-
Exception Class org.apache.uima.InternationalizedRuntimeException
class InternationalizedRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 6387360855459370559L
-
Serialized Fields
-
mArguments
Object[] mArguments
The arguments to this exception's message, if any. This allows anInternationalizedRuntimeException
to have a compound message, made up of multiple parts that are concatenated in a language-neutral way. -
mCause
Throwable mCause
The exception that caused this exception to occur. -
mMessageKey
String mMessageKey
An identifier that maps to the message for this exception. -
mResourceBundleName
String mResourceBundleName
The base name of the resource bundle in which the message for this exception is located.
-
-
Exception Class org.apache.uima.UIMA_IllegalArgumentException
class UIMA_IllegalArgumentException extends UIMARuntimeException implements Serializable- serialVersionUID:
- -4820565402946868828L
-
Exception Class org.apache.uima.UIMA_IllegalStateException
class UIMA_IllegalStateException extends UIMARuntimeException implements Serializable- serialVersionUID:
- -8081807814100358556L
-
Exception Class org.apache.uima.UIMA_UnsupportedOperationException
class UIMA_UnsupportedOperationException extends UIMARuntimeException implements Serializable- serialVersionUID:
- 9056907160021698405L
-
Exception Class org.apache.uima.UIMAException
class UIMAException extends InternationalizedException implements Serializable- serialVersionUID:
- 7521732353239537026L
-
Exception Class org.apache.uima.UIMARuntimeException
class UIMARuntimeException extends InternationalizedRuntimeException implements Serializable- serialVersionUID:
- 6738051692628592989L
-
-
Package org.apache.uima.analysis_engine
-
Exception Class org.apache.uima.analysis_engine.AnalysisEngineProcessException
class AnalysisEngineProcessException extends ResourceProcessException implements Serializable- serialVersionUID:
- 2815910374191768858L
-
Exception Class org.apache.uima.analysis_engine.ResultNotSupportedException
class ResultNotSupportedException extends UIMAException implements Serializable- serialVersionUID:
- -3483648897752163432L
-
-
Package org.apache.uima.analysis_engine.annotator
-
Exception Class org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException
class AnnotatorConfigurationException extends UIMAException implements Serializable- serialVersionUID:
- -861237180621535840L
-
Exception Class org.apache.uima.analysis_engine.annotator.AnnotatorContextException
class AnnotatorContextException extends UIMAException implements Serializable- serialVersionUID:
- 5021704382907111514L
-
Exception Class org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException
class AnnotatorInitializationException extends UIMAException implements Serializable- serialVersionUID:
- -7227559164945115624L
-
Exception Class org.apache.uima.analysis_engine.annotator.AnnotatorProcessException
class AnnotatorProcessException extends UIMAException implements Serializable- serialVersionUID:
- -1790071433547597840L
-
-
Package org.apache.uima.analysis_engine.impl
-
Class org.apache.uima.analysis_engine.impl.AnalysisEngineDescription_impl
class AnalysisEngineDescription_impl extends ResourceCreationSpecifier_impl implements Serializable- serialVersionUID:
- -8103625125291855592L
-
Serialized Fields
-
ELEM_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS
String ELEM_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS
Name of the "delegateAnalysisEngineSpecifiers" XML Element. Change this if schema changes. -
mDelegateAnalysisEngineSpecifiers
Map<String,
ResourceSpecifier> mDelegateAnalysisEngineSpecifiers -
mDelegateAnalysisEngineSpecifiersWithImports
Map<String,
MetaDataObject> mDelegateAnalysisEngineSpecifiersWithImports -
mFlowControllerDeclaration
FlowControllerDeclaration mFlowControllerDeclaration
-
mFrameworkImplementation
String mFrameworkImplementation
-
mPrimitive
boolean mPrimitive
-
mProcessedImports
Map<String,
Import> mProcessedImports -
mSofaMappings
SofaMapping[] mSofaMappings
-
PROP_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS
String PROP_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS
Name of the "delegateAnalysisEngineSpecifiers" property. Change this if interface changes. -
PROP_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS_WITH_IMPORTS
String PROP_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS_WITH_IMPORTS
Name of the "delegateAnalysisEngineSpecifiersWithImports" property. Change this if interface changes.
-
-
Class org.apache.uima.analysis_engine.impl.AnalysisEngineManagementImpl
class AnalysisEngineManagementImpl extends Object implements Serializable- serialVersionUID:
- 1988620286191379887L
-
Serialized Fields
-
analysisTime
AtomicLong analysisTime
-
batchProcessCompleteTime
AtomicLong batchProcessCompleteTime
-
collectionProcessCompleteTime
AtomicLong collectionProcessCompleteTime
-
components
Map<String,
AnalysisEngineManagement> components -
initializationTime
long initializationTime
-
markedAnalysisTime
AtomicLong markedAnalysisTime
-
markedBatchProcessCompleteTime
AtomicLong markedBatchProcessCompleteTime
-
markedCollectionProcessCompleteTime
AtomicLong markedCollectionProcessCompleteTime
-
markedServiceCallTime
AtomicLong markedServiceCallTime
-
name
String name
-
numProcessed
AtomicLong numProcessed
-
serviceCallTime
AtomicLong serviceCallTime
-
status
AnalysisEngineManagement.State status
-
threadId
long threadId
-
uniqueMBeanName
String uniqueMBeanName
-
-
Class org.apache.uima.analysis_engine.impl.ResultSpecification_impl
class ResultSpecification_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 8516517600467270594L
-
Serialized Fields
-
mTypeSystem
TypeSystem mTypeSystem
The type system used to compute the subtypes and allAnnotatorFeatures of types -
needsCompilation
boolean needsCompilation
-
rsCompiled
Map<String,
RsLangs> rsCompiled -
rsTypesMap
RsTypesMap rsTypesMap
For this Result-specification, the collection of language-sets Uncompiled format
-
-
Class org.apache.uima.analysis_engine.impl.TaeDescription_impl
class TaeDescription_impl extends AnalysisEngineDescription_impl implements Serializable- serialVersionUID:
- 7829820134797529630L
-
Class org.apache.uima.analysis_engine.impl.TypeOrFeature_impl
class TypeOrFeature_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 7184362666821154031L
-
Serialized Fields
-
mAllAnnotatorFeatures
boolean mAllAnnotatorFeatures
-
mName
String mName
-
mType
boolean mType
-
-
-
Package org.apache.uima.analysis_engine.metadata
-
Package org.apache.uima.analysis_engine.metadata.impl
-
Class org.apache.uima.analysis_engine.metadata.impl.AnalysisEngineMetaData_impl
class AnalysisEngineMetaData_impl extends ResourceMetaData_impl implements Serializable- serialVersionUID:
- -3030574527767871396L
-
Serialized Fields
-
mAsynchronousModeSupported
boolean mAsynchronousModeSupported
-
mCapabilities
Capability[] mCapabilities
-
mDelegateAnalysisEngineMetaData
AnalysisEngineMetaData[] mDelegateAnalysisEngineMetaData
-
mFlowConstraints
FlowConstraints mFlowConstraints
-
mFsIndexCollection
FsIndexCollection mFsIndexCollection
-
mOperationalProperties
OperationalProperties mOperationalProperties
-
mTypePriorities
TypePriorities mTypePriorities
-
mTypeSystem
TypeSystemDescription mTypeSystem
-
-
Class org.apache.uima.analysis_engine.metadata.impl.CapabilityLanguageFlow_impl
class CapabilityLanguageFlow_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -3582926806264514233L
-
Serialized Fields
-
mCapabilityLanguageFlow
String[] mCapabilityLanguageFlow
Array of AnalysisEngine identifiers indicating the capabilityLanguage flow.
-
-
Class org.apache.uima.analysis_engine.metadata.impl.FixedFlow_impl
class FixedFlow_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -3582926806264514233L
-
Serialized Fields
-
mFixedFlow
String[] mFixedFlow
Array of AnalysisEngine identifiers indicating the fixed flow.
-
-
Class org.apache.uima.analysis_engine.metadata.impl.FlowControllerDeclaration_impl
class FlowControllerDeclaration_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 1526130202197517743L
-
Serialized Fields
-
mImport
Import mImport
-
mKey
String mKey
-
mSpecifier
ResourceSpecifier mSpecifier
-
-
Class org.apache.uima.analysis_engine.metadata.impl.SofaMapping_impl
class SofaMapping_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -6115544748030506703L
-
-
Package org.apache.uima.analysis_engine.service.impl
-
Class org.apache.uima.analysis_engine.service.impl.ServiceDataCargo
class ServiceDataCargo extends Object implements Serializable- serialVersionUID:
- 2433836175315405277L
-
Serialized Fields
-
mCasSer
CASCompleteSerializer mCasSer
-
mProcessTrace
ProcessTrace mProcessTrace
-
-
-
Package org.apache.uima.cas
-
Exception Class org.apache.uima.cas.CASException
class CASException extends UIMAException implements Serializable- serialVersionUID:
- 2990279532203726966L
-
Exception Class org.apache.uima.cas.CASRuntimeException
class CASRuntimeException extends UIMARuntimeException implements Serializable- serialVersionUID:
- 2597111625069248081L
-
Exception Class org.apache.uima.cas.ParsingException
class ParsingException extends Exception implements Serializable- serialVersionUID:
- -8526988900901941980L
-
-
Package org.apache.uima.cas_data
-
Package org.apache.uima.cas_data.impl
-
Class org.apache.uima.cas_data.impl.CasDataImpl
class CasDataImpl extends Object implements Serializable- serialVersionUID:
- 400887901813129040L
-
Serialized Fields
-
fsList
List<FeatureStructure> fsList
-
-
Class org.apache.uima.cas_data.impl.FeatureStructureImpl
class FeatureStructureImpl extends Object implements Serializable- serialVersionUID:
- -1828536763993413045L
-
Serialized Fields
-
mFeatureMap
Map<String,
FeatureValue> mFeatureMap -
mFSType
String mFSType
-
mId
String mId
-
mIndexed
int[] mIndexed
-
-
Class org.apache.uima.cas_data.impl.PrimitiveArrayFSImpl
class PrimitiveArrayFSImpl extends FeatureStructureImpl implements Serializable- serialVersionUID:
- -2050313181387759103L
-
Serialized Fields
-
mArrayObject
Object mArrayObject
-
-
Class org.apache.uima.cas_data.impl.PrimitiveValueImpl
class PrimitiveValueImpl extends Object implements Serializable- serialVersionUID:
- -5889249846359051538L
-
Serialized Fields
-
aValueObject
Object aValueObject
-
-
Class org.apache.uima.cas_data.impl.ReferenceArrayFSImpl
class ReferenceArrayFSImpl extends FeatureStructureImpl implements Serializable- serialVersionUID:
- -1748415737830294866L
-
Serialized Fields
-
mIdRefs
String[] mIdRefs
-
-
Class org.apache.uima.cas_data.impl.ReferenceValueImpl
class ReferenceValueImpl extends Object implements Serializable- serialVersionUID:
- -2890705944833477494L
-
Serialized Fields
-
mTargetId
String mTargetId
-
-
-
Package org.apache.uima.cas.admin
-
Exception Class org.apache.uima.cas.admin.CASAdminException
class CASAdminException extends RuntimeException implements Serializable- serialVersionUID:
- 3968205828762300170L
-
Serialized Fields
-
arguments
String[] arguments
-
error
int error
-
resource
ResourceBundle resource
-
-
-
Package org.apache.uima.cas.impl
-
Exception Class org.apache.uima.cas.impl.AnnotationImplException
class AnnotationImplException extends Exception implements Serializable- serialVersionUID:
- 2924905396059850361L
-
Serialized Fields
-
arguments
String[] arguments
-
error
int error
-
resource
ResourceBundle resource
-
-
Class org.apache.uima.cas.impl.BooleanConstraint
class BooleanConstraint extends org.apache.uima.cas.impl.PathConstraint implements Serializable-
Serialized Fields
-
cons
FSBooleanConstraint cons
-
-
-
Class org.apache.uima.cas.impl.CASCompleteSerializer
class CASCompleteSerializer extends Object implements Serializable- serialVersionUID:
- 6841574968081866308L
-
Serialized Fields
-
casMgrSer
CASMgrSerializer casMgrSer
-
casSer
CASSerializer casSer
-
-
Class org.apache.uima.cas.impl.CASMgrSerializer
class CASMgrSerializer extends Object implements Serializable- serialVersionUID:
- 5549299679614131956L
-
Serialized Fields
-
comparatorIndex
int[] comparatorIndex
For each index, where the corresponding comparator starts in thecomparators
field.comparatorIndex.length == indexTypes.length
. -
comparators
int[] comparators
Encodings of the actual comparators. Each comparator occupies an odd number of cells: one for the type, then feature/comparison pairs. The feature is encoded with its type system code, and comparison operations are encoded withSTANDARD_COMPARE
andREVERSE_STANDARD_COMPARE
. -
featDecls
int[] featDecls
Feature declarations. For each feature codei
(which is an integer ≥ 1),featDecls[(i-1)*3]
is the domain type code,featDecls[(i-1)*3+1]
is the range type code, andfeatDecls[(i-1)*3+2]
is the multipleReferencesAllowed flag (0 or 1). -
featureNames
String[] featureNames
A list of feature names (symbol table). Note: numbering of features starts at1
, , and we index the names according to their internal code. That means thatfeatureNames[0] == null
. -
featureOffsets
int[] featureOffsets
The offsets for features. Optional, used for sanity checks. Since feature numbering starts at 1, the length of the array is 1 + number of features. -
indexingStrategy
int[] indexingStrategy
For each index, the indexing strategy of that index. Current options areSORTED_INDEX
,SET_INDEX
andBAG_INDEX
.indexingStrategy.length == indexTypes.length
. -
indexNames
String[] indexNames
The index identifiers. Note that more than one identifier can refer to the same index. -
nameToIndexMap
int[] nameToIndexMap
A mapping from index names to index IDs. We have thatindexNames.length == nameToIndexMap.length
and for eachi
innameToIndexMap
,0 <= i < indexTypes.length
. -
source
int source
Set this appropriately. -
stringSubtypes
int[] stringSubtypes
A list of type codes for the string subtypes. -
stringSubtypeValuePos
int[] stringSubtypeValuePos
The start positions of the string value subarrays ofstringSubtypeValues
.stringSubtypeValuePos.length == stringSubtypes.length
. For eachi < stringSubtypes.length
,stringSubtypeValuePos[i]
is the start of the string values forstringSubtypes[i]
. -
stringSubtypeValues
String[] stringSubtypeValues
The string values for the string subtypes. Start and end postions for the values for the individual types are instringSubtypeValuePos
. -
topTypeCode
int topTypeCode
The internal code of the top type. Optional, used for sanity checks. -
typeInheritance
int[] typeInheritance
Type inheritance information: for each type other than the top type, we provide the parent in the inheritance scheme. We use the internal type codes for indexing, which means that cells 0 (no type) and 1 (top type doesn't inherit from anything) are not used. -
typeNames
String[] typeNames
A list of type names (symbol table). fs-typed arrays have names XXXX[]. Note: numbering of types starts at1
, and we index the names according to their internal code. That means thattypeNames[0] == null
. -
typeOrder
int[] typeOrder
-
-
Class org.apache.uima.cas.impl.CASSerializer
class CASSerializer extends Object implements Serializable- serialVersionUID:
- -7972011651957420295L
-
Serialized Fields
-
byteHeapArray
byte[] byteHeapArray
-
fsIndex
int[] fsIndex
-
heapArray
int[] heapArray
-
heapMetaData
int[] heapMetaData
-
longHeapArray
long[] longHeapArray
-
shortHeapArray
short[] shortHeapArray
-
stringTable
String[] stringTable
-
-
Class org.apache.uima.cas.impl.FSBooleanConstraintImpl
class FSBooleanConstraintImpl extends Object implements Serializable-
Serialized Fields
-
condition
boolean condition
-
-
-
Exception Class org.apache.uima.cas.impl.LowLevelException
class LowLevelException extends RuntimeException implements Serializable- serialVersionUID:
- -3115614380676282900L
-
Serialized Fields
-
arguments
Object[] arguments
-
error
int error
-
resource
ResourceBundle resource
-
-
Exception Class org.apache.uima.cas.impl.XCASParsingException
class XCASParsingException extends SAXParseException implements Serializable- serialVersionUID:
- -4915068920369582184L
-
Serialized Fields
-
arguments
Object[] arguments
-
error
int error
-
resource
ResourceBundle resource
-
-
-
Package org.apache.uima.collection
-
Exception Class org.apache.uima.collection.CollectionException
class CollectionException extends UIMAException implements Serializable- serialVersionUID:
- -78797158130497524L
-
-
Package org.apache.uima.collection.base_cpm
-
Exception Class org.apache.uima.collection.base_cpm.AbortCasProcessorException
class AbortCasProcessorException extends Exception implements Serializable- serialVersionUID:
- 6667835751923326076L
-
Exception Class org.apache.uima.collection.base_cpm.AbortCPMException
class AbortCPMException extends Exception implements Serializable- serialVersionUID:
- 3227334551231448553L
-
Exception Class org.apache.uima.collection.base_cpm.SkipCasException
class SkipCasException extends Exception implements Serializable- serialVersionUID:
- -1536918949728720979L
-
-
Package org.apache.uima.collection.impl
-
Class org.apache.uima.collection.impl.CasConsumerDescription_impl
class CasConsumerDescription_impl extends ResourceCreationSpecifier_impl implements Serializable- serialVersionUID:
- -3876854246385758053L
-
Class org.apache.uima.collection.impl.CasInitializerDescription_impl
class CasInitializerDescription_impl extends ResourceCreationSpecifier_impl implements Serializable- serialVersionUID:
- -4559482063745943204L
-
Class org.apache.uima.collection.impl.CollectionReaderDescription_impl
class CollectionReaderDescription_impl extends ResourceCreationSpecifier_impl implements Serializable- serialVersionUID:
- -6654886877117758267L
-
Class org.apache.uima.collection.impl.EntityProcessStatusImpl
class EntityProcessStatusImpl extends Object implements Serializable- serialVersionUID:
- -5101356145458558249L
-
Serialized Fields
-
eventMap
HashMap eventMap
-
exceptionList
List exceptionList
-
failedList
List failedList
-
isProcessed
boolean isProcessed
-
isSkipped
boolean isSkipped
-
prT
ProcessTrace prT
-
resultHM
HashMap resultHM
-
-
-
Package org.apache.uima.collection.impl.base_cpm.container
-
Exception Class org.apache.uima.collection.impl.base_cpm.container.KillPipelineException
class KillPipelineException extends Exception implements Serializable- serialVersionUID:
- -4105689778536046179L
-
Exception Class org.apache.uima.collection.impl.base_cpm.container.ServiceConnectionException
class ServiceConnectionException extends Exception implements Serializable- serialVersionUID:
- 2965580005726446212L
-
-
Package org.apache.uima.collection.impl.base_cpm.container.deployer
-
Exception Class org.apache.uima.collection.impl.base_cpm.container.deployer.CasProcessorDeploymentException
class CasProcessorDeploymentException extends ResourceProcessException implements Serializable- serialVersionUID:
- 8743293497493826997L
-
-
Package org.apache.uima.collection.impl.cpm
-
Class org.apache.uima.collection.impl.cpm.CheckpointData
class CheckpointData extends Object implements Serializable- serialVersionUID:
- -3261502844386898304L
-
Serialized Fields
-
processTrace
ProcessTrace processTrace
-
synchPoint
SynchPoint synchPoint
-
-
Exception Class org.apache.uima.collection.impl.cpm.CPMException
class CPMException extends Exception implements Serializable- serialVersionUID:
- -8398570626529912770L
-
-
Package org.apache.uima.collection.impl.cpm.engine
-
Exception Class org.apache.uima.collection.impl.cpm.engine.CPMChunkTimeoutException
class CPMChunkTimeoutException extends ResourceProcessException implements Serializable- serialVersionUID:
- 358067081843640078L
-
-
Package org.apache.uima.collection.impl.cpm.utils
-
Class org.apache.uima.collection.impl.cpm.utils.CasMetaData
class CasMetaData extends Object implements Serializable- serialVersionUID:
- 836775023988205201L
-
Serialized Fields
-
casMetaData
NameValuePair[] casMetaData
-
casObject
Object casObject
-
-
Class org.apache.uima.collection.impl.cpm.utils.JavaTimer
class JavaTimer extends Object implements Serializable- serialVersionUID:
- 5399135137398839124L
-
Serialized Fields
-
end
long end
Deprecated. -
start
long start
Deprecated.
-
-
-
Package org.apache.uima.collection.impl.cpm.vinci.cas_data
-
Class org.apache.uima.collection.impl.cpm.vinci.cas_data.VinciPrimitiveValue
class VinciPrimitiveValue extends PrimitiveValueImpl implements Serializable- serialVersionUID:
- 1668126114372701948L
-
-
Package org.apache.uima.collection.impl.metadata.cpe
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorCpeObject
class CasProcessorCpeObject extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -2424851648116984900L
-
Serialized Fields
-
checkpoint
CpeCheckpoint checkpoint
-
configurationParameterSettings
CasProcessorConfigurationParameterSettings configurationParameterSettings
-
deployment
String deployment
-
deploymentParameters
CasProcessorDeploymentParams deploymentParameters
-
descriptor
CpeComponentDescriptor descriptor
-
errorHandling
CasProcessorErrorHandling errorHandling
-
filter
CasProcessorFilter filter
-
isParallelizable
boolean isParallelizable
-
name
String name
-
parameters
Parameter[] parameters
-
parameterSettings
ConfigurationParameterSettings parameterSettings
-
runInSeparateProcess
CasProcessorRunInSeperateProcess runInSeparateProcess
-
sofaNameMappings
CpeSofaMappings sofaNameMappings
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorDeploymentParamImpl
class CasProcessorDeploymentParamImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 8950620301535742630L
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorDeploymentParamsImpl
class CasProcessorDeploymentParamsImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 4871710283477856271L
-
Serialized Fields
-
params
ArrayList params
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorErrorHandlingImpl
class CasProcessorErrorHandlingImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 1677062861920690715L
-
Serialized Fields
-
errorRateThrashold
CasProcessorErrorRateThreshold errorRateThrashold
-
maxRestarts
CasProcessorMaxRestarts maxRestarts
-
timeout
CasProcessorTimeout timeout
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorErrorRateThresholdImpl
class CasProcessorErrorRateThresholdImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -9214395691914383261L
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorExecArgImpl
class CasProcessorExecArgImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 6289178406400775873L
-
Serialized Fields
-
value
String value
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorExecArgsImpl
class CasProcessorExecArgsImpl extends Object implements Serializable- serialVersionUID:
- -719956786158518508L
-
Serialized Fields
-
args
ArrayList args
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorExecutableImpl
class CasProcessorExecutableImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 6897788743141912586L
-
Serialized Fields
-
args
CasProcessorExecArgs args
-
dir
String dir
-
envs
ArrayList envs
-
executable
String executable
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorFilterImpl
class CasProcessorFilterImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 1879442561195094666L
-
Serialized Fields
-
filter
String filter
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorMaxRestartsImpl
class CasProcessorMaxRestartsImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 2863741219504239020L
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorRunInSeperateProcessImpl
class CasProcessorRunInSeperateProcessImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 1074137401279020375L
-
Serialized Fields
-
exec
CasProcessorExecutable exec
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorRuntimeEnvParamImpl
class CasProcessorRuntimeEnvParamImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -6750487360818463790L
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorTimeoutImpl
class CasProcessorTimeoutImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -8276573951395652039L
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeCasProcessorsImpl
class CpeCasProcessorsImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -5532660061637797550L
-
Serialized Fields
-
casPoolSize
int casPoolSize
-
casProcessors
ArrayList casProcessors
-
dropCasOnException
boolean dropCasOnException
-
inputQueueSize
int inputQueueSize
-
outputQueueSize
int outputQueueSize
-
processingUnitThreadCount
int processingUnitThreadCount
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeCheckpointImpl
class CpeCheckpointImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 9155094513948815121L
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderCasInitializerImpl
class CpeCollectionReaderCasInitializerImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -6284616239685904940L
-
Serialized Fields
-
cfps
CasProcessorConfigurationParameterSettings cfps
Deprecated. -
configurationParameterSettings
ConfigurationParameterSettings configurationParameterSettings
Deprecated. -
descriptor
CpeComponentDescriptor descriptor
Deprecated. -
sofaNameMappings
CpeSofaMappings sofaNameMappings
Deprecated.
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderImpl
class CpeCollectionReaderImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -7663775553359776495L
-
Serialized Fields
-
casInitializer
CpeCollectionReaderCasInitializer casInitializer
-
collectionIterator
CpeCollectionReaderIterator collectionIterator
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderIteratorImpl
class CpeCollectionReaderIteratorImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -9208074797482603808L
-
Serialized Fields
-
configParameterSettings
ConfigurationParameterSettings configParameterSettings
-
configurationParameterSettings
CasProcessorConfigurationParameterSettings configurationParameterSettings
-
descriptor
CpeComponentDescriptor descriptor
-
sofaNameMappings
CpeSofaMappings sofaNameMappings
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeComponentDescriptorImpl
class CpeComponentDescriptorImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 1607312024379882416L
-
Serialized Fields
-
mImport
Import mImport
-
mInclude
CpeInclude mInclude
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeConfigurationImpl
class CpeConfigurationImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 1153815602567127240L
-
Serialized Fields
-
checkpoint
CpeCheckpoint checkpoint
-
deployAs
String deployAs
-
num2Process
long num2Process
-
outputQueue
OutputQueue outputQueue
-
startAt
String startAt
-
timerImpl
String timerImpl
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptionImpl
class CpeDescriptionImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -8068920415609241198L
-
Serialized Fields
-
casProcessors
CpeCasProcessors casProcessors
-
collectionReader
CpeCollectionReader collectionReader
-
cpeConfiguration
CpeConfiguration cpeConfiguration
-
resourceMgrConfig
CpeResourceManagerConfiguration resourceMgrConfig
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeIncludeImpl
class CpeIncludeImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 5694100109656286384L
-
Serialized Fields
-
href
String href
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeIntegratedCasProcessorImpl
class CpeIntegratedCasProcessorImpl extends CasProcessorCpeObject implements Serializable- serialVersionUID:
- 6076012896926381047L
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeLocalCasProcessorImpl
class CpeLocalCasProcessorImpl extends CasProcessorCpeObject implements Serializable- serialVersionUID:
- -2239520502855587544L
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeRemoteCasProcessorImpl
class CpeRemoteCasProcessorImpl extends CasProcessorCpeObject implements Serializable- serialVersionUID:
- -1290194910813284905L
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeResourceManagerConfigurationImpl
class CpeResourceManagerConfigurationImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -8905321767282361433L
-
Serialized Fields
-
href
String href
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeSofaMappingImpl
class CpeSofaMappingImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -2488866857646083657L
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeSofaMappingsImpl
class CpeSofaMappingsImpl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -4193487704594409253L
-
Serialized Fields
-
sofaNameMappings
ArrayList sofaNameMappings
-
-
Class org.apache.uima.collection.impl.metadata.cpe.OutputQueue_impl
class OutputQueue_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -3001016349004832820L
-
Serialized Fields
-
dequeueTimeout
int dequeueTimeout
-
queueClass
String queueClass
-
-
-
Package org.apache.uima.collection.metadata
-
Exception Class org.apache.uima.collection.metadata.CpeDescriptorException
class CpeDescriptorException extends Exception implements Serializable- serialVersionUID:
- -5008821641810813512L
-
-
Package org.apache.uima.flow
-
Package org.apache.uima.flow.impl
-
Class org.apache.uima.flow.impl.FlowControllerDescription_impl
class FlowControllerDescription_impl extends ResourceCreationSpecifier_impl implements Serializable- serialVersionUID:
- 7478890390021821535L
-
-
Package org.apache.uima.internal.util
-
Class org.apache.uima.internal.util.IntStack
class IntStack extends IntVector implements Serializable- serialVersionUID:
- 6396213817151546621L
-
Class org.apache.uima.internal.util.IntVector
class IntVector extends Object implements Serializable- serialVersionUID:
- 4829243434421992519L
-
Serialized Fields
-
array
int[] array
-
growth_factor
int growth_factor
-
multiplication_limit
int multiplication_limit
-
pos
int pos
-
-
Class org.apache.uima.internal.util.JavaTimer
class JavaTimer extends Object implements Serializable- serialVersionUID:
- 4644107369628471363L
-
Serialized Fields
-
end
long end
-
start
long start
-
-
Exception Class org.apache.uima.internal.util.UtilError
class UtilError extends RuntimeException implements Serializable- serialVersionUID:
- -6708991281527442356L
-
Serialized Fields
-
arguments
Object[] arguments
-
error
int error
-
resource
ResourceBundle resource
-
-
-
Package org.apache.uima.pear.tools
-
Class org.apache.uima.pear.tools.InstallationDescriptor
class InstallationDescriptor extends Object implements Serializable- serialVersionUID:
- 4884186903126810934L
-
Serialized Fields
-
_delegateComponents
Hashtable<String,
InstallationDescriptor.ComponentInfo> _delegateComponents -
_frameworkSpecs
Properties _frameworkSpecs
-
_insdFile
File _insdFile
-
_installationActions
ArrayList<InstallationDescriptor.ActionInfo> _installationActions
-
_mainComponent
InstallationDescriptor.ComponentInfo _mainComponent
-
_osSpecs
Properties _osSpecs
-
_toolkitsSpecs
Properties _toolkitsSpecs
-
-
Class org.apache.uima.pear.tools.InstallationDescriptor.ActionInfo
class ActionInfo extends Object implements Serializable- serialVersionUID:
- -3459024334454685063L
-
Serialized Fields
-
_name
String _name
-
params
Properties params
-
-
Class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
class ComponentInfo extends Object implements Serializable- serialVersionUID:
- 3269238133625161794L
-
Serialized Fields
-
_id
String _id
-
casConsumerDescFilePath
String casConsumerDescFilePath
-
casInitializerDescFilePath
String casInitializerDescFilePath
-
collIteratorDescFilePath
String collIteratorDescFilePath
-
deploymentType
String deploymentType
-
descFilePath
String descFilePath
-
name
String name
-
networkParams
Hashtable<String,
Properties> networkParams -
props
Properties props
-
rootDirPath
String rootDirPath
-
serviceInfo
InstallationDescriptor.ServiceInfo serviceInfo
-
-
Exception Class org.apache.uima.pear.tools.PackageCreatorException
class PackageCreatorException extends InternationalizedException implements Serializable- serialVersionUID:
- 6261840563059646801L
-
Exception Class org.apache.uima.pear.tools.PackageInstallerException
class PackageInstallerException extends InternationalizedRuntimeException implements Serializable- serialVersionUID:
- 6261840563059646801L
-
-
Package org.apache.uima.resource
-
Exception Class org.apache.uima.resource.ResourceAccessException
class ResourceAccessException extends UIMAException implements Serializable- serialVersionUID:
- 6192395953611408054L
-
Exception Class org.apache.uima.resource.ResourceConfigurationException
class ResourceConfigurationException extends UIMAException implements Serializable- serialVersionUID:
- -412324593044962476L
-
Exception Class org.apache.uima.resource.ResourceInitializationException
class ResourceInitializationException extends UIMAException implements Serializable- serialVersionUID:
- -2521675776941322837L
-
Exception Class org.apache.uima.resource.ResourceProcessException
class ResourceProcessException extends UIMAException implements Serializable- serialVersionUID:
- 9110678164301621448L
-
Exception Class org.apache.uima.resource.ResourceServiceException
class ResourceServiceException extends UIMAException implements Serializable- serialVersionUID:
- 3804355176082646151L
-
-
Package org.apache.uima.resource.impl
-
Class org.apache.uima.resource.impl.ConfigurableDataResourceSpecifier_impl
class ConfigurableDataResourceSpecifier_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -5414343447386950507L
-
Serialized Fields
-
mMetaData
ResourceMetaData mMetaData
Resource metadata. -
mUrl
String mUrl
URL of the data.
-
-
Class org.apache.uima.resource.impl.CustomResourceSpecifier_impl
class CustomResourceSpecifier_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 8922306013278525153L
-
Class org.apache.uima.resource.impl.ExternalResourceDependency_impl
class ExternalResourceDependency_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 8416783152191685356L
-
Class org.apache.uima.resource.impl.ExternalResourceDescription_impl
class ExternalResourceDescription_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -6995615796561255268L
-
Serialized Fields
-
mDescription
String mDescription
-
mImplementationName
String mImplementationName
-
mName
String mName
-
mResourceSpecifier
ResourceSpecifier mResourceSpecifier
-
-
Class org.apache.uima.resource.impl.FileLanguageResourceSpecifier_impl
class FileLanguageResourceSpecifier_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 4660680936104675527L
-
Class org.apache.uima.resource.impl.FileResourceSpecifier_impl
class FileResourceSpecifier_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -4595981135298755811L
-
Class org.apache.uima.resource.impl.Parameter_impl
class Parameter_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -853121388957306954L
-
Class org.apache.uima.resource.impl.PearSpecifier_impl
class PearSpecifier_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -7910540167197537337L
-
Class org.apache.uima.resource.impl.ResourceCreationSpecifier_impl
class ResourceCreationSpecifier_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 7946890459654653436L
-
Serialized Fields
-
mExternalResourceDependencies
List<ExternalResourceDependency> mExternalResourceDependencies
-
mFrameworkImplementation
String mFrameworkImplementation
-
mImplementationName
String mImplementationName
-
mMetaData
ResourceMetaData mMetaData
-
mResourceManagerConfiguration
ResourceManagerConfiguration mResourceManagerConfiguration
-
-
Class org.apache.uima.resource.impl.Session_impl
class Session_impl extends Object implements Serializable- serialVersionUID:
- -8525494546736102324L
-
Class org.apache.uima.resource.impl.SessionNamespaceView_impl
class SessionNamespaceView_impl extends Object implements Serializable- serialVersionUID:
- 7585276862479207970L
-
Class org.apache.uima.resource.impl.URISpecifier_impl
class URISpecifier_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -7910540167197537337L
-
Serialized Fields
-
mParameters
Parameter[] mParameters
-
mProtocol
String mProtocol
Protocol used to communicate with the Resource. -
mResourceType
String mResourceType
Type of Resource that the service at this URI is expected to implement. Value should be one of the constants on the URISpecifier interface, or null if unspecified. -
mTimeout
Integer mTimeout
Timeout period in milliseconds. -
mUri
String mUri
URI of the Resource.
-
-
-
Package org.apache.uima.resource.metadata
-
Package org.apache.uima.resource.metadata.impl
-
Class org.apache.uima.resource.metadata.impl.AllowedValue_impl
class AllowedValue_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -3463916068572525348L
-
Class org.apache.uima.resource.metadata.impl.Capability_impl
class Capability_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -2821073595288674925L
-
Serialized Fields
-
mDescription
String mDescription
a description of this capability -
mInputs
TypeOrFeature[] mInputs
Input Types and/or Features. -
mInputSofas
String[] mInputSofas
input SofAs -
mOutputs
TypeOrFeature[] mOutputs
Output Types and/or Features. -
mOutputSofas
String[] mOutputSofas
output SofAs -
mPreconditions
Precondition[] mPreconditions
Preconditions (includes languages supported).
-
-
Class org.apache.uima.resource.metadata.impl.ConfigurationGroup_impl
class ConfigurationGroup_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 4220504881786100821L
-
Serialized Fields
-
mConfigurationParameters
ConfigurationParameter[] mConfigurationParameters
Parameters contained within the group(s). -
mNames
String[] mNames
Group names.
-
-
Class org.apache.uima.resource.metadata.impl.ConfigurationParameter_impl
class ConfigurationParameter_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 4234432343384779535L
-
Serialized Fields
-
mDescription
String mDescription
Description of this Configuration Parameter. -
mExternalOverrideName
String mExternalOverrideName
External name of this Configuration Parameter. -
mMandatory
boolean mMandatory
Whether this Configuration Parameter is mandatory. -
mMultiValued
boolean mMultiValued
Whether this Configuration Parameter is multi-valued. -
mName
String mName
Name of this Configuration Parameter. -
mOverrides
String[] mOverrides
The parameters that this Configuration Parameter overrides. Elements of this array are of the form componentName/parameterName. -
mType
String mType
Data Type of this Configuration Parameter.
-
-
Class org.apache.uima.resource.metadata.impl.ConfigurationParameterDeclarations_impl
class ConfigurationParameterDeclarations_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -2248322904617280983L
-
Serialized Fields
-
mCommonParameters
ConfigurationParameter[] mCommonParameters
Parameters common to all groups -
mConfigurationGroups
ConfigurationGroup[] mConfigurationGroups
Configuration Groups -
mConfigurationParameters
ConfigurationParameter[] mConfigurationParameters
Configuration Parameters that are not in any group -
mDefaultGroupName
String mDefaultGroupName
Name of the default group -
mSearchStrategy
String mSearchStrategy
Configuration parameter search strategy
-
-
Class org.apache.uima.resource.metadata.impl.ConfigurationParameterSettings_impl
class ConfigurationParameterSettings_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 3476535733588304983L
-
Serialized Fields
-
mParameterSettings
NameValuePair[] mParameterSettings
Settings for parameters that are not in any group. -
mSettingsForGroups
Map<String,
NameValuePair[]> mSettingsForGroups Settings for parameters in groups. This HashMap hasString
keys (the group name) andNameValuePair[]
values (the parameter names and their values).
-
-
Class org.apache.uima.resource.metadata.impl.ExternalResourceBinding_impl
class ExternalResourceBinding_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 8736222753308388218L
-
Class org.apache.uima.resource.metadata.impl.FeatureDescription_impl
class FeatureDescription_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 3661516916992500406L
-
Class org.apache.uima.resource.metadata.impl.FsIndexCollection_impl
class FsIndexCollection_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -7687383527183197102L
-
Class org.apache.uima.resource.metadata.impl.FsIndexDescription_impl
class FsIndexDescription_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 8939000196947456114L
-
Serialized Fields
-
mKeys
FsIndexKeyDescription[] mKeys
-
mKind
String mKind
-
mLabel
String mLabel
-
mTypeName
String mTypeName
-
-
Class org.apache.uima.resource.metadata.impl.FsIndexKeyDescription_impl
class FsIndexKeyDescription_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -4015997042353963398L
-
Serialized Fields
-
mComparator
int mComparator
-
mFeatureName
String mFeatureName
-
mTypePriority
boolean mTypePriority
-
-
Class org.apache.uima.resource.metadata.impl.Import_impl
class Import_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 6876757002913848998L
-
Class org.apache.uima.resource.metadata.impl.LanguagePrecondition_impl
class LanguagePrecondition_impl extends SimplePrecondition_impl implements Serializable- serialVersionUID:
- -5526826405334750929L
-
Class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
class MetaDataObject_impl extends Object implements Serializable- serialVersionUID:
- 5876728533863334480L
-
Class org.apache.uima.resource.metadata.impl.MimeTypePrecondition_impl
class MimeTypePrecondition_impl extends SimplePrecondition_impl implements Serializable- serialVersionUID:
- -2496834003359218342L
-
Class org.apache.uima.resource.metadata.impl.NameValuePair_impl
class NameValuePair_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -1806648654924417387L
-
Class org.apache.uima.resource.metadata.impl.OperationalProperties_impl
class OperationalProperties_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 8649608701550531026L
-
Serialized Fields
-
mModifiesCas
boolean mModifiesCas
-
mMultipleDeploymentAllowed
boolean mMultipleDeploymentAllowed
-
mOutputsNewCASes
boolean mOutputsNewCASes
-
-
Class org.apache.uima.resource.metadata.impl.ProcessingResourceMetaData_impl
class ProcessingResourceMetaData_impl extends AnalysisEngineMetaData_impl implements Serializable- serialVersionUID:
- -4839907155580879702L
-
Class org.apache.uima.resource.metadata.impl.ResourceManagerConfiguration_impl
class ResourceManagerConfiguration_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -8326190554827990517L
-
Serialized Fields
-
mBindings
ExternalResourceBinding[] mBindings
-
mDescription
String mDescription
-
mExternalResources
ExternalResourceDescription[] mExternalResources
-
mImports
Import[] mImports
-
mName
String mName
-
mVendor
String mVendor
-
mVersion
String mVersion
-
-
Class org.apache.uima.resource.metadata.impl.ResourceMetaData_impl
class ResourceMetaData_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 3408359518094534817L
-
Serialized Fields
-
mConfigurationParameterDeclarations
ConfigurationParameterDeclarations mConfigurationParameterDeclarations
Configuration Parameter Declarations for the Resource -
mConfigurationParameterSettings
ConfigurationParameterSettings mConfigurationParameterSettings
Configuration Parameter Settings for the Resource -
mCopyright
String mCopyright
Copyright notice for the Resource -
mDescription
String mDescription
Description of the Resource -
mName
String mName
Name of the Resource -
mUUID
String mUUID
UUID of the Resource -
mVendor
String mVendor
Vendor of the Resource -
mVersion
String mVersion
Version number of the Resource
-
-
Class org.apache.uima.resource.metadata.impl.SimplePrecondition_impl
class SimplePrecondition_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -3736364411654445630L
-
Serialized Fields
-
mComparisonValue
Object mComparisonValue
Value to compare against the feature. -
mDefault
boolean mDefault
-
mFeatureName
String mFeatureName
-
mFsIndexName
String mFsIndexName
-
mFsMatchConstraint
FSMatchConstraint mFsMatchConstraint
-
mPredicate
String mPredicate
Predicate used to compare.
-
-
Class org.apache.uima.resource.metadata.impl.TypeDescription_impl
class TypeDescription_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 7505580429981863281L
-
Serialized Fields
-
mAllowedValues
AllowedValue[] mAllowedValues
Allowed Values for an Enumerated type. -
mDescription
String mDescription
Verbose description of this Type. -
mFeatures
FeatureDescription[] mFeatures
Descriptions of all Features defined on this Type. -
mName
String mName
Name of this Type. -
mSupertypeName
String mSupertypeName
Name of the Type from which this Type inherits.
-
-
Class org.apache.uima.resource.metadata.impl.TypePriorities_impl
class TypePriorities_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -4773863151055424438L
-
Class org.apache.uima.resource.metadata.impl.TypePriorityList_impl
class TypePriorityList_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 4700170375564691096L
-
Class org.apache.uima.resource.metadata.impl.TypeSystemDescription_impl
class TypeSystemDescription_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -3372766232454730201L
-
-
Package org.apache.uima.search
-
Exception Class org.apache.uima.search.IndexingException
class IndexingException extends UIMAException implements Serializable- serialVersionUID:
- 5002247376240314251L
-
-
Package org.apache.uima.search.impl
-
Class org.apache.uima.search.impl.Attribute_impl
class Attribute_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -7368701438572498616L
-
Class org.apache.uima.search.impl.Filter_impl
class Filter_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -5839668733093703591L
-
Class org.apache.uima.search.impl.IndexBuildItem_impl
class IndexBuildItem_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -2034703263819608423L
-
Class org.apache.uima.search.impl.IndexBuildSpecification_impl
class IndexBuildSpecification_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -5922996488248689708L
-
Serialized Fields
-
mItems
IndexBuildItem[] mItems
-
-
Class org.apache.uima.search.impl.IndexRule_impl
class IndexRule_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- 8072560372466068952L
-
Serialized Fields
-
mStyles
Style[] mStyles
-
-
Class org.apache.uima.search.impl.Mapping_impl
class Mapping_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -2371976614485187381L
-
Class org.apache.uima.search.impl.Style_impl
class Style_impl extends MetaDataObject_impl implements Serializable- serialVersionUID:
- -1506108274843606087L
-
-
Package org.apache.uima.tools
-
Class org.apache.uima.tools.AnnotationFeaturesViewer
class AnnotationFeaturesViewer extends JPanel implements Serializable- serialVersionUID:
- -8028169177689821008L
-
Serialized Fields
-
collapseAllButton
JButton collapseAllButton
-
expandAllButton
JButton expandAllButton
-
scrollPane
JScrollPane scrollPane
-
tree
JTree tree
-
-
Class org.apache.uima.tools.AnnotationViewerMain
class AnnotationViewerMain extends JFrame implements Serializable- serialVersionUID:
- -3201723535833938833L
-
Serialized Fields
-
aboutDialog
JDialog aboutDialog
-
inputFileSelector
FileSelector inputFileSelector
-
prefs
Preferences prefs
Stores user preferences -
taeDescriptorFileSelector
FileSelector taeDescriptorFileSelector
-
uimaHomeDir
File uimaHomeDir
-
viewButton
JButton viewButton
-
-
-
Package org.apache.uima.tools.cpm
-
Class org.apache.uima.tools.cpm.AnalysisEnginePanel
class AnalysisEnginePanel extends MetaDataPanel implements Serializable- serialVersionUID:
- -5927337001602381195L
-
Serialized Fields
-
aeSpecifier
ResourceSpecifier aeSpecifier
-
lastFileSyncTimestamp
long lastFileSyncTimestamp
-
shouldRunCheckBox
JCheckBox shouldRunCheckBox
-
specifierFile
File specifierFile
-
-
Class org.apache.uima.tools.cpm.ConsumerPanel
class ConsumerPanel extends MetaDataPanel implements Serializable- serialVersionUID:
- -6822046781435538398L
-
Serialized Fields
-
casConsumerSpecifier
ResourceSpecifier casConsumerSpecifier
-
lastFileSyncTimestamp
long lastFileSyncTimestamp
-
specifierFile
File specifierFile
-
-
Class org.apache.uima.tools.cpm.CpmFrame
class CpmFrame extends JFrame implements Serializable- serialVersionUID:
- 756368351780483658L
-
Class org.apache.uima.tools.cpm.CpmPanel
class CpmPanel extends JPanel implements Serializable- serialVersionUID:
- -5096300176103368922L
-
Serialized Fields
-
addAeButton
JButton addAeButton
-
addConsumerButton
JButton addConsumerButton
-
aeFileChooser
JFileChooser aeFileChooser
-
aeMainPanel
JPanel aeMainPanel
-
aeSpecifiers
Vector aeSpecifiers
-
aeTabbedPane
JTabbedPaneWithCloseIcons aeTabbedPane
-
aeTitledBorder
TitledBorder aeTitledBorder
-
casInitializerDesc
CasInitializerDescription casInitializerDesc
-
casInitializerFileSelector
FileSelector casInitializerFileSelector
-
casInitializerLastFileSyncTimestamp
long casInitializerLastFileSyncTimestamp
-
casInitializerPanel
org.apache.uima.tools.cpm.CpmPanel.ResetableMetaDataPanel casInitializerPanel
-
casInitializerTitledBorder
TitledBorder casInitializerTitledBorder
-
clearAllMenuItem
JMenuItem clearAllMenuItem
-
collectionReaderDesc
CollectionReaderDescription collectionReaderDesc
-
collectionReaderLastFileSyncTimestamp
long collectionReaderLastFileSyncTimestamp
-
collectionReaderPanel
org.apache.uima.tools.cpm.CpmPanel.ResetableMetaDataPanel collectionReaderPanel
-
collectionReaderTitledBorder
TitledBorder collectionReaderTitledBorder
-
consumerFileChooser
JFileChooser consumerFileChooser
-
consumersPanel
JPanel consumersPanel
-
consumerSpecifiers
Vector consumerSpecifiers
-
consumerTabbedPane
JTabbedPaneWithCloseIcons consumerTabbedPane
-
consumerTitledBorder
TitledBorder consumerTitledBorder
-
currentCpeDesc
CpeDescription currentCpeDesc
-
defaultResourceManager
ResourceManager defaultResourceManager
-
elapsedTime
int elapsedTime
-
fileChooserRootDir
File fileChooserRootDir
-
indeterminateProgressPause
boolean indeterminateProgressPause
-
lastFileSyncUserPromptTime
long lastFileSyncUserPromptTime
-
mainSplitPane
JSplitPane mainSplitPane
-
mCPE
CollectionProcessingEngine mCPE
-
moveAeLeftButton
JButton moveAeLeftButton
-
moveAeRightButton
JButton moveAeRightButton
-
moveConsumerLeftButton
JButton moveConsumerLeftButton
-
moveConsumerRightButton
JButton moveConsumerRightButton
-
mPaused
boolean mPaused
-
mShuttingDown
boolean mShuttingDown
-
openCpeDescMenuItem
JMenuItem openCpeDescMenuItem
-
openSaveFileChooser
JFileChooser openSaveFileChooser
-
performanceQueryTimer
Timer performanceQueryTimer
-
prefs
Preferences prefs
Stores user preferences -
progressBar
JProgressBar progressBar
-
progressTimer
Timer progressTimer
-
readerFileSelector
FileSelector readerFileSelector
-
readerInitializerSplitPane
JSplitPane readerInitializerSplitPane
-
refreshMenuItem
JMenuItem refreshMenuItem
-
saveCpeDescMenuItem
JMenuItem saveCpeDescMenuItem
-
saveUsingImportMenuItem
JCheckBoxMenuItem saveUsingImportMenuItem
-
saveUsingImports
boolean saveUsingImports
-
selectedComponentsChanged
boolean selectedComponentsChanged
-
startButton
AbstractButton startButton
-
statusLabel
JLabel statusLabel
-
stopButton
AbstractButton stopButton
-
transportControlPanel
TransportControlPanel transportControlPanel
-
viewCasInitializerPanelMenuItem
JMenuItem viewCasInitializerPanelMenuItem
-
-
Class org.apache.uima.tools.cpm.JTabbedPaneWithCloseIcons
class JTabbedPaneWithCloseIcons extends JTabbedPane implements Serializable- serialVersionUID:
- 7680554379341154297L
-
Serialized Fields
-
tabClosedListener
TabClosedListener tabClosedListener
-
-
Class org.apache.uima.tools.cpm.MetaDataPanel
class MetaDataPanel extends FormPanel implements Serializable- serialVersionUID:
- 2002216386886772644L
-
Serialized Fields
-
fieldsList
ArrayList fieldsList
-
metaData
ResourceMetaData metaData
-
-
Class org.apache.uima.tools.cpm.PerformanceReportDialog
class PerformanceReportDialog extends JDialog implements Serializable- serialVersionUID:
- 7747258424181047062L
-
-
Package org.apache.uima.tools.cvd
-
Class org.apache.uima.tools.cvd.AnnotationDisplayCustomizationFrame
class AnnotationDisplayCustomizationFrame extends JFrame implements Serializable- serialVersionUID:
- -6695661439132793537L
-
Serialized Fields
-
acceptButton
JButton acceptButton
-
bgColor
Color bgColor
-
bgIcon
ColorIcon bgIcon
-
cancelButton
JButton cancelButton
-
currentStyle
Style currentStyle
-
currentTypeName
String currentTypeName
-
fgColor
Color fgColor
-
fgIcon
ColorIcon fgIcon
-
splitPane
JSplitPane splitPane
-
styleMap
Map<String,
Style> styleMap -
textPane
JTextPane textPane
-
tree
JTree tree
-
-
Class org.apache.uima.tools.cvd.AutoFoldingMenu
class AutoFoldingMenu extends JMenu implements Serializable-
Serialized Fields
-
count
int count
-
maxSize
int maxSize
-
submenu
AutoFoldingMenu submenu
-
-
-
Class org.apache.uima.tools.cvd.LogFileViewer
class LogFileViewer extends JFrame implements Serializable- serialVersionUID:
- 3599235286749804258L
-
Serialized Fields
-
logFile
File logFile
-
scrollPane
JScrollPane scrollPane
-
textArea
JTextArea textArea
-
-
Class org.apache.uima.tools.cvd.MainFrame
class MainFrame extends JFrame implements Serializable- serialVersionUID:
- -1357410768440678886L
-
Serialized Fields
-
acdItem
JMenuItem acdItem
-
ae
AnalysisEngine ae
-
aeDescriptorFile
File aeDescriptorFile
-
aeStatus
JTextField aeStatus
-
allAnnotationViewerItem
JMenuItem allAnnotationViewerItem
-
annotOpenDir
File annotOpenDir
-
caretStatus
JTextField caretStatus
-
cas
CAS cas
-
codePage
String codePage
-
codePages
List<String> codePages
-
colorSettingFile
File colorSettingFile
-
colorSettingsDir
File colorSettingsDir
-
copyAction
Action copyAction
-
cpButtons
ButtonGroup cpButtons
-
cpMenu
JMenu cpMenu
-
cursorCache
List<Cursor> cursorCache
-
cursorOwningComponents
List<Component> cursorOwningComponents
-
cutAction
Action cutAction
-
dataPathName
String dataPathName
-
descFileNameList
List<String> descFileNameList
-
editMenu
JMenu editMenu
-
exitOnClose
boolean exitOnClose
-
fileMenu
JMenu fileMenu
-
fileOpenDir
File fileOpenDir
-
fileSaveItem
JMenuItem fileSaveItem
-
fileStatus
JTextField fileStatus
-
fsTree
JTree fsTree
-
fsTreeScrollPane
JScrollPane fsTreeScrollPane
-
index
FSIndex index
-
indexLabel
String indexLabel
-
indexTree
JTree indexTree
-
indexTreeScrollPane
JScrollPane indexTreeScrollPane
-
iniFile
File iniFile
-
isAnnotationIndex
boolean isAnnotationIndex
-
isDirty
boolean isDirty
-
langButtons
ButtonGroup langButtons
-
langMenu
JMenu langMenu
-
language
String language
-
languagePrefsList
String languagePrefsList
-
languages
List<String> languages
-
lastRunProcessTrace
ProcessTrace lastRunProcessTrace
-
log
Logger log
-
logFile
File logFile
-
preferences
Properties preferences
-
recentDescFileMenu
JMenu recentDescFileMenu
-
recentDescFiles
RecentFilesList recentDescFiles
-
recentTextFileMenu
JMenu recentTextFileMenu
-
recentTextFiles
RecentFilesList recentTextFiles
-
reRunMenu
JMenuItem reRunMenu
-
runCPCMenu
JMenuItem runCPCMenu
-
runOnCasMenuItem
JMenuItem runOnCasMenuItem
-
showPerfReportItem
JMenuItem showPerfReportItem
-
sofaSelectionComboBox
JComboBox sofaSelectionComboBox
-
sofaSelectionPanel
JPanel sofaSelectionPanel
-
statusBar
JTextField statusBar
-
statusPanel
JPanel statusPanel
-
styleMap
Map<String,
Style> styleMap -
textArea
JTextArea textArea
-
textFile
File textFile
-
textFileNameList
List<String> textFileNameList
-
textPopup
JPopupMenu textPopup
-
textScrollPane
JScrollPane textScrollPane
-
textTitleBorder
Border textTitleBorder
-
tsViewerItem
JMenuItem tsViewerItem
-
typeSystemReadItem
JMenuItem typeSystemReadItem
-
typeSystemWriteItem
JMenuItem typeSystemWriteItem
-
undoItem
JMenuItem undoItem
-
undoMgr
UndoMgr undoMgr
-
xcasFileOpenDir
File xcasFileOpenDir
-
xcasReadItem
JMenuItem xcasReadItem
-
xcasWriteItem
JMenuItem xcasWriteItem
-
xmiCasReadItem
JMenuItem xmiCasReadItem
-
xmiCasWriteItem
JMenuItem xmiCasWriteItem
-
-
Class org.apache.uima.tools.cvd.MultiAnnotViewerFrame
class MultiAnnotViewerFrame extends JFrame implements Serializable- serialVersionUID:
- -920372876117526451L
-
Serialized Fields
-
scrollPane
JScrollPane scrollPane
-
textPane
JTextPane textPane
-
-
-
Package org.apache.uima.tools.cvd.control
-
Class org.apache.uima.tools.cvd.control.FocusFSAction
class FocusFSAction extends AbstractAction implements Serializable- serialVersionUID:
- -8330075846211434833L
-
Serialized Fields
-
main
MainFrame main
-
-
Class org.apache.uima.tools.cvd.control.FocusIRAction
class FocusIRAction extends AbstractAction implements Serializable- serialVersionUID:
- -8128067676842119411L
-
Serialized Fields
-
main
MainFrame main
-
-
Class org.apache.uima.tools.cvd.control.FocusTextAction
class FocusTextAction extends AbstractAction implements Serializable- serialVersionUID:
- -4867535661038776033L
-
Serialized Fields
-
main
MainFrame main
-
-
Class org.apache.uima.tools.cvd.control.TextContextMenuAction
class TextContextMenuAction extends AbstractAction implements Serializable- serialVersionUID:
- -5518456467913617514L
-
Serialized Fields
-
main
MainFrame main
-
-
Class org.apache.uima.tools.cvd.control.UndoMgr
class UndoMgr extends UndoManager implements Serializable- serialVersionUID:
- 7677701629555379146L
-
Serialized Fields
-
main
MainFrame main
-
-
-
Package org.apache.uima.tools.cvd.tsview
-
Class org.apache.uima.tools.cvd.tsview.FeatureTableModel
class FeatureTableModel extends AbstractTableModel implements Serializable- serialVersionUID:
- -6010925680514336742L
-
Serialized Fields
-
type
Type type
-
-
Class org.apache.uima.tools.cvd.tsview.MainFrame
class MainFrame extends JFrame implements Serializable- serialVersionUID:
- 5606886216212480040L
-
Serialized Fields
-
featureTable
JTable featureTable
-
selectedType
Type selectedType
-
ts
TypeSystem ts
-
typeTree
JTree typeTree
-
-
-
Package org.apache.uima.tools.docanalyzer
-
Class org.apache.uima.tools.docanalyzer.AnnotationViewerDialog
class AnnotationViewerDialog extends JDialog implements Serializable- serialVersionUID:
- -7259891069111863433L
-
Serialized Fields
-
analyzedResultsList
JList<String> analyzedResultsList
-
annotationViewGenerator
AnnotationViewGenerator annotationViewGenerator
-
cas
CAS cas
-
defaultCasViewName
String defaultCasViewName
-
htmlRB
JRadioButton htmlRB
-
inputDirPath
String inputDirPath
-
javaViewerRB
JRadioButton javaViewerRB
-
javaViewerUCRB
JRadioButton javaViewerUCRB
-
med1
PrefsMediator med1
-
processedStyleMap
boolean processedStyleMap
-
styleMapEditor
StyleMapEditor styleMapEditor
-
styleMapFile
File styleMapFile
-
tempDir
File tempDir
-
typesToDisplay
String[] typesToDisplay
-
typeSystem
TypeSystem typeSystem
-
xmlRB
JRadioButton xmlRB
-
-
Class org.apache.uima.tools.docanalyzer.DocumentAnalyzer
class DocumentAnalyzer extends JFrame implements Serializable- serialVersionUID:
- 8795969283257780425L
-
Serialized Fields
-
aboutDialog
JDialog aboutDialog
-
aeSpecifierFile
File aeSpecifierFile
-
analyzeInputDialog
JDialog analyzeInputDialog
-
cas
CAS cas
-
collectionReader
FileSystemCollectionReader collectionReader
-
currentTaeOutputTypes
String[] currentTaeOutputTypes
-
currentTypeSystem
TypeSystem currentTypeSystem
-
encodingComboBox
JComboBox encodingComboBox
-
htmlRB
JRadioButton htmlRB
-
inputFileFormatComboBox
JComboBox inputFileFormatComboBox
-
inputFileSelector
FileSelector inputFileSelector
-
interactive
boolean interactive
-
interactiveTempFN
String interactiveTempFN
-
interButton
JButton interButton
-
javaViewerRB
JRadioButton javaViewerRB
-
javaViewerRBisSelected
boolean javaViewerRBisSelected
-
javaViewerUCRB
JRadioButton javaViewerUCRB
-
javaViewerUCRBisSelected
boolean javaViewerUCRBisSelected
-
languageComboBox
JComboBox languageComboBox
-
lenientCheckbox
JCheckBox lenientCheckbox
-
mCPM
CollectionProcessingManager mCPM
-
numDocs
int numDocs
-
numDocsProcessed
int numDocsProcessed
-
outputDirectory
File outputDirectory
Directory in which this program will write its output files. -
outputFileSelected
String outputFileSelected
-
outputFileSelector
FileSelector outputFileSelector
-
prefsMed
PrefsMediator prefsMed
-
progressMonitor
ProgressMonitor progressMonitor
-
progressTimer
Timer progressTimer
-
runButton
JButton runButton
-
runParametersField
JTextField runParametersField
-
statsString
String statsString
-
taeDescFile
File taeDescFile
-
taeDescFileName
String taeDescFileName
-
useGeneratedStyleMap
boolean useGeneratedStyleMap
-
userStyleMapFile
File userStyleMapFile
-
usingXmlDetagger
boolean usingXmlDetagger
-
xmlFileSelector
FileSelector xmlFileSelector
-
xmlRB
JRadioButton xmlRB
-
-
Class org.apache.uima.tools.docanalyzer.FileSelector
class FileSelector extends JPanel implements Serializable- serialVersionUID:
- -8710960143421949274L
-
Serialized Fields
-
browseButton
org.apache.uima.tools.docanalyzer.FileSelector.BrowseButton browseButton
-
externalFl
FocusListener externalFl
-
field
JTextField field
-
fileChooser
JFileChooser fileChooser
-
fileSelectorListener
FileSelectorListener fileSelectorListener
-
previousValue
String previousValue
-
-
-
Package org.apache.uima.tools.jcasgen
-
Class org.apache.uima.tools.jcasgen.GUI
class GUI extends JFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aboutDialog
AboutDialog aboutDialog
-
jg
Jg jg
-
pnG
org.apache.uima.tools.jcasgen.GUI.G pnG
-
-
Exception Class org.apache.uima.tools.jcasgen.Jg.ErrorExit
class ErrorExit extends RuntimeException implements Serializable- serialVersionUID:
- -3314235749649859540L
-
-
Package org.apache.uima.tools.pear.install
-
Class org.apache.uima.tools.pear.install.InstallPear
class InstallPear extends JFrame implements Serializable- serialVersionUID:
- -450696952085640703L
-
Serialized Fields
-
aboutMenuItem
JMenuItem aboutMenuItem
-
browseButton
JButton browseButton
-
browseDirButton
JButton browseDirButton
-
fileMenu
JMenu fileMenu
-
fileMenuItem
JMenuItem fileMenuItem
-
helpButton
JButton helpButton
-
helpMenu
JMenu helpMenu
-
helpMenuItem
JMenuItem helpMenuItem
-
installButton
JButton installButton
-
menuBar
JMenuBar menuBar
-
pearFileTextField
JTextField pearFileTextField
-
-
-
Package org.apache.uima.tools.stylemap
-
Class org.apache.uima.tools.stylemap.AnnotationFeaturesViewer
class AnnotationFeaturesViewer extends JPanel implements Serializable- serialVersionUID:
- -2455669190592868013L
-
Serialized Fields
-
collapseAllButton
JButton collapseAllButton
-
expandAllButton
JButton expandAllButton
-
scrollPane
JScrollPane scrollPane
-
tree
JTree tree
-
-
Class org.apache.uima.tools.stylemap.LabelCellEditor
class LabelCellEditor extends DefaultCellEditor implements Serializable- serialVersionUID:
- 7810191917704574202L
-
Class org.apache.uima.tools.stylemap.StyleMapEditor
class StyleMapEditor extends JDialog implements Serializable- serialVersionUID:
- -7774771368169207250L
-
Serialized Fields
-
addTableEntryButton
ImageButton addTableEntryButton
-
ae
AnalysisEngineDescription ae
-
analysisEngineMetaData
AnalysisEngineMetaData analysisEngineMetaData
-
annotationFeaturesViewer
AnnotationFeaturesViewer annotationFeaturesViewer
-
annotationsTable
StyleMapTable annotationsTable
-
buttonPress
boolean buttonPress
-
cancelButton
JButton cancelButton
-
colorNameMap
HashMap colorNameMap
-
data
Object[][] data
-
med
TableGUIMediator med
-
moveRowDownButton
ImageButton moveRowDownButton
-
moveRowUpButton
ImageButton moveRowUpButton
-
okButton
JButton okButton
-
populated
boolean populated
-
removeTableRowButton
ImageButton removeTableRowButton
-
resetButton
JButton resetButton
-
styleList
ArrayList styleList
-
styleMapEditorDialog
JDialog styleMapEditorDialog
-
tableModel
StyleMapTableModel tableModel
-
-
Class org.apache.uima.tools.stylemap.StyleMapTable
class StyleMapTable extends JTable implements Serializable- serialVersionUID:
- 3556134276343308170L
-
Serialized Fields
-
med
TableGUIMediator med
-
-
Class org.apache.uima.tools.stylemap.StyleMapTableModel
class StyleMapTableModel extends AbstractTableModel implements Serializable- serialVersionUID:
- 7573410680191060690L
-
-
Package org.apache.uima.tools.util.gui
-
Class org.apache.uima.tools.util.gui.AboutDialog
class AboutDialog extends JDialog implements Serializable- serialVersionUID:
- -3901327861122722078L
-
Class org.apache.uima.tools.util.gui.Caption
class Caption extends JLabel implements Serializable- serialVersionUID:
- -2255251900300316894L
-
Class org.apache.uima.tools.util.gui.FileSelector
class FileSelector extends JPanel implements Serializable- serialVersionUID:
- -1438950608628876422L
-
Serialized Fields
-
browseButton
org.apache.uima.tools.util.gui.FileSelector.BrowseButton browseButton
-
field
JTextField field
-
fileChooser
JFileChooser fileChooser
Note that fileChooser is created lazily, to address issue UIMA-231. Apparently calls to JFileChooser.setCurrentDirectory aren't reliable before the file chooser has been shown. -
fileChooserTitle
String fileChooserTitle
-
fileSelectorListener
FileSelectorListener fileSelectorListener
-
filter
FileFilter filter
-
initialDir
File initialDir
-
previousValue
String previousValue
-
selectionMode
int selectionMode
-
source
JComponent source
-
-
Class org.apache.uima.tools.util.gui.FormPanel
class FormPanel extends JPanel implements Serializable- serialVersionUID:
- 6935744171267722900L
-
Serialized Fields
-
checkBoxInsets
Insets checkBoxInsets
-
componentIndex
int componentIndex
-
gbc
GridBagConstraints gbc
-
gbl
GridBagLayout gbl
-
gridBagPanel
JPanel gridBagPanel
-
nrColumns
int nrColumns
-
regularInsets
Insets regularInsets
-
-
Class org.apache.uima.tools.util.gui.ImageButton
class ImageButton extends JButton implements Serializable- serialVersionUID:
- -8908984308731809496L
-
Class org.apache.uima.tools.util.gui.IntegerField
class IntegerField extends JFormattedTextField implements Serializable- serialVersionUID:
- -9172169254226111684L
-
Serialized Fields
-
numberFormat
NumberFormat numberFormat
-
-
Class org.apache.uima.tools.util.gui.ListSelector
class ListSelector extends JPanel implements Serializable- serialVersionUID:
- 6426556774940666223L
-
Serialized Fields
-
addButton
org.apache.uima.tools.util.gui.ListSelector.SmallButton addButton
-
addField
JTextField addField
-
list
JList list
-
listModel
DefaultListModel listModel
-
moveDownButton
ImageButton moveDownButton
-
moveUpButton
ImageButton moveUpButton
-
removeButton
org.apache.uima.tools.util.gui.ListSelector.SmallButton removeButton
-
-
Class org.apache.uima.tools.util.gui.SliderField
class SliderField extends JPanel implements Serializable- serialVersionUID:
- 8200124988260091779L
-
Serialized Fields
-
slider
JSlider slider
-
textField
IntegerField textField
-
-
Class org.apache.uima.tools.util.gui.TransportControlPanel
class TransportControlPanel extends JPanel implements Serializable- serialVersionUID:
- -2176626241850938032L
-
Serialized Fields
-
allowStop
boolean allowStop
-
controlListener
TransportControlListener controlListener
-
invisibleButton
JToggleButton invisibleButton
-
lastButtonSelected
org.apache.uima.tools.util.gui.TransportControlPanel.ToggleButton lastButtonSelected
-
pauseButton
org.apache.uima.tools.util.gui.TransportControlPanel.ToggleButton pauseButton
-
playButton
org.apache.uima.tools.util.gui.TransportControlPanel.ToggleButton playButton
-
stopButton
org.apache.uima.tools.util.gui.TransportControlPanel.ToggleButton stopButton
-
-
-
Package org.apache.uima.tools.viewer
-
Class org.apache.uima.tools.viewer.CasAnnotationViewer
class CasAnnotationViewer extends JPanel implements Serializable- serialVersionUID:
- 3559118488371946999L
-
Serialized Fields
-
annotationModeButton
JRadioButton annotationModeButton
-
boldFaceKeyWords
String[] boldFaceKeyWords
-
boldFaceSpans
int[] boldFaceSpans
-
cas
CAS cas
-
disableSofaSelectionComboBoxStateChangeAction
boolean disableSofaSelectionComboBoxStateChangeAction
-
displayedTypeNames
Set<String> displayedTypeNames
-
entityCheckBoxScrollPane
JScrollPane entityCheckBoxScrollPane
-
entityCheckBoxVerticalScrollPanel
org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel entityCheckBoxVerticalScrollPanel
-
entityModeButton
JRadioButton entityModeButton
-
entityResolver
EntityResolver entityResolver
-
entityToCheckBoxMap
Map<EntityResolver.Entity,
JCheckBox> entityToCheckBoxMap -
featureColorMap
Map<String,
Color> featureColorMap -
featureModeButton
JRadioButton featureModeButton
-
featureRadioButtonMap
Map<String,
JRadioButton> featureRadioButtonMap -
featureRadioButtonScrollPane
JScrollPane featureRadioButtonScrollPane
-
featureRadioButtonVerticalScrollPanel
org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel featureRadioButtonVerticalScrollPanel
-
featureValueCheckBoxMap
Map<String,
JCheckBox> featureValueCheckBoxMap -
featureValueCheckBoxScrollPane
JScrollPane featureValueCheckBoxScrollPane
-
featureValueCheckBoxVerticalScrollPanel
org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel featureValueCheckBoxVerticalScrollPanel
-
featureValueColorMap
Map<String,
Color> featureValueColorMap -
fsArrayType
Type fsArrayType
-
hiddenFeatureNames
Set<String> hiddenFeatureNames
-
hiddenTypeNames
Set<String> hiddenTypeNames
-
hideUnselectedCheckBoxes
boolean hideUnselectedCheckBoxes
-
highFrequencyTypes
List<String> highFrequencyTypes
-
horizontalSplitPane
JSplitPane horizontalSplitPane
-
initiallySelectedTypeNames
Set<String> initiallySelectedTypeNames
-
selectedAnnotationTree
JTree selectedAnnotationTree
-
selectedAnnotationTreeModel
DefaultTreeModel selectedAnnotationTreeModel
-
showHideUnselectedButton
JButton showHideUnselectedButton
-
sofaSelectionComboBox
JComboBox sofaSelectionComboBox
-
sofaSelectionPanel
JPanel sofaSelectionPanel
-
stringType
Type stringType
-
tabbedChoicePane
JTabbedPane tabbedChoicePane
-
textPane
JTextPane textPane
-
textScrollPane
JScrollPane textScrollPane
-
typeCheckBoxScrollPane
JScrollPane typeCheckBoxScrollPane
-
typeCheckBoxVerticalScrollPanel
org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel typeCheckBoxVerticalScrollPanel
-
typeColorMap
Map<String,
Color> typeColorMap -
typeRadioButtonMap
Map<Type,
JRadioButton> typeRadioButtonMap -
typeRadioButtonScrollPane
JScrollPane typeRadioButtonScrollPane
-
typeRadioButtonVerticalScrollPanel
org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel typeRadioButtonVerticalScrollPanel
-
typesNotChecked
Set<String> typesNotChecked
-
typeSystem
TypeSystem typeSystem
-
typeToCheckBoxMap
Map<Type,
JCheckBox> typeToCheckBoxMap -
useConsistentColors
boolean useConsistentColors
-
userTypes
List<String> userTypes
-
verticalSplitPane
JSplitPane verticalSplitPane
-
viewMode
short viewMode
-
-
Class org.apache.uima.tools.viewer.CasAnnotationViewerApplet
class CasAnnotationViewerApplet extends JApplet implements Serializable- serialVersionUID:
- 1273090141115008715L
-
Serialized Fields
-
mViewer
CasAnnotationViewer mViewer
The CAS Annotation Viewer panel
-
-
Class org.apache.uima.tools.viewer.CasTreeViewer
class CasTreeViewer extends JPanel implements Serializable- serialVersionUID:
- -674412767134245565L
-
Class org.apache.uima.tools.viewer.CasTreeViewerApplet
class CasTreeViewerApplet extends JApplet implements Serializable- serialVersionUID:
- 7539612752281789849L
-
Serialized Fields
-
mTreeViewer
CasTreeViewer mTreeViewer
The CAS Tree Viewer panel
-
-
-
Package org.apache.uima.uimacpp
-
Exception Class org.apache.uima.uimacpp.UimacppException
class UimacppException extends Exception implements Serializable- serialVersionUID:
- 378698033899907645L
-
Serialized Fields
-
detail
Exception detail
Nested exception to hold wrapped exception.
-
-
-
Package org.apache.uima.util
-
Class org.apache.uima.util.ConcurrentHashMapWithProducer
- serialVersionUID:
- 1L
-
Exception Class org.apache.uima.util.InvalidXMLException
class InvalidXMLException extends UIMAException implements Serializable- serialVersionUID:
- 4470343379909952803L
-
Class org.apache.uima.util.NameClassPair
class NameClassPair extends Object implements Serializable- serialVersionUID:
- 3235061764523410003L
-
Class org.apache.uima.util.ProgressImpl
class ProgressImpl extends Object implements Serializable- serialVersionUID:
- -1436588781274530622L
-
Serialized Fields
-
mApproximate
boolean mApproximate
-
mCompleted
long mCompleted
-
mTotal
long mTotal
-
mUnitType
String mUnitType
-
-
-
Package org.apache.uima.util.impl
-
Class org.apache.uima.util.impl.ProcessTrace_impl
class ProcessTrace_impl extends Object implements Serializable- serialVersionUID:
- 7566277176545062757L
-
Serialized Fields
-
mEnabled
boolean mEnabled
Indicates whether process trace is enabled. -
mEventList
List<ProcessTraceEvent> mEventList
List of closed events. -
mOpenEvents
Stack<ProcessTraceEvent_impl> mOpenEvents
Stack of open events. -
mTimer
UimaTimer mTimer
Timer class used to get timing information.
-
-
Class org.apache.uima.util.impl.ProcessTraceEvent_impl
class ProcessTraceEvent_impl extends Object implements Serializable- serialVersionUID:
- 4275351517280216988L
-
Serialized Fields
-
mComponentName
String mComponentName
Component Name for this event. -
mDescription
String mDescription
Description of this event. -
mDuration
int mDuration
Duration of this event in milliseconds. -
mResultMessage
String mResultMessage
Result Message of this event. -
mStartTime
long mStartTime
Start time of this event. -
mSubEvents
List<ProcessTraceEvent> mSubEvents
List of sub-events of this event. (Initialized lazily.) -
mType
String mType
Type of this event.
-
-
-
Package org.apache.vinci.debug
-
Exception Class org.apache.vinci.debug.AssertionFailedException
class AssertionFailedException extends RuntimeException implements Serializable- serialVersionUID:
- 5054530397155879663L
-
Exception Class org.apache.vinci.debug.FatalException
class FatalException extends RuntimeException implements Serializable- serialVersionUID:
- -8889142805115637932L
-
Serialized Fields
-
original_exception
Throwable original_exception
-
-
-
Package org.apache.vinci.transport
-
Exception Class org.apache.vinci.transport.LeafCastException
class LeafCastException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 2167774897716144428L
-
Exception Class org.apache.vinci.transport.ServiceDownException
class ServiceDownException extends IOException implements Serializable- serialVersionUID:
- -6125121845524920235L
-
Exception Class org.apache.vinci.transport.ServiceException
class ServiceException extends Exception implements Serializable- serialVersionUID:
- 6243682131707055564L
-
Serialized Fields
-
complete_result
Transportable complete_result
-
-
Exception Class org.apache.vinci.transport.VNSException
class VNSException extends IOException implements Serializable- serialVersionUID:
- -9150424759390586749L
-
-
Package org.apache.vinci.transport.util
-
Exception Class org.apache.vinci.transport.util.Base64FormatException
class Base64FormatException extends IOException implements Serializable- serialVersionUID:
- -7684434340122235922L
-