Serialized Form
-
Package org.apache.uima
-
Class org.apache.uima.InternationalizedException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2306587442280738385L
-
Serialized Fields
-
mArguments
java.lang.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
java.lang.Throwable mCause
The exception that caused this exception to occur. -
mMessageKey
java.lang.String mMessageKey
An identifier that maps to the message for this exception. -
mResourceBundleName
java.lang.String mResourceBundleName
The base name of the resource bundle in which the message for this exception is located.
-
-
Class org.apache.uima.InternationalizedRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 6387360855459370559L
-
Serialized Fields
-
mArguments
java.lang.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
java.lang.Throwable mCause
The exception that caused this exception to occur. -
mMessageKey
java.lang.String mMessageKey
An identifier that maps to the message for this exception. -
mResourceBundleName
java.lang.String mResourceBundleName
The base name of the resource bundle in which the message for this exception is located.
-
-
Class org.apache.uima.UIMA_IllegalArgumentException extends UIMARuntimeException implements Serializable
- serialVersionUID:
- -4820565402946868828L
-
Class org.apache.uima.UIMA_IllegalStateException extends UIMARuntimeException implements Serializable
- serialVersionUID:
- -8081807814100358556L
-
Class org.apache.uima.UIMA_UnsupportedOperationException extends UIMARuntimeException implements Serializable
- serialVersionUID:
- 9056907160021698405L
-
Class org.apache.uima.UIMAException extends InternationalizedException implements Serializable
- serialVersionUID:
- 7521732353239537026L
-
Class org.apache.uima.UIMARuntimeException extends InternationalizedRuntimeException implements Serializable
- serialVersionUID:
- 6738051692628592989L
-
-
Package org.apache.uima.analysis_engine
-
Class org.apache.uima.analysis_engine.AnalysisEngineProcessException extends ResourceProcessException implements Serializable
- serialVersionUID:
- 2815910374191768858L
-
Class org.apache.uima.analysis_engine.ResultNotSupportedException extends UIMAException implements Serializable
- serialVersionUID:
- -3483648897752163432L
-
-
Package org.apache.uima.analysis_engine.annotator
-
Class org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException extends UIMAException implements Serializable
- serialVersionUID:
- -861237180621535840L
-
Class org.apache.uima.analysis_engine.annotator.AnnotatorContextException extends UIMAException implements Serializable
- serialVersionUID:
- 5021704382907111514L
-
Class org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException extends UIMAException implements Serializable
- serialVersionUID:
- -7227559164945115624L
-
Class org.apache.uima.analysis_engine.annotator.AnnotatorProcessException extends UIMAException implements Serializable
- serialVersionUID:
- -1790071433547597840L
-
-
Package org.apache.uima.analysis_engine.impl
-
Class org.apache.uima.analysis_engine.impl.AnalysisEngineDescription_impl extends ResourceCreationSpecifier_impl implements Serializable
- serialVersionUID:
- -8103625125291855592L
-
Serialized Fields
-
ELEM_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS
java.lang.String ELEM_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS
Name of the "delegateAnalysisEngineSpecifiers" XML Element. Change this if schema changes. -
mDelegateAnalysisEngineSpecifiers
java.util.Map<java.lang.String,ResourceSpecifier> mDelegateAnalysisEngineSpecifiers
-
mDelegateAnalysisEngineSpecifiersWithImports
java.util.Map<java.lang.String,MetaDataObject> mDelegateAnalysisEngineSpecifiersWithImports
-
mFlowControllerDeclaration
FlowControllerDeclaration mFlowControllerDeclaration
-
mFrameworkImplementation
java.lang.String mFrameworkImplementation
-
mPrimitive
boolean mPrimitive
-
mProcessedImports
java.util.Map<java.lang.String,Import> mProcessedImports
-
mSofaMappings
SofaMapping[] mSofaMappings
-
PROP_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS
java.lang.String PROP_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS
Name of the "delegateAnalysisEngineSpecifiers" property. Change this if interface changes. -
PROP_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS_WITH_IMPORTS
java.lang.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1988620286191379887L
-
Serialized Fields
-
analysisTime
java.util.concurrent.atomic.AtomicLong analysisTime
-
batchProcessCompleteTime
java.util.concurrent.atomic.AtomicLong batchProcessCompleteTime
-
collectionProcessCompleteTime
java.util.concurrent.atomic.AtomicLong collectionProcessCompleteTime
-
components
java.util.Map<java.lang.String,AnalysisEngineManagement> components
-
initializationTime
long initializationTime
-
markedAnalysisTime
java.util.concurrent.atomic.AtomicLong markedAnalysisTime
-
markedBatchProcessCompleteTime
java.util.concurrent.atomic.AtomicLong markedBatchProcessCompleteTime
-
markedCollectionProcessCompleteTime
java.util.concurrent.atomic.AtomicLong markedCollectionProcessCompleteTime
-
markedServiceCallTime
java.util.concurrent.atomic.AtomicLong markedServiceCallTime
-
name
java.lang.String name
-
numProcessed
java.util.concurrent.atomic.AtomicLong numProcessed
-
serviceCallTime
java.util.concurrent.atomic.AtomicLong serviceCallTime
-
status
AnalysisEngineManagement.State status
-
threadId
long threadId
-
uniqueMBeanName
java.lang.String uniqueMBeanName
-
-
Class org.apache.uima.analysis_engine.impl.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
java.util.Map<java.lang.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 extends AnalysisEngineDescription_impl implements Serializable
- serialVersionUID:
- 7829820134797529630L
-
Class org.apache.uima.analysis_engine.impl.TypeOrFeature_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 7184362666821154031L
-
Serialized Fields
-
mAllAnnotatorFeatures
boolean mAllAnnotatorFeatures
-
mName
java.lang.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 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 extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -3582926806264514233L
-
Serialized Fields
-
mCapabilityLanguageFlow
java.lang.String[] mCapabilityLanguageFlow
Array of AnalysisEngine identifiers indicating the capabilityLanguage flow.
-
-
Class org.apache.uima.analysis_engine.metadata.impl.FixedFlow_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -3582926806264514233L
-
Serialized Fields
-
mFixedFlow
java.lang.String[] mFixedFlow
Array of AnalysisEngine identifiers indicating the fixed flow.
-
-
Class org.apache.uima.analysis_engine.metadata.impl.FlowControllerDeclaration_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 1526130202197517743L
-
Serialized Fields
-
mImport
Import mImport
-
mKey
java.lang.String mKey
-
mSpecifier
ResourceSpecifier mSpecifier
-
-
Class org.apache.uima.analysis_engine.metadata.impl.SofaMapping_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -6115544748030506703L
-
Serialized Fields
-
mAggregateSofaName
java.lang.String mAggregateSofaName
-
mComponentKey
java.lang.String mComponentKey
-
mComponentSofaName
java.lang.String mComponentSofaName
-
-
-
Package org.apache.uima.analysis_engine.service.impl
-
Class org.apache.uima.analysis_engine.service.impl.ServiceDataCargo extends java.lang.Object implements Serializable
- serialVersionUID:
- 2433836175315405277L
-
Serialized Fields
-
mCasSer
CASCompleteSerializer mCasSer
-
mProcessTrace
ProcessTrace mProcessTrace
-
-
-
Package org.apache.uima.cas
-
Class org.apache.uima.cas.CASException extends UIMAException implements Serializable
- serialVersionUID:
- 2990279532203726966L
-
Class org.apache.uima.cas.CASRuntimeException extends UIMARuntimeException implements Serializable
- serialVersionUID:
- 2597111625069248081L
-
Class org.apache.uima.cas.ParsingException extends java.lang.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- 400887901813129040L
-
Serialized Fields
-
fsList
java.util.List<FeatureStructure> fsList
-
-
Class org.apache.uima.cas_data.impl.FeatureStructureImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- -1828536763993413045L
-
Serialized Fields
-
mFeatureMap
java.util.Map<java.lang.String,FeatureValue> mFeatureMap
-
mFSType
java.lang.String mFSType
-
mId
java.lang.String mId
-
mIndexed
int[] mIndexed
-
-
Class org.apache.uima.cas_data.impl.PrimitiveArrayFSImpl extends FeatureStructureImpl implements Serializable
- serialVersionUID:
- -2050313181387759103L
-
Serialized Fields
-
mArrayObject
java.lang.Object mArrayObject
-
-
Class org.apache.uima.cas_data.impl.PrimitiveValueImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- -5889249846359051538L
-
Serialized Fields
-
aValueObject
java.lang.Object aValueObject
-
-
Class org.apache.uima.cas_data.impl.ReferenceArrayFSImpl extends FeatureStructureImpl implements Serializable
- serialVersionUID:
- -1748415737830294866L
-
Serialized Fields
-
mIdRefs
java.lang.String[] mIdRefs
-
-
Class org.apache.uima.cas_data.impl.ReferenceValueImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- -2890705944833477494L
-
Serialized Fields
-
mTargetId
java.lang.String mTargetId
-
-
-
Package org.apache.uima.cas.admin
-
Class org.apache.uima.cas.admin.CASAdminException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 3968205828762300170L
-
Serialized Fields
-
arguments
java.lang.String[] arguments
-
error
int error
-
resource
java.util.ResourceBundle resource
-
-
-
Package org.apache.uima.cas.impl
-
Class org.apache.uima.cas.impl.AnnotationImplException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2924905396059850361L
-
Serialized Fields
-
arguments
java.lang.String[] arguments
-
error
int error
-
resource
java.util.ResourceBundle resource
-
-
Class org.apache.uima.cas.impl.BooleanConstraint extends org.apache.uima.cas.impl.PathConstraint implements Serializable
-
Serialized Fields
-
cons
FSBooleanConstraint cons
-
-
-
Class org.apache.uima.cas.impl.CASCompleteSerializer extends java.lang.Object implements Serializable
- serialVersionUID:
- 6841574968081866308L
-
Serialized Fields
-
casMgrSer
CASMgrSerializer casMgrSer
-
casSer
CASSerializer casSer
-
-
Class org.apache.uima.cas.impl.CASMgrSerializer extends java.lang.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
java.lang.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
java.lang.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
java.lang.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
java.lang.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 extends java.lang.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
java.lang.String[] stringTable
-
-
Class org.apache.uima.cas.impl.FSBooleanConstraintImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
condition
boolean condition
-
-
-
Class org.apache.uima.cas.impl.LowLevelException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -3115614380676282900L
-
Serialized Fields
-
arguments
java.lang.Object[] arguments
-
error
int error
-
resource
java.util.ResourceBundle resource
-
-
Class org.apache.uima.cas.impl.XCASParsingException extends org.xml.sax.SAXParseException implements Serializable
- serialVersionUID:
- -4915068920369582184L
-
Serialized Fields
-
arguments
java.lang.Object[] arguments
-
error
int error
-
resource
java.util.ResourceBundle resource
-
-
-
Package org.apache.uima.collection
-
Class org.apache.uima.collection.CollectionException extends UIMAException implements Serializable
- serialVersionUID:
- -78797158130497524L
-
-
Package org.apache.uima.collection.base_cpm
-
Class org.apache.uima.collection.base_cpm.AbortCasProcessorException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 6667835751923326076L
-
Class org.apache.uima.collection.base_cpm.AbortCPMException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 3227334551231448553L
-
Class org.apache.uima.collection.base_cpm.SkipCasException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -1536918949728720979L
-
-
Package org.apache.uima.collection.impl
-
Class org.apache.uima.collection.impl.CasConsumerDescription_impl extends ResourceCreationSpecifier_impl implements Serializable
- serialVersionUID:
- -3876854246385758053L
-
Class org.apache.uima.collection.impl.CasInitializerDescription_impl extends ResourceCreationSpecifier_impl implements Serializable
- serialVersionUID:
- -4559482063745943204L
-
Class org.apache.uima.collection.impl.CollectionReaderDescription_impl extends ResourceCreationSpecifier_impl implements Serializable
- serialVersionUID:
- -6654886877117758267L
-
Class org.apache.uima.collection.impl.EntityProcessStatusImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- -5101356145458558249L
-
Serialized Fields
-
eventMap
java.util.HashMap eventMap
-
exceptionList
java.util.List exceptionList
-
failedList
java.util.List failedList
-
isProcessed
boolean isProcessed
-
isSkipped
boolean isSkipped
-
prT
ProcessTrace prT
-
resultHM
java.util.HashMap resultHM
-
-
-
Package org.apache.uima.collection.impl.base_cpm.container
-
Class org.apache.uima.collection.impl.base_cpm.container.KillPipelineException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -4105689778536046179L
-
Class org.apache.uima.collection.impl.base_cpm.container.ServiceConnectionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2965580005726446212L
-
-
Package org.apache.uima.collection.impl.base_cpm.container.deployer
-
Class org.apache.uima.collection.impl.base_cpm.container.deployer.CasProcessorDeploymentException extends ResourceProcessException implements Serializable
- serialVersionUID:
- 8743293497493826997L
-
-
Package org.apache.uima.collection.impl.cpm
-
Class org.apache.uima.collection.impl.cpm.CheckpointData extends java.lang.Object implements Serializable
- serialVersionUID:
- -3261502844386898304L
-
Serialized Fields
-
processTrace
ProcessTrace processTrace
-
synchPoint
SynchPoint synchPoint
-
-
Class org.apache.uima.collection.impl.cpm.CPMException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -8398570626529912770L
-
-
Package org.apache.uima.collection.impl.cpm.engine
-
Class org.apache.uima.collection.impl.cpm.engine.CPMChunkTimeoutException extends ResourceProcessException implements Serializable
- serialVersionUID:
- 358067081843640078L
-
Serialized Fields
-
docID
long docID
-
documentURL
java.lang.String documentURL
-
throttleID
java.lang.String throttleID
-
-
-
Package org.apache.uima.collection.impl.cpm.utils
-
Class org.apache.uima.collection.impl.cpm.utils.CasMetaData extends java.lang.Object implements Serializable
- serialVersionUID:
- 836775023988205201L
-
Serialized Fields
-
casMetaData
NameValuePair[] casMetaData
-
casObject
java.lang.Object casObject
-
-
Class org.apache.uima.collection.impl.cpm.utils.JavaTimer extends java.lang.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 extends PrimitiveValueImpl implements Serializable
- serialVersionUID:
- 1668126114372701948L
-
-
Package org.apache.uima.collection.impl.metadata.cpe
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorCpeObject extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -2424851648116984900L
-
Serialized Fields
-
checkpoint
CpeCheckpoint checkpoint
-
configurationParameterSettings
CasProcessorConfigurationParameterSettings configurationParameterSettings
-
deployment
java.lang.String deployment
-
deploymentParameters
CasProcessorDeploymentParams deploymentParameters
-
descriptor
CpeComponentDescriptor descriptor
-
errorHandling
CasProcessorErrorHandling errorHandling
-
filter
CasProcessorFilter filter
-
isParallelizable
boolean isParallelizable
-
name
java.lang.String name
-
parameters
Parameter[] parameters
-
parameterSettings
ConfigurationParameterSettings parameterSettings
-
runInSeparateProcess
CasProcessorRunInSeperateProcess runInSeparateProcess
-
sofaNameMappings
CpeSofaMappings sofaNameMappings
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorDeploymentParamImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 8950620301535742630L
-
Serialized Fields
-
name
java.lang.String name
-
type
java.lang.String type
-
value
java.lang.String value
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorDeploymentParamsImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 4871710283477856271L
-
Serialized Fields
-
params
java.util.ArrayList params
-
-
Class org.apache.uima.collection.impl.metadata.cpe.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 extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -9214395691914383261L
-
Serialized Fields
-
action
java.lang.String action
-
value
java.lang.String value
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorExecArgImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 6289178406400775873L
-
Serialized Fields
-
value
java.lang.String value
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorExecArgsImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- -719956786158518508L
-
Serialized Fields
-
args
java.util.ArrayList args
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorExecutableImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 6897788743141912586L
-
Serialized Fields
-
args
CasProcessorExecArgs args
-
dir
java.lang.String dir
-
envs
java.util.ArrayList envs
-
executable
java.lang.String executable
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorFilterImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 1879442561195094666L
-
Serialized Fields
-
filter
java.lang.String filter
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorMaxRestartsImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 2863741219504239020L
-
Serialized Fields
-
action
java.lang.String action
-
value
java.lang.String value
-
waitTimeBetweenRetries
int waitTimeBetweenRetries
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorRunInSeperateProcessImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 1074137401279020375L
-
Serialized Fields
-
exec
CasProcessorExecutable exec
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorRuntimeEnvParamImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -6750487360818463790L
-
Serialized Fields
-
key
java.lang.String key
-
value
java.lang.String value
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorTimeoutImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -8276573951395652039L
-
Serialized Fields
-
defaultTimeout
java.lang.String defaultTimeout
-
max
java.lang.String max
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeCasProcessorsImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -5532660061637797550L
-
Serialized Fields
-
casPoolSize
int casPoolSize
-
casProcessors
java.util.ArrayList casProcessors
-
dropCasOnException
boolean dropCasOnException
-
inputQueueSize
int inputQueueSize
-
outputQueueSize
int outputQueueSize
-
processingUnitThreadCount
int processingUnitThreadCount
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeCheckpointImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 9155094513948815121L
-
Serialized Fields
-
batch
int batch
-
file
java.lang.String file
-
time
java.lang.String time
-
-
Class org.apache.uima.collection.impl.metadata.cpe.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 extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -7663775553359776495L
-
Serialized Fields
-
casInitializer
CpeCollectionReaderCasInitializer casInitializer
-
collectionIterator
CpeCollectionReaderIterator collectionIterator
-
-
Class org.apache.uima.collection.impl.metadata.cpe.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 extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 1607312024379882416L
-
Serialized Fields
-
mImport
Import mImport
-
mInclude
CpeInclude mInclude
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeConfigurationImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 1153815602567127240L
-
Serialized Fields
-
checkpoint
CpeCheckpoint checkpoint
-
deployAs
java.lang.String deployAs
-
num2Process
long num2Process
-
outputQueue
OutputQueue outputQueue
-
startAt
java.lang.String startAt
-
timerImpl
java.lang.String timerImpl
-
-
Class org.apache.uima.collection.impl.metadata.cpe.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 extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 5694100109656286384L
-
Serialized Fields
-
href
java.lang.String href
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeIntegratedCasProcessorImpl extends CasProcessorCpeObject implements Serializable
- serialVersionUID:
- 6076012896926381047L
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeLocalCasProcessorImpl extends CasProcessorCpeObject implements Serializable
- serialVersionUID:
- -2239520502855587544L
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeRemoteCasProcessorImpl extends CasProcessorCpeObject implements Serializable
- serialVersionUID:
- -1290194910813284905L
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeResourceManagerConfigurationImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -8905321767282361433L
-
Serialized Fields
-
href
java.lang.String href
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeSofaMappingImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -2488866857646083657L
-
Serialized Fields
-
componentSofaName
java.lang.String componentSofaName
-
cpeSofaName
java.lang.String cpeSofaName
-
-
Class org.apache.uima.collection.impl.metadata.cpe.CpeSofaMappingsImpl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -4193487704594409253L
-
Serialized Fields
-
sofaNameMappings
java.util.ArrayList sofaNameMappings
-
-
Class org.apache.uima.collection.impl.metadata.cpe.OutputQueue_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -3001016349004832820L
-
Serialized Fields
-
dequeueTimeout
int dequeueTimeout
-
queueClass
java.lang.String queueClass
-
-
-
Package org.apache.uima.collection.metadata
-
Class org.apache.uima.collection.metadata.CpeDescriptorException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -5008821641810813512L
-
-
Package org.apache.uima.flow
-
Package org.apache.uima.flow.impl
-
Class org.apache.uima.flow.impl.FlowControllerDescription_impl extends ResourceCreationSpecifier_impl implements Serializable
- serialVersionUID:
- 7478890390021821535L
-
-
Package org.apache.uima.internal.util
-
Class org.apache.uima.internal.util.IntStack extends IntVector implements Serializable
- serialVersionUID:
- 6396213817151546621L
-
Class org.apache.uima.internal.util.IntVector extends java.lang.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- 4644107369628471363L
-
Serialized Fields
-
end
long end
-
start
long start
-
-
Class org.apache.uima.internal.util.UtilError extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -6708991281527442356L
-
Serialized Fields
-
arguments
java.lang.Object[] arguments
-
error
int error
-
resource
java.util.ResourceBundle resource
-
-
-
Package org.apache.uima.pear.tools
-
Class org.apache.uima.pear.tools.InstallationDescriptor extends java.lang.Object implements Serializable
- serialVersionUID:
- 4884186903126810934L
-
Serialized Fields
-
_delegateComponents
java.util.Hashtable<java.lang.String,InstallationDescriptor.ComponentInfo> _delegateComponents
-
_frameworkSpecs
java.util.Properties _frameworkSpecs
-
_insdFile
java.io.File _insdFile
-
_installationActions
java.util.ArrayList<InstallationDescriptor.ActionInfo> _installationActions
-
_mainComponent
InstallationDescriptor.ComponentInfo _mainComponent
-
_osSpecs
java.util.Properties _osSpecs
-
_toolkitsSpecs
java.util.Properties _toolkitsSpecs
-
-
Class org.apache.uima.pear.tools.InstallationDescriptor.ActionInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- -3459024334454685063L
-
Serialized Fields
-
_name
java.lang.String _name
-
params
java.util.Properties params
-
-
Class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 3269238133625161794L
-
Serialized Fields
-
_id
java.lang.String _id
-
casConsumerDescFilePath
java.lang.String casConsumerDescFilePath
-
casInitializerDescFilePath
java.lang.String casInitializerDescFilePath
-
collIteratorDescFilePath
java.lang.String collIteratorDescFilePath
-
deploymentType
java.lang.String deploymentType
-
descFilePath
java.lang.String descFilePath
-
name
java.lang.String name
-
networkParams
java.util.Hashtable<java.lang.String,java.util.Properties> networkParams
-
props
java.util.Properties props
-
rootDirPath
java.lang.String rootDirPath
-
serviceInfo
InstallationDescriptor.ServiceInfo serviceInfo
-
-
Class org.apache.uima.pear.tools.PackageCreatorException extends InternationalizedException implements Serializable
- serialVersionUID:
- 6261840563059646801L
-
Class org.apache.uima.pear.tools.PackageInstallerException extends InternationalizedRuntimeException implements Serializable
- serialVersionUID:
- 6261840563059646801L
-
-
Package org.apache.uima.resource
-
Class org.apache.uima.resource.ResourceAccessException extends UIMAException implements Serializable
- serialVersionUID:
- 6192395953611408054L
-
Class org.apache.uima.resource.ResourceConfigurationException extends UIMAException implements Serializable
- serialVersionUID:
- -412324593044962476L
-
Class org.apache.uima.resource.ResourceInitializationException extends UIMAException implements Serializable
- serialVersionUID:
- -2521675776941322837L
-
Class org.apache.uima.resource.ResourceProcessException extends UIMAException implements Serializable
- serialVersionUID:
- 9110678164301621448L
-
Class org.apache.uima.resource.ResourceServiceException extends UIMAException implements Serializable
- serialVersionUID:
- 3804355176082646151L
-
-
Package org.apache.uima.resource.impl
-
Class org.apache.uima.resource.impl.ConfigurableDataResourceSpecifier_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -5414343447386950507L
-
Serialized Fields
-
mMetaData
ResourceMetaData mMetaData
Resource metadata. -
mUrl
java.lang.String mUrl
URL of the data.
-
-
Class org.apache.uima.resource.impl.CustomResourceSpecifier_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 8922306013278525153L
-
Serialized Fields
-
mParameters
Parameter[] mParameters
-
mResourceClassName
java.lang.String mResourceClassName
-
-
Class org.apache.uima.resource.impl.ExternalResourceDependency_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 8416783152191685356L
-
Serialized Fields
-
mDescription
java.lang.String mDescription
-
mInterfaceName
java.lang.String mInterfaceName
-
mKey
java.lang.String mKey
-
mOptional
boolean mOptional
-
-
Class org.apache.uima.resource.impl.ExternalResourceDescription_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -6995615796561255268L
-
Serialized Fields
-
mDescription
java.lang.String mDescription
-
mImplementationName
java.lang.String mImplementationName
-
mName
java.lang.String mName
-
mResourceSpecifier
ResourceSpecifier mResourceSpecifier
-
-
Class org.apache.uima.resource.impl.FileLanguageResourceSpecifier_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 4660680936104675527L
-
Serialized Fields
-
mFileUrlPrefix
java.lang.String mFileUrlPrefix
URL prefix for the file. -
mFileUrlSuffix
java.lang.String mFileUrlSuffix
URL suffix for the file.
-
-
Class org.apache.uima.resource.impl.FileResourceSpecifier_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -4595981135298755811L
-
Serialized Fields
-
mFileUrl
java.lang.String mFileUrl
URL of the file. -
mLocalCache
java.lang.String mLocalCache
Filename of the local cache (null if none).
-
-
Class org.apache.uima.resource.impl.Parameter_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -853121388957306954L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.String value
-
-
Class org.apache.uima.resource.impl.PearSpecifier_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -7910540167197537337L
-
Serialized Fields
-
mParameters
Parameter[] mParameters
-
mPearPath
java.lang.String mPearPath
PEAR path setting
-
-
Class org.apache.uima.resource.impl.ResourceCreationSpecifier_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 7946890459654653436L
-
Serialized Fields
-
mExternalResourceDependencies
java.util.List<ExternalResourceDependency> mExternalResourceDependencies
-
mFrameworkImplementation
java.lang.String mFrameworkImplementation
-
mImplementationName
java.lang.String mImplementationName
-
mMetaData
ResourceMetaData mMetaData
-
mResourceManagerConfiguration
ResourceManagerConfiguration mResourceManagerConfiguration
-
-
Class org.apache.uima.resource.impl.Session_impl extends java.lang.Object implements Serializable
- serialVersionUID:
- -8525494546736102324L
-
Serialized Fields
-
mMap
java.util.Map<java.lang.String,java.lang.Object> mMap
-
-
Class org.apache.uima.resource.impl.SessionNamespaceView_impl extends java.lang.Object implements Serializable
- serialVersionUID:
- 7585276862479207970L
-
Serialized Fields
-
mNamespace
java.lang.String mNamespace
-
mRootSession
Session mRootSession
-
-
Class org.apache.uima.resource.impl.URISpecifier_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -7910540167197537337L
-
Serialized Fields
-
mParameters
Parameter[] mParameters
-
mProtocol
java.lang.String mProtocol
Protocol used to communicate with the Resource. -
mResourceType
java.lang.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
java.lang.Integer mTimeout
Timeout period in milliseconds. -
mUri
java.lang.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 extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -3463916068572525348L
-
Serialized Fields
-
mDescription
java.lang.String mDescription
Verbose description of this value. -
mString
java.lang.String mString
The allowed value string.
-
-
Class org.apache.uima.resource.metadata.impl.Capability_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -2821073595288674925L
-
Serialized Fields
-
mDescription
java.lang.String mDescription
a description of this capability -
mInputs
TypeOrFeature[] mInputs
Input Types and/or Features. -
mInputSofas
java.lang.String[] mInputSofas
input SofAs -
mOutputs
TypeOrFeature[] mOutputs
Output Types and/or Features. -
mOutputSofas
java.lang.String[] mOutputSofas
output SofAs -
mPreconditions
Precondition[] mPreconditions
Preconditions (includes languages supported).
-
-
Class org.apache.uima.resource.metadata.impl.ConfigurationGroup_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 4220504881786100821L
-
Serialized Fields
-
mConfigurationParameters
ConfigurationParameter[] mConfigurationParameters
Parameters contained within the group(s). -
mNames
java.lang.String[] mNames
Group names.
-
-
Class org.apache.uima.resource.metadata.impl.ConfigurationParameter_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 4234432343384779535L
-
Serialized Fields
-
mDescription
java.lang.String mDescription
Description of this Configuration Parameter. -
mExternalOverrideName
java.lang.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
java.lang.String mName
Name of this Configuration Parameter. -
mOverrides
java.lang.String[] mOverrides
The parameters that this Configuration Parameter overrides. Elements of this array are of the form componentName/parameterName. -
mType
java.lang.String mType
Data Type of this Configuration Parameter.
-
-
Class org.apache.uima.resource.metadata.impl.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
java.lang.String mDefaultGroupName
Name of the default group -
mSearchStrategy
java.lang.String mSearchStrategy
Configuration parameter search strategy
-
-
Class org.apache.uima.resource.metadata.impl.ConfigurationParameterSettings_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 3476535733588304983L
-
Serialized Fields
-
mParameterSettings
NameValuePair[] mParameterSettings
Settings for parameters that are not in any group. -
mSettingsForGroups
java.util.Map<java.lang.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 extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 8736222753308388218L
-
Serialized Fields
-
mKey
java.lang.String mKey
-
mResourceName
java.lang.String mResourceName
-
-
Class org.apache.uima.resource.metadata.impl.FeatureDescription_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 3661516916992500406L
-
Serialized Fields
-
mDescription
java.lang.String mDescription
Verbose description of this Feature. -
mElementType
java.lang.String mElementType
-
mMultipleReferencesAllowed
java.lang.Boolean mMultipleReferencesAllowed
-
mName
java.lang.String mName
Feature name. -
mRangeTypeName
java.lang.String mRangeTypeName
Name of Range Type of this Feature.
-
-
Class org.apache.uima.resource.metadata.impl.FsIndexCollection_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -7687383527183197102L
-
Serialized Fields
-
mDescription
java.lang.String mDescription
-
mFsIndexes
FsIndexDescription[] mFsIndexes
-
mImports
Import[] mImports
-
mName
java.lang.String mName
-
mVendor
java.lang.String mVendor
-
mVersion
java.lang.String mVersion
-
-
Class org.apache.uima.resource.metadata.impl.FsIndexDescription_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 8939000196947456114L
-
Serialized Fields
-
mKeys
FsIndexKeyDescription[] mKeys
-
mKind
java.lang.String mKind
-
mLabel
java.lang.String mLabel
-
mTypeName
java.lang.String mTypeName
-
-
Class org.apache.uima.resource.metadata.impl.FsIndexKeyDescription_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -4015997042353963398L
-
Serialized Fields
-
mComparator
int mComparator
-
mFeatureName
java.lang.String mFeatureName
-
mTypePriority
boolean mTypePriority
-
-
Class org.apache.uima.resource.metadata.impl.Import_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 6876757002913848998L
-
Serialized Fields
-
byNameSuffix
java.lang.String byNameSuffix
-
mLocation
java.lang.String mLocation
-
mName
java.lang.String mName
-
-
Class org.apache.uima.resource.metadata.impl.LanguagePrecondition_impl extends SimplePrecondition_impl implements Serializable
- serialVersionUID:
- -5526826405334750929L
-
Class org.apache.uima.resource.metadata.impl.MetaDataObject_impl extends java.lang.Object implements Serializable
- serialVersionUID:
- 5876728533863334480L
-
Class org.apache.uima.resource.metadata.impl.MimeTypePrecondition_impl extends SimplePrecondition_impl implements Serializable
- serialVersionUID:
- -2496834003359218342L
-
Class org.apache.uima.resource.metadata.impl.NameValuePair_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -1806648654924417387L
-
Serialized Fields
-
mName
java.lang.String mName
Name -
mValue
java.lang.Object mValue
Value
-
-
Class org.apache.uima.resource.metadata.impl.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 extends AnalysisEngineMetaData_impl implements Serializable
- serialVersionUID:
- -4839907155580879702L
-
Class org.apache.uima.resource.metadata.impl.ResourceManagerConfiguration_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -8326190554827990517L
-
Serialized Fields
-
mBindings
ExternalResourceBinding[] mBindings
-
mDescription
java.lang.String mDescription
-
mExternalResources
ExternalResourceDescription[] mExternalResources
-
mImports
Import[] mImports
-
mName
java.lang.String mName
-
mVendor
java.lang.String mVendor
-
mVersion
java.lang.String mVersion
-
-
Class org.apache.uima.resource.metadata.impl.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
java.lang.String mCopyright
Copyright notice for the Resource -
mDescription
java.lang.String mDescription
Description of the Resource -
mName
java.lang.String mName
Name of the Resource -
mUUID
java.lang.String mUUID
UUID of the Resource -
mVendor
java.lang.String mVendor
Vendor of the Resource -
mVersion
java.lang.String mVersion
Version number of the Resource
-
-
Class org.apache.uima.resource.metadata.impl.SimplePrecondition_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -3736364411654445630L
-
Serialized Fields
-
mComparisonValue
java.lang.Object mComparisonValue
Value to compare against the feature. -
mDefault
boolean mDefault
-
mFeatureName
java.lang.String mFeatureName
-
mFsIndexName
java.lang.String mFsIndexName
-
mFsMatchConstraint
FSMatchConstraint mFsMatchConstraint
-
mPredicate
java.lang.String mPredicate
Predicate used to compare.
-
-
Class org.apache.uima.resource.metadata.impl.TypeDescription_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 7505580429981863281L
-
Serialized Fields
-
mAllowedValues
AllowedValue[] mAllowedValues
Allowed Values for an Enumerated type. -
mDescription
java.lang.String mDescription
Verbose description of this Type. -
mFeatures
FeatureDescription[] mFeatures
Descriptions of all Features defined on this Type. -
mName
java.lang.String mName
Name of this Type. -
mSupertypeName
java.lang.String mSupertypeName
Name of the Type from which this Type inherits.
-
-
Class org.apache.uima.resource.metadata.impl.TypePriorities_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -4773863151055424438L
-
Serialized Fields
-
mDescription
java.lang.String mDescription
-
mImports
Import[] mImports
-
mName
java.lang.String mName
-
mPriorityLists
java.util.List<TypePriorityList> mPriorityLists
-
mVendor
java.lang.String mVendor
-
mVersion
java.lang.String mVersion
-
-
Class org.apache.uima.resource.metadata.impl.TypePriorityList_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 4700170375564691096L
-
Serialized Fields
-
mTypeNames
java.util.List<java.lang.String> mTypeNames
-
-
Class org.apache.uima.resource.metadata.impl.TypeSystemDescription_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -3372766232454730201L
-
Serialized Fields
-
mDescription
java.lang.String mDescription
-
mImports
Import[] mImports
-
mName
java.lang.String mName
-
mTypes
TypeDescription[] mTypes
Descriptions of all Types in this type system. -
mVendor
java.lang.String mVendor
-
mVersion
java.lang.String mVersion
-
-
-
Package org.apache.uima.search
-
Class org.apache.uima.search.IndexingException extends UIMAException implements Serializable
- serialVersionUID:
- 5002247376240314251L
-
-
Package org.apache.uima.search.impl
-
Class org.apache.uima.search.impl.Attribute_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -7368701438572498616L
-
Serialized Fields
-
mName
java.lang.String mName
-
mValue
java.lang.String mValue
-
-
Class org.apache.uima.search.impl.Filter_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -5839668733093703591L
-
Serialized Fields
-
mExpression
java.lang.String mExpression
-
mSyntax
java.lang.String mSyntax
-
-
Class org.apache.uima.search.impl.IndexBuildItem_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -2034703263819608423L
-
Class org.apache.uima.search.impl.IndexBuildSpecification_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -5922996488248689708L
-
Serialized Fields
-
mItems
IndexBuildItem[] mItems
-
-
Class org.apache.uima.search.impl.IndexRule_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- 8072560372466068952L
-
Serialized Fields
-
mStyles
Style[] mStyles
-
-
Class org.apache.uima.search.impl.Mapping_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -2371976614485187381L
-
Serialized Fields
-
mFeature
java.lang.String mFeature
-
mIndexName
java.lang.String mIndexName
-
-
Class org.apache.uima.search.impl.Style_impl extends MetaDataObject_impl implements Serializable
- serialVersionUID:
- -1506108274843606087L
-
-
Package org.apache.uima.tools
-
Class org.apache.uima.tools.AnnotationFeaturesViewer extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -8028169177689821008L
-
Serialized Fields
-
collapseAllButton
javax.swing.JButton collapseAllButton
-
expandAllButton
javax.swing.JButton expandAllButton
-
scrollPane
javax.swing.JScrollPane scrollPane
-
tree
javax.swing.JTree tree
-
-
Class org.apache.uima.tools.AnnotationViewerMain extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- -3201723535833938833L
-
Serialized Fields
-
aboutDialog
javax.swing.JDialog aboutDialog
-
inputFileSelector
FileSelector inputFileSelector
-
prefs
java.util.prefs.Preferences prefs
Stores user preferences -
taeDescriptorFileSelector
FileSelector taeDescriptorFileSelector
-
uimaHomeDir
java.io.File uimaHomeDir
-
viewButton
javax.swing.JButton viewButton
-
-
-
Package org.apache.uima.tools.cpm
-
Class org.apache.uima.tools.cpm.AnalysisEnginePanel extends MetaDataPanel implements Serializable
- serialVersionUID:
- -5927337001602381195L
-
Serialized Fields
-
aeSpecifier
ResourceSpecifier aeSpecifier
-
lastFileSyncTimestamp
long lastFileSyncTimestamp
-
shouldRunCheckBox
javax.swing.JCheckBox shouldRunCheckBox
-
specifierFile
java.io.File specifierFile
-
-
Class org.apache.uima.tools.cpm.ConsumerPanel extends MetaDataPanel implements Serializable
- serialVersionUID:
- -6822046781435538398L
-
Serialized Fields
-
casConsumerSpecifier
ResourceSpecifier casConsumerSpecifier
-
lastFileSyncTimestamp
long lastFileSyncTimestamp
-
specifierFile
java.io.File specifierFile
-
-
Class org.apache.uima.tools.cpm.CpmFrame extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 756368351780483658L
-
Serialized Fields
-
aboutDialog
javax.swing.JDialog aboutDialog
-
aboutMenuItem
javax.swing.JMenuItem aboutMenuItem
-
cpmPanel
CpmPanel cpmPanel
-
exitMenuItem
javax.swing.JMenuItem exitMenuItem
-
helpMenuItem
javax.swing.JMenuItem helpMenuItem
-
menuBar
javax.swing.JMenuBar menuBar
-
-
Class org.apache.uima.tools.cpm.CpmPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -5096300176103368922L
-
Serialized Fields
-
addAeButton
javax.swing.JButton addAeButton
-
addConsumerButton
javax.swing.JButton addConsumerButton
-
aeFileChooser
javax.swing.JFileChooser aeFileChooser
-
aeMainPanel
javax.swing.JPanel aeMainPanel
-
aeSpecifiers
java.util.Vector aeSpecifiers
-
aeTabbedPane
JTabbedPaneWithCloseIcons aeTabbedPane
-
aeTitledBorder
javax.swing.border.TitledBorder aeTitledBorder
-
casInitializerDesc
CasInitializerDescription casInitializerDesc
-
casInitializerFileSelector
FileSelector casInitializerFileSelector
-
casInitializerLastFileSyncTimestamp
long casInitializerLastFileSyncTimestamp
-
casInitializerPanel
org.apache.uima.tools.cpm.CpmPanel.ResetableMetaDataPanel casInitializerPanel
-
casInitializerTitledBorder
javax.swing.border.TitledBorder casInitializerTitledBorder
-
clearAllMenuItem
javax.swing.JMenuItem clearAllMenuItem
-
collectionReaderDesc
CollectionReaderDescription collectionReaderDesc
-
collectionReaderLastFileSyncTimestamp
long collectionReaderLastFileSyncTimestamp
-
collectionReaderPanel
org.apache.uima.tools.cpm.CpmPanel.ResetableMetaDataPanel collectionReaderPanel
-
collectionReaderTitledBorder
javax.swing.border.TitledBorder collectionReaderTitledBorder
-
consumerFileChooser
javax.swing.JFileChooser consumerFileChooser
-
consumersPanel
javax.swing.JPanel consumersPanel
-
consumerSpecifiers
java.util.Vector consumerSpecifiers
-
consumerTabbedPane
JTabbedPaneWithCloseIcons consumerTabbedPane
-
consumerTitledBorder
javax.swing.border.TitledBorder consumerTitledBorder
-
currentCpeDesc
CpeDescription currentCpeDesc
-
defaultResourceManager
ResourceManager defaultResourceManager
-
elapsedTime
int elapsedTime
-
fileChooserRootDir
java.io.File fileChooserRootDir
-
indeterminateProgressPause
boolean indeterminateProgressPause
-
lastFileSyncUserPromptTime
long lastFileSyncUserPromptTime
-
mainSplitPane
javax.swing.JSplitPane mainSplitPane
-
mCPE
CollectionProcessingEngine mCPE
-
moveAeLeftButton
javax.swing.JButton moveAeLeftButton
-
moveAeRightButton
javax.swing.JButton moveAeRightButton
-
moveConsumerLeftButton
javax.swing.JButton moveConsumerLeftButton
-
moveConsumerRightButton
javax.swing.JButton moveConsumerRightButton
-
mPaused
boolean mPaused
-
mShuttingDown
boolean mShuttingDown
-
openCpeDescMenuItem
javax.swing.JMenuItem openCpeDescMenuItem
-
openSaveFileChooser
javax.swing.JFileChooser openSaveFileChooser
-
performanceQueryTimer
javax.swing.Timer performanceQueryTimer
-
prefs
java.util.prefs.Preferences prefs
Stores user preferences -
progressBar
javax.swing.JProgressBar progressBar
-
progressTimer
javax.swing.Timer progressTimer
-
readerFileSelector
FileSelector readerFileSelector
-
readerInitializerSplitPane
javax.swing.JSplitPane readerInitializerSplitPane
-
refreshMenuItem
javax.swing.JMenuItem refreshMenuItem
-
saveCpeDescMenuItem
javax.swing.JMenuItem saveCpeDescMenuItem
-
saveUsingImportMenuItem
javax.swing.JCheckBoxMenuItem saveUsingImportMenuItem
-
saveUsingImports
boolean saveUsingImports
-
selectedComponentsChanged
boolean selectedComponentsChanged
-
startButton
javax.swing.AbstractButton startButton
-
statusLabel
javax.swing.JLabel statusLabel
-
stopButton
javax.swing.AbstractButton stopButton
-
transportControlPanel
TransportControlPanel transportControlPanel
-
viewCasInitializerPanelMenuItem
javax.swing.JMenuItem viewCasInitializerPanelMenuItem
-
-
Class org.apache.uima.tools.cpm.JTabbedPaneWithCloseIcons extends javax.swing.JTabbedPane implements Serializable
- serialVersionUID:
- 7680554379341154297L
-
Serialized Fields
-
tabClosedListener
TabClosedListener tabClosedListener
-
-
Class org.apache.uima.tools.cpm.MetaDataPanel extends FormPanel implements Serializable
- serialVersionUID:
- 2002216386886772644L
-
Serialized Fields
-
fieldsList
java.util.ArrayList fieldsList
-
metaData
ResourceMetaData metaData
-
-
Class org.apache.uima.tools.cpm.PerformanceReportDialog extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- 7747258424181047062L
-
Serialized Fields
-
docsProcessedLabel
javax.swing.JLabel docsProcessedLabel
-
mEventTypeMap
java.util.Map mEventTypeMap
-
statusLabel
javax.swing.JLabel statusLabel
-
totalTimeLabel
javax.swing.JLabel totalTimeLabel
-
tree
javax.swing.JTree tree
-
-
-
Package org.apache.uima.tools.cvd
-
Class org.apache.uima.tools.cvd.AnnotationDisplayCustomizationFrame extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- -6695661439132793537L
-
Serialized Fields
-
acceptButton
javax.swing.JButton acceptButton
-
bgColor
java.awt.Color bgColor
-
bgIcon
ColorIcon bgIcon
-
cancelButton
javax.swing.JButton cancelButton
-
currentStyle
javax.swing.text.Style currentStyle
-
currentTypeName
java.lang.String currentTypeName
-
fgColor
java.awt.Color fgColor
-
fgIcon
ColorIcon fgIcon
-
splitPane
javax.swing.JSplitPane splitPane
-
styleMap
java.util.Map<java.lang.String,javax.swing.text.Style> styleMap
-
textPane
javax.swing.JTextPane textPane
-
tree
javax.swing.JTree tree
-
-
Class org.apache.uima.tools.cvd.AutoFoldingMenu extends javax.swing.JMenu implements Serializable
-
Serialized Fields
-
count
int count
-
maxSize
int maxSize
-
submenu
AutoFoldingMenu submenu
-
-
-
Class org.apache.uima.tools.cvd.LogFileViewer extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 3599235286749804258L
-
Serialized Fields
-
logFile
java.io.File logFile
-
scrollPane
javax.swing.JScrollPane scrollPane
-
textArea
javax.swing.JTextArea textArea
-
-
Class org.apache.uima.tools.cvd.MainFrame extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- -1357410768440678886L
-
Serialized Fields
-
acdItem
javax.swing.JMenuItem acdItem
-
ae
AnalysisEngine ae
-
aeDescriptorFile
java.io.File aeDescriptorFile
-
aeStatus
javax.swing.JTextField aeStatus
-
allAnnotationViewerItem
javax.swing.JMenuItem allAnnotationViewerItem
-
annotOpenDir
java.io.File annotOpenDir
-
caretStatus
javax.swing.JTextField caretStatus
-
cas
CAS cas
-
codePage
java.lang.String codePage
-
codePages
java.util.List<java.lang.String> codePages
-
colorSettingFile
java.io.File colorSettingFile
-
colorSettingsDir
java.io.File colorSettingsDir
-
copyAction
javax.swing.Action copyAction
-
cpButtons
javax.swing.ButtonGroup cpButtons
-
cpMenu
javax.swing.JMenu cpMenu
-
cursorCache
java.util.List<java.awt.Cursor> cursorCache
-
cursorOwningComponents
java.util.List<java.awt.Component> cursorOwningComponents
-
cutAction
javax.swing.Action cutAction
-
dataPathName
java.lang.String dataPathName
-
descFileNameList
java.util.List<java.lang.String> descFileNameList
-
editMenu
javax.swing.JMenu editMenu
-
exitOnClose
boolean exitOnClose
-
fileMenu
javax.swing.JMenu fileMenu
-
fileOpenDir
java.io.File fileOpenDir
-
fileSaveItem
javax.swing.JMenuItem fileSaveItem
-
fileStatus
javax.swing.JTextField fileStatus
-
fsTree
javax.swing.JTree fsTree
-
fsTreeScrollPane
javax.swing.JScrollPane fsTreeScrollPane
-
index
FSIndex index
-
indexLabel
java.lang.String indexLabel
-
indexTree
javax.swing.JTree indexTree
-
indexTreeScrollPane
javax.swing.JScrollPane indexTreeScrollPane
-
iniFile
java.io.File iniFile
-
isAnnotationIndex
boolean isAnnotationIndex
-
isDirty
boolean isDirty
-
langButtons
javax.swing.ButtonGroup langButtons
-
langMenu
javax.swing.JMenu langMenu
-
language
java.lang.String language
-
languagePrefsList
java.lang.String languagePrefsList
-
languages
java.util.List<java.lang.String> languages
-
lastRunProcessTrace
ProcessTrace lastRunProcessTrace
-
log
Logger log
-
logFile
java.io.File logFile
-
preferences
java.util.Properties preferences
-
recentDescFileMenu
javax.swing.JMenu recentDescFileMenu
-
recentDescFiles
RecentFilesList recentDescFiles
-
recentTextFileMenu
javax.swing.JMenu recentTextFileMenu
-
recentTextFiles
RecentFilesList recentTextFiles
-
reRunMenu
javax.swing.JMenuItem reRunMenu
-
runCPCMenu
javax.swing.JMenuItem runCPCMenu
-
runOnCasMenuItem
javax.swing.JMenuItem runOnCasMenuItem
-
showPerfReportItem
javax.swing.JMenuItem showPerfReportItem
-
sofaSelectionComboBox
javax.swing.JComboBox sofaSelectionComboBox
-
sofaSelectionPanel
javax.swing.JPanel sofaSelectionPanel
-
statusBar
javax.swing.JTextField statusBar
-
statusPanel
javax.swing.JPanel statusPanel
-
styleMap
java.util.Map<java.lang.String,javax.swing.text.Style> styleMap
-
textArea
javax.swing.JTextArea textArea
-
textFile
java.io.File textFile
-
textFileNameList
java.util.List<java.lang.String> textFileNameList
-
textPopup
javax.swing.JPopupMenu textPopup
-
textScrollPane
javax.swing.JScrollPane textScrollPane
-
textTitleBorder
javax.swing.border.Border textTitleBorder
-
tsViewerItem
javax.swing.JMenuItem tsViewerItem
-
typeSystemReadItem
javax.swing.JMenuItem typeSystemReadItem
-
typeSystemWriteItem
javax.swing.JMenuItem typeSystemWriteItem
-
undoItem
javax.swing.JMenuItem undoItem
-
undoMgr
UndoMgr undoMgr
-
xcasFileOpenDir
java.io.File xcasFileOpenDir
-
xcasReadItem
javax.swing.JMenuItem xcasReadItem
-
xcasWriteItem
javax.swing.JMenuItem xcasWriteItem
-
xmiCasReadItem
javax.swing.JMenuItem xmiCasReadItem
-
xmiCasWriteItem
javax.swing.JMenuItem xmiCasWriteItem
-
-
Class org.apache.uima.tools.cvd.MultiAnnotViewerFrame extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- -920372876117526451L
-
Serialized Fields
-
scrollPane
javax.swing.JScrollPane scrollPane
-
textPane
javax.swing.JTextPane textPane
-
-
-
Package org.apache.uima.tools.cvd.control
-
Class org.apache.uima.tools.cvd.control.FocusFSAction extends javax.swing.AbstractAction implements Serializable
- serialVersionUID:
- -8330075846211434833L
-
Serialized Fields
-
main
MainFrame main
-
-
Class org.apache.uima.tools.cvd.control.FocusIRAction extends javax.swing.AbstractAction implements Serializable
- serialVersionUID:
- -8128067676842119411L
-
Serialized Fields
-
main
MainFrame main
-
-
Class org.apache.uima.tools.cvd.control.FocusTextAction extends javax.swing.AbstractAction implements Serializable
- serialVersionUID:
- -4867535661038776033L
-
Serialized Fields
-
main
MainFrame main
-
-
Class org.apache.uima.tools.cvd.control.TextContextMenuAction extends javax.swing.AbstractAction implements Serializable
- serialVersionUID:
- -5518456467913617514L
-
Serialized Fields
-
main
MainFrame main
-
-
Class org.apache.uima.tools.cvd.control.UndoMgr extends javax.swing.undo.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 extends javax.swing.table.AbstractTableModel implements Serializable
- serialVersionUID:
- -6010925680514336742L
-
Serialized Fields
-
type
Type type
-
-
Class org.apache.uima.tools.cvd.tsview.MainFrame extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 5606886216212480040L
-
Serialized Fields
-
featureTable
javax.swing.JTable featureTable
-
selectedType
Type selectedType
-
ts
TypeSystem ts
-
typeTree
javax.swing.JTree typeTree
-
-
-
Package org.apache.uima.tools.docanalyzer
-
Class org.apache.uima.tools.docanalyzer.AnnotationViewerDialog extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- -7259891069111863433L
-
Serialized Fields
-
analyzedResultsList
javax.swing.JList<java.lang.String> analyzedResultsList
-
annotationViewGenerator
AnnotationViewGenerator annotationViewGenerator
-
cas
CAS cas
-
defaultCasViewName
java.lang.String defaultCasViewName
-
htmlRB
javax.swing.JRadioButton htmlRB
-
inputDirPath
java.lang.String inputDirPath
-
javaViewerRB
javax.swing.JRadioButton javaViewerRB
-
javaViewerUCRB
javax.swing.JRadioButton javaViewerUCRB
-
med1
PrefsMediator med1
-
processedStyleMap
boolean processedStyleMap
-
styleMapEditor
StyleMapEditor styleMapEditor
-
styleMapFile
java.io.File styleMapFile
-
tempDir
java.io.File tempDir
-
typesToDisplay
java.lang.String[] typesToDisplay
-
typeSystem
TypeSystem typeSystem
-
xmlRB
javax.swing.JRadioButton xmlRB
-
-
Class org.apache.uima.tools.docanalyzer.DocumentAnalyzer extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 8795969283257780425L
-
Serialized Fields
-
aboutDialog
javax.swing.JDialog aboutDialog
-
aeSpecifierFile
java.io.File aeSpecifierFile
-
analyzeInputDialog
javax.swing.JDialog analyzeInputDialog
-
cas
CAS cas
-
collectionReader
FileSystemCollectionReader collectionReader
-
currentTaeOutputTypes
java.lang.String[] currentTaeOutputTypes
-
currentTypeSystem
TypeSystem currentTypeSystem
-
encodingComboBox
javax.swing.JComboBox encodingComboBox
-
htmlRB
javax.swing.JRadioButton htmlRB
-
inputFileFormatComboBox
javax.swing.JComboBox inputFileFormatComboBox
-
inputFileSelector
FileSelector inputFileSelector
-
interactive
boolean interactive
-
interactiveTempFN
java.lang.String interactiveTempFN
-
interButton
javax.swing.JButton interButton
-
javaViewerRB
javax.swing.JRadioButton javaViewerRB
-
javaViewerRBisSelected
boolean javaViewerRBisSelected
-
javaViewerUCRB
javax.swing.JRadioButton javaViewerUCRB
-
javaViewerUCRBisSelected
boolean javaViewerUCRBisSelected
-
languageComboBox
javax.swing.JComboBox languageComboBox
-
lenientCheckbox
javax.swing.JCheckBox lenientCheckbox
-
mCPM
CollectionProcessingManager mCPM
-
numDocs
int numDocs
-
numDocsProcessed
int numDocsProcessed
-
outputDirectory
java.io.File outputDirectory
Directory in which this program will write its output files. -
outputFileSelected
java.lang.String outputFileSelected
-
outputFileSelector
FileSelector outputFileSelector
-
prefsMed
PrefsMediator prefsMed
-
progressMonitor
javax.swing.ProgressMonitor progressMonitor
-
progressTimer
javax.swing.Timer progressTimer
-
runButton
javax.swing.JButton runButton
-
runParametersField
javax.swing.JTextField runParametersField
-
statsString
java.lang.String statsString
-
taeDescFile
java.io.File taeDescFile
-
taeDescFileName
java.lang.String taeDescFileName
-
useGeneratedStyleMap
boolean useGeneratedStyleMap
-
userStyleMapFile
java.io.File userStyleMapFile
-
usingXmlDetagger
boolean usingXmlDetagger
-
xmlFileSelector
FileSelector xmlFileSelector
-
xmlRB
javax.swing.JRadioButton xmlRB
-
-
Class org.apache.uima.tools.docanalyzer.FileSelector extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -8710960143421949274L
-
Serialized Fields
-
browseButton
org.apache.uima.tools.docanalyzer.FileSelector.BrowseButton browseButton
-
externalFl
java.awt.event.FocusListener externalFl
-
field
javax.swing.JTextField field
-
fileChooser
javax.swing.JFileChooser fileChooser
-
fileSelectorListener
FileSelectorListener fileSelectorListener
-
previousValue
java.lang.String previousValue
-
-
-
Package org.apache.uima.tools.jcasgen
-
Class org.apache.uima.tools.jcasgen.GUI extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aboutDialog
AboutDialog aboutDialog
-
jg
Jg jg
-
pnG
org.apache.uima.tools.jcasgen.GUI.G pnG
-
-
Class org.apache.uima.tools.jcasgen.Jg.ErrorExit extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -3314235749649859540L
-
-
Package org.apache.uima.tools.pear.install
-
Class org.apache.uima.tools.pear.install.InstallPear extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- -450696952085640703L
-
Serialized Fields
-
aboutMenuItem
javax.swing.JMenuItem aboutMenuItem
-
browseButton
javax.swing.JButton browseButton
-
browseDirButton
javax.swing.JButton browseDirButton
-
fileMenu
javax.swing.JMenu fileMenu
-
fileMenuItem
javax.swing.JMenuItem fileMenuItem
-
helpButton
javax.swing.JButton helpButton
-
helpMenu
javax.swing.JMenu helpMenu
-
helpMenuItem
javax.swing.JMenuItem helpMenuItem
-
installButton
javax.swing.JButton installButton
-
menuBar
javax.swing.JMenuBar menuBar
-
pearFileTextField
javax.swing.JTextField pearFileTextField
-
-
-
Package org.apache.uima.tools.stylemap
-
Class org.apache.uima.tools.stylemap.AnnotationFeaturesViewer extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -2455669190592868013L
-
Serialized Fields
-
collapseAllButton
javax.swing.JButton collapseAllButton
-
expandAllButton
javax.swing.JButton expandAllButton
-
scrollPane
javax.swing.JScrollPane scrollPane
-
tree
javax.swing.JTree tree
-
-
Class org.apache.uima.tools.stylemap.LabelCellEditor extends javax.swing.DefaultCellEditor implements Serializable
- serialVersionUID:
- 7810191917704574202L
-
Class org.apache.uima.tools.stylemap.StyleMapEditor extends javax.swing.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
javax.swing.JButton cancelButton
-
colorNameMap
java.util.HashMap colorNameMap
-
data
java.lang.Object[][] data
-
med
TableGUIMediator med
-
moveRowDownButton
ImageButton moveRowDownButton
-
moveRowUpButton
ImageButton moveRowUpButton
-
okButton
javax.swing.JButton okButton
-
populated
boolean populated
-
removeTableRowButton
ImageButton removeTableRowButton
-
resetButton
javax.swing.JButton resetButton
-
styleList
java.util.ArrayList styleList
-
styleMapEditorDialog
javax.swing.JDialog styleMapEditorDialog
-
tableModel
StyleMapTableModel tableModel
-
-
Class org.apache.uima.tools.stylemap.StyleMapTable extends javax.swing.JTable implements Serializable
- serialVersionUID:
- 3556134276343308170L
-
Serialized Fields
-
med
TableGUIMediator med
-
-
Class org.apache.uima.tools.stylemap.StyleMapTableModel extends javax.swing.table.AbstractTableModel implements Serializable
- serialVersionUID:
- 7573410680191060690L
-
Serialized Fields
-
columnNames
java.lang.String[] columnNames
-
DEBUG
boolean DEBUG
-
v
java.util.Vector v
-
-
-
Package org.apache.uima.tools.util.gui
-
Class org.apache.uima.tools.util.gui.AboutDialog extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- -3901327861122722078L
-
Class org.apache.uima.tools.util.gui.Caption extends javax.swing.JLabel implements Serializable
- serialVersionUID:
- -2255251900300316894L
-
Class org.apache.uima.tools.util.gui.FileSelector extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -1438950608628876422L
-
Serialized Fields
-
browseButton
org.apache.uima.tools.util.gui.FileSelector.BrowseButton browseButton
-
field
javax.swing.JTextField field
-
fileChooser
javax.swing.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
java.lang.String fileChooserTitle
-
fileSelectorListener
FileSelectorListener fileSelectorListener
-
filter
javax.swing.filechooser.FileFilter filter
-
initialDir
java.io.File initialDir
-
previousValue
java.lang.String previousValue
-
selectionMode
int selectionMode
-
source
javax.swing.JComponent source
-
-
Class org.apache.uima.tools.util.gui.FormPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 6935744171267722900L
-
Serialized Fields
-
checkBoxInsets
java.awt.Insets checkBoxInsets
-
componentIndex
int componentIndex
-
gbc
java.awt.GridBagConstraints gbc
-
gbl
java.awt.GridBagLayout gbl
-
gridBagPanel
javax.swing.JPanel gridBagPanel
-
nrColumns
int nrColumns
-
regularInsets
java.awt.Insets regularInsets
-
-
Class org.apache.uima.tools.util.gui.ImageButton extends javax.swing.JButton implements Serializable
- serialVersionUID:
- -8908984308731809496L
-
Class org.apache.uima.tools.util.gui.IntegerField extends javax.swing.JFormattedTextField implements Serializable
- serialVersionUID:
- -9172169254226111684L
-
Serialized Fields
-
numberFormat
java.text.NumberFormat numberFormat
-
-
Class org.apache.uima.tools.util.gui.ListSelector extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 6426556774940666223L
-
Serialized Fields
-
addButton
org.apache.uima.tools.util.gui.ListSelector.SmallButton addButton
-
addField
javax.swing.JTextField addField
-
list
javax.swing.JList list
-
listModel
javax.swing.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 extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8200124988260091779L
-
Serialized Fields
-
slider
javax.swing.JSlider slider
-
textField
IntegerField textField
-
-
Class org.apache.uima.tools.util.gui.TransportControlPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -2176626241850938032L
-
Serialized Fields
-
allowStop
boolean allowStop
-
controlListener
TransportControlListener controlListener
-
invisibleButton
javax.swing.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 extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 3559118488371946999L
-
Serialized Fields
-
annotationModeButton
javax.swing.JRadioButton annotationModeButton
-
boldFaceKeyWords
java.lang.String[] boldFaceKeyWords
-
boldFaceSpans
int[] boldFaceSpans
-
cas
CAS cas
-
disableSofaSelectionComboBoxStateChangeAction
boolean disableSofaSelectionComboBoxStateChangeAction
-
displayedTypeNames
java.util.Set<java.lang.String> displayedTypeNames
-
entityCheckBoxScrollPane
javax.swing.JScrollPane entityCheckBoxScrollPane
-
entityCheckBoxVerticalScrollPanel
org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel entityCheckBoxVerticalScrollPanel
-
entityModeButton
javax.swing.JRadioButton entityModeButton
-
entityResolver
EntityResolver entityResolver
-
entityToCheckBoxMap
java.util.Map<EntityResolver.Entity,javax.swing.JCheckBox> entityToCheckBoxMap
-
featureColorMap
java.util.Map<java.lang.String,java.awt.Color> featureColorMap
-
featureModeButton
javax.swing.JRadioButton featureModeButton
-
featureRadioButtonMap
java.util.Map<java.lang.String,javax.swing.JRadioButton> featureRadioButtonMap
-
featureRadioButtonScrollPane
javax.swing.JScrollPane featureRadioButtonScrollPane
-
featureRadioButtonVerticalScrollPanel
org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel featureRadioButtonVerticalScrollPanel
-
featureValueCheckBoxMap
java.util.Map<java.lang.String,javax.swing.JCheckBox> featureValueCheckBoxMap
-
featureValueCheckBoxScrollPane
javax.swing.JScrollPane featureValueCheckBoxScrollPane
-
featureValueCheckBoxVerticalScrollPanel
org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel featureValueCheckBoxVerticalScrollPanel
-
featureValueColorMap
java.util.Map<java.lang.String,java.awt.Color> featureValueColorMap
-
fsArrayType
Type fsArrayType
-
hiddenFeatureNames
java.util.Set<java.lang.String> hiddenFeatureNames
-
hiddenTypeNames
java.util.Set<java.lang.String> hiddenTypeNames
-
hideUnselectedCheckBoxes
boolean hideUnselectedCheckBoxes
-
highFrequencyTypes
java.util.List<java.lang.String> highFrequencyTypes
-
horizontalSplitPane
javax.swing.JSplitPane horizontalSplitPane
-
initiallySelectedTypeNames
java.util.Set<java.lang.String> initiallySelectedTypeNames
-
selectedAnnotationTree
javax.swing.JTree selectedAnnotationTree
-
selectedAnnotationTreeModel
javax.swing.tree.DefaultTreeModel selectedAnnotationTreeModel
-
showHideUnselectedButton
javax.swing.JButton showHideUnselectedButton
-
sofaSelectionComboBox
javax.swing.JComboBox sofaSelectionComboBox
-
sofaSelectionPanel
javax.swing.JPanel sofaSelectionPanel
-
stringType
Type stringType
-
tabbedChoicePane
javax.swing.JTabbedPane tabbedChoicePane
-
textPane
javax.swing.JTextPane textPane
-
textScrollPane
javax.swing.JScrollPane textScrollPane
-
typeCheckBoxScrollPane
javax.swing.JScrollPane typeCheckBoxScrollPane
-
typeCheckBoxVerticalScrollPanel
org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel typeCheckBoxVerticalScrollPanel
-
typeColorMap
java.util.Map<java.lang.String,java.awt.Color> typeColorMap
-
typeRadioButtonMap
java.util.Map<Type,javax.swing.JRadioButton> typeRadioButtonMap
-
typeRadioButtonScrollPane
javax.swing.JScrollPane typeRadioButtonScrollPane
-
typeRadioButtonVerticalScrollPanel
org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel typeRadioButtonVerticalScrollPanel
-
typesNotChecked
java.util.Set<java.lang.String> typesNotChecked
-
typeSystem
TypeSystem typeSystem
-
typeToCheckBoxMap
java.util.Map<Type,javax.swing.JCheckBox> typeToCheckBoxMap
-
useConsistentColors
boolean useConsistentColors
-
userTypes
java.util.List<java.lang.String> userTypes
-
verticalSplitPane
javax.swing.JSplitPane verticalSplitPane
-
viewMode
short viewMode
-
-
Class org.apache.uima.tools.viewer.CasAnnotationViewerApplet extends javax.swing.JApplet implements Serializable
- serialVersionUID:
- 1273090141115008715L
-
Serialized Fields
-
mViewer
CasAnnotationViewer mViewer
The CAS Annotation Viewer panel
-
-
Class org.apache.uima.tools.viewer.CasTreeViewer extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -674412767134245565L
-
Serialized Fields
-
annotationTextPane
javax.swing.JTextPane annotationTextPane
-
annotationTypeLabel
javax.swing.JLabel annotationTypeLabel
-
featureTable
javax.swing.JTable featureTable
-
rightPanel
javax.swing.JPanel rightPanel
-
splitPane
javax.swing.JSplitPane splitPane
-
tree
javax.swing.JTree tree
-
-
Class org.apache.uima.tools.viewer.CasTreeViewerApplet extends javax.swing.JApplet implements Serializable
- serialVersionUID:
- 7539612752281789849L
-
Serialized Fields
-
mTreeViewer
CasTreeViewer mTreeViewer
The CAS Tree Viewer panel
-
-
-
Package org.apache.uima.uimacpp
-
Class org.apache.uima.uimacpp.UimacppException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 378698033899907645L
-
Serialized Fields
-
detail
java.lang.Exception detail
Nested exception to hold wrapped exception.
-
-
-
Package org.apache.uima.util
-
Class org.apache.uima.util.ConcurrentHashMapWithProducer extends java.util.concurrent.ConcurrentHashMap<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.uima.util.InvalidXMLException extends UIMAException implements Serializable
- serialVersionUID:
- 4470343379909952803L
-
Class org.apache.uima.util.NameClassPair extends java.lang.Object implements Serializable
- serialVersionUID:
- 3235061764523410003L
-
Serialized Fields
-
mClassName
java.lang.String mClassName
A class name -
mName
java.lang.String mName
A name
-
-
Class org.apache.uima.util.ProgressImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- -1436588781274530622L
-
Serialized Fields
-
mApproximate
boolean mApproximate
-
mCompleted
long mCompleted
-
mTotal
long mTotal
-
mUnitType
java.lang.String mUnitType
-
-
-
Package org.apache.uima.util.impl
-
Class org.apache.uima.util.impl.ProcessTrace_impl extends java.lang.Object implements Serializable
- serialVersionUID:
- 7566277176545062757L
-
Serialized Fields
-
mEnabled
boolean mEnabled
Indicates whether process trace is enabled. -
mEventList
java.util.List<ProcessTraceEvent> mEventList
List of closed events. -
mOpenEvents
java.util.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- 4275351517280216988L
-
Serialized Fields
-
mComponentName
java.lang.String mComponentName
Component Name for this event. -
mDescription
java.lang.String mDescription
Description of this event. -
mDuration
int mDuration
Duration of this event in milliseconds. -
mResultMessage
java.lang.String mResultMessage
Result Message of this event. -
mStartTime
long mStartTime
Start time of this event. -
mSubEvents
java.util.List<ProcessTraceEvent> mSubEvents
List of sub-events of this event. (Initialized lazily.) -
mType
java.lang.String mType
Type of this event.
-
-
-
Package org.apache.vinci.debug
-
Class org.apache.vinci.debug.AssertionFailedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 5054530397155879663L
-
Class org.apache.vinci.debug.FatalException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -8889142805115637932L
-
Serialized Fields
-
original_exception
java.lang.Throwable original_exception
-
-
-
Package org.apache.vinci.transport
-
Class org.apache.vinci.transport.LeafCastException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 2167774897716144428L
-
Class org.apache.vinci.transport.ServiceDownException extends java.io.IOException implements Serializable
- serialVersionUID:
- -6125121845524920235L
-
Class org.apache.vinci.transport.ServiceException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 6243682131707055564L
-
Serialized Fields
-
complete_result
Transportable complete_result
-
-
Class org.apache.vinci.transport.VNSException extends java.io.IOException implements Serializable
- serialVersionUID:
- -9150424759390586749L
-
-
Package org.apache.vinci.transport.util
-
Class org.apache.vinci.transport.util.Base64FormatException extends java.io.IOException implements Serializable
- serialVersionUID:
- -7684434340122235922L
-