Serialized Form


Package org.apache.uima

Class org.apache.uima.InternationalizedException extends java.lang.Exception implements Serializable

serialVersionUID: 2306587442280738385L

Serialized Fields

mResourceBundleName

java.lang.String mResourceBundleName
The base name of the resource bundle in which the message for this exception is located.


mMessageKey

java.lang.String mMessageKey
An identifier that maps to the message for this exception.


mArguments

java.lang.Object[] mArguments
The arguments to this exception's message, if any. This allows an InternationalizedException 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.

Class org.apache.uima.InternationalizedRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 6387360855459370559L

Serialized Fields

mResourceBundleName

java.lang.String mResourceBundleName
The base name of the resource bundle in which the message for this exception is located.


mMessageKey

java.lang.String mMessageKey
An identifier that maps to the message for this exception.


mArguments

java.lang.Object[] mArguments
The arguments to this exception's message, if any. This allows an InternationalizedRuntimeException 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.

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.adapter.soap

Class org.apache.uima.adapter.soap.BinaryDeserializer extends org.apache.axis.encoding.DeserializerImpl implements Serializable

serialVersionUID: 1351090281481173811L

Serialized Fields

buf

java.lang.StringBuffer buf

Class org.apache.uima.adapter.soap.BinaryDeserializerFactory extends java.lang.Object implements Serializable

serialVersionUID: 9029965561439924991L

Serialized Fields

mechanisms

java.util.Vector<E> mechanisms

Class org.apache.uima.adapter.soap.BinarySerializer extends java.lang.Object implements Serializable

serialVersionUID: 939554603678974912L

Serialized Fields

mUseAttachments

boolean mUseAttachments
Whether attachments should be used to send binary-serialized data

Class org.apache.uima.adapter.soap.BinarySerializerFactory extends java.lang.Object implements Serializable

serialVersionUID: 2914831356701203129L

Serialized Fields

mechanisms

java.util.Vector<E> mechanisms

Class org.apache.uima.adapter.soap.XmlDeserializer extends org.apache.axis.encoding.DeserializerImpl implements Serializable

serialVersionUID: -2178663551643071383L

Serialized Fields

mDeser

SaxDeserializer_impl mDeser

mNesting

int mNesting

Class org.apache.uima.adapter.soap.XmlDeserializerFactory extends java.lang.Object implements Serializable

serialVersionUID: -414711394032045305L

Serialized Fields

mechanisms

java.util.Vector<E> mechanisms

Class org.apache.uima.adapter.soap.XmlSerializer extends java.lang.Object implements Serializable

serialVersionUID: 1674801848276745835L

Class org.apache.uima.adapter.soap.XmlSerializerFactory extends java.lang.Object implements Serializable

serialVersionUID: -6341240975976459158L

Serialized Fields

mechanisms

java.util.Vector<E> mechanisms

Package org.apache.uima.adapter.soap.axis11

Class org.apache.uima.adapter.soap.axis11.BinaryDeserializer_Axis11 extends org.apache.axis.encoding.DeserializerImpl implements Serializable

serialVersionUID: -591743087907058514L

Serialized Fields

buf

java.lang.StringBuffer buf

Class org.apache.uima.adapter.soap.axis11.BinarySerializer_Axis11 extends java.lang.Object implements Serializable

serialVersionUID: -1968145589342023832L

Serialized Fields

mUseAttachments

boolean mUseAttachments
Whether attachments should be used to send binary-serialized data

Class org.apache.uima.adapter.soap.axis11.XmlDeserializer_Axis11 extends org.apache.axis.encoding.DeserializerImpl implements Serializable

serialVersionUID: 6687245569965318456L

Serialized Fields

mDeser

SaxDeserializer_impl mDeser

mNesting

int mNesting

Class org.apache.uima.adapter.soap.axis11.XmlSerializer_Axis11 extends java.lang.Object implements Serializable

serialVersionUID: -1528534494294634599L


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

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.


ELEM_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS

java.lang.String ELEM_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS
Name of the "delegateAnalysisEngineSpecifiers" XML Element. Change this if schema changes.


mFrameworkImplementation

java.lang.String mFrameworkImplementation

mPrimitive

boolean mPrimitive

mFlowControllerDeclaration

FlowControllerDeclaration mFlowControllerDeclaration

mDelegateAnalysisEngineSpecifiers

java.util.Map<K,V> mDelegateAnalysisEngineSpecifiers

mDelegateAnalysisEngineSpecifiersWithImports

java.util.Map<K,V> mDelegateAnalysisEngineSpecifiersWithImports

mProcessedImports

java.util.Map<K,V> mProcessedImports

mSofaMappings

SofaMapping[] mSofaMappings

Class org.apache.uima.analysis_engine.impl.AnalysisEngineManagementImpl extends java.lang.Object implements Serializable

serialVersionUID: 1988620286191379887L

Serialized Fields

name

java.lang.String name

numProcessed

long numProcessed

markedAnalysisTime

long markedAnalysisTime

markedBatchProcessCompleteTime

long markedBatchProcessCompleteTime

markedCollectionProcessCompleteTime

long markedCollectionProcessCompleteTime

markedServiceCallTime

long markedServiceCallTime

analysisTime

long analysisTime

batchProcessCompleteTime

long batchProcessCompleteTime

collectionProcessCompleteTime

long collectionProcessCompleteTime

serviceCallTime

long serviceCallTime

components

java.util.Map<K,V> components

uniqueMBeanName

java.lang.String uniqueMBeanName

status

AnalysisEngineManagement.State status

threadId

long threadId

initializationTime

long initializationTime

Class org.apache.uima.analysis_engine.impl.ResultSpecification_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: 8516517600467270594L

Serialized Fields

rsTypesMap

RsTypesMap rsTypesMap
For this Result-specification, the collection of language-sets Uncompiled format


mTypeSystem

TypeSystem mTypeSystem
The type system used to compute the subtypes and allAnnotatorFeatures of types


needsCompilation

boolean needsCompilation

rsCompiled

java.util.Map<K,V> rsCompiled

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

mType

boolean mType

mName

java.lang.String mName

mAllAnnotatorFeatures

boolean mAllAnnotatorFeatures

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

mFlowConstraints

FlowConstraints mFlowConstraints

mDelegateAnalysisEngineMetaData

AnalysisEngineMetaData[] mDelegateAnalysisEngineMetaData

mCapabilities

Capability[] mCapabilities

mTypeSystem

TypeSystemDescription mTypeSystem

mTypePriorities

TypePriorities mTypePriorities

mFsIndexCollection

FsIndexCollection mFsIndexCollection

mOperationalProperties

OperationalProperties mOperationalProperties

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

mKey

java.lang.String mKey

mImport

Import mImport

mSpecifier

ResourceSpecifier mSpecifier

Class org.apache.uima.analysis_engine.metadata.impl.SofaMapping_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: -6115544748030506703L

Serialized Fields

mComponentKey

java.lang.String mComponentKey

mComponentSofaName

java.lang.String mComponentSofaName

mAggregateSofaName

java.lang.String mAggregateSofaName

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<E> fsList

Class org.apache.uima.cas_data.impl.FeatureStructureImpl extends java.lang.Object implements Serializable

serialVersionUID: -1828536763993413045L

Serialized Fields

mFeatureMap

java.util.Map<K,V> 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

error

int error

resource

java.util.ResourceBundle resource

arguments

java.lang.String[] arguments

Package org.apache.uima.cas.impl

Class org.apache.uima.cas.impl.AnnotationImplException extends java.lang.Exception implements Serializable

serialVersionUID: 2924905396059850361L

Serialized Fields

error

int error

resource

java.util.ResourceBundle resource

arguments

java.lang.String[] arguments

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

typeOrder

int[] typeOrder

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 that indexNames.length == nameToIndexMap.length and for each i in nameToIndexMap, 0 <= i < indexTypes.length.


indexingStrategy

int[] indexingStrategy
For each index, the indexing strategy of that index. Current options are SORTED_INDEX, SET_INDEX and BAG_INDEX. indexingStrategy.length == indexTypes.length.


comparatorIndex

int[] comparatorIndex
For each index, where the corresponding comparator starts in the comparators 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 with STANDARD_COMPARE and REVERSE_STANDARD_COMPARE.


typeNames

java.lang.String[] typeNames
A list of type names (symbol table). Note: numbering of types starts at 1, and we index the names according to their internal code. That means that typeNames[0] == null.


featureNames

java.lang.String[] featureNames
A list of feature names (symbol table). Note: numbering of features starts at 1, , and we index the names according to their internal code. That means that featureNames[0] == null.


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.


featDecls

int[] featDecls
Feature declarations. For each feature code i (which is an integer >= 1), featDecls[(i-1)*3] is the domain type code, featDecls[(i-1)*3+1] is the range type code, and featDecls[(i-1)*3+2] is the multipleReferencesAllowed flag (0 or 1).


topTypeCode

int topTypeCode
The internal code of the top type. Optional, used for sanity checks.


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.


stringSubtypes

int[] stringSubtypes
A list of type codes for the string subtypes.


stringSubtypeValues

java.lang.String[] stringSubtypeValues
The string values for the string subtypes. Start and end postions for the values for the individual types are in stringSubtypeValuePos.


stringSubtypeValuePos

int[] stringSubtypeValuePos
The start positions of the string value subarrays of stringSubtypeValues. stringSubtypeValuePos.length == stringSubtypes.length. For each i < stringSubtypes.length, stringSubtypeValuePos[i] is the start of the string values for stringSubtypes[i].


source

int source
Set this appropriately.

Class org.apache.uima.cas.impl.CASSerializer extends java.lang.Object implements Serializable

serialVersionUID: -7972011651957420295L

Serialized Fields

heapArray

int[] heapArray

heapMetaData

int[] heapMetaData

stringTable

java.lang.String[] stringTable

fsIndex

int[] fsIndex

byteHeapArray

byte[] byteHeapArray

shortHeapArray

short[] shortHeapArray

longHeapArray

long[] longHeapArray

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

error

int error

resource

java.util.ResourceBundle resource

arguments

java.lang.Object[] arguments

Class org.apache.uima.cas.impl.XCASParsingException extends org.xml.sax.SAXParseException implements Serializable

serialVersionUID: -4915068920369582184L

Serialized Fields

error

int error

resource

java.util.ResourceBundle resource

arguments

java.lang.Object[] arguments

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

prT

ProcessTrace prT

eventMap

java.util.HashMap<K,V> eventMap

exceptionList

java.util.List<E> exceptionList

failedList

java.util.List<E> failedList

resultHM

java.util.HashMap<K,V> resultHM

isSkipped

boolean isSkipped

isProcessed

boolean isProcessed

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

documentURL

java.lang.String documentURL

throttleID

java.lang.String throttleID

docID

long docID

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

casObject

java.lang.Object casObject

casMetaData

NameValuePair[] casMetaData

Class org.apache.uima.collection.impl.cpm.utils.JavaTimer extends java.lang.Object implements Serializable

serialVersionUID: 5399135137398839124L

Serialized Fields

start

long start
Deprecated. 

end

long end
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

descriptor

CpeComponentDescriptor descriptor

parameters

Parameter[] parameters

runInSeparateProcess

CasProcessorRunInSeperateProcess runInSeparateProcess

filter

CasProcessorFilter filter

errorHandling

CasProcessorErrorHandling errorHandling

checkpoint

CpeCheckpoint checkpoint

deployment

java.lang.String deployment

name

java.lang.String name

deploymentParameters

CasProcessorDeploymentParams deploymentParameters

configurationParameterSettings

CasProcessorConfigurationParameterSettings configurationParameterSettings

parameterSettings

ConfigurationParameterSettings parameterSettings

sofaNameMappings

CpeSofaMappings sofaNameMappings

isParallelizable

boolean isParallelizable

Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorDeploymentParamImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: 8950620301535742630L

Serialized Fields

name

java.lang.String name

value

java.lang.String value

type

java.lang.String type

Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorDeploymentParamsImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: 4871710283477856271L

Serialized Fields

params

java.util.ArrayList<E> params

Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorErrorHandlingImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: 1677062861920690715L

Serialized Fields

timeout

CasProcessorTimeout timeout

errorRateThrashold

CasProcessorErrorRateThreshold errorRateThrashold

maxRestarts

CasProcessorMaxRestarts maxRestarts

Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorErrorRateThresholdImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: -9214395691914383261L

Serialized Fields

value

java.lang.String value

action

java.lang.String action

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<E> args

Class org.apache.uima.collection.impl.metadata.cpe.CasProcessorExecutableImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: 6897788743141912586L

Serialized Fields

executable

java.lang.String executable

dir

java.lang.String dir

args

CasProcessorExecArgs args

envs

java.util.ArrayList<E> envs

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

value

java.lang.String value

action

java.lang.String action

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

casProcessors

java.util.ArrayList<E> casProcessors

dropCasOnException

boolean dropCasOnException

casPoolSize

int casPoolSize

processingUnitThreadCount

int processingUnitThreadCount

inputQueueSize

int inputQueueSize

outputQueueSize

int outputQueueSize

Class org.apache.uima.collection.impl.metadata.cpe.CpeCheckpointImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: 9155094513948815121L

Serialized Fields

file

java.lang.String file

time

java.lang.String time

batch

int batch

Class org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderCasInitializerImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: -6284616239685904940L

Serialized Fields

descriptor

CpeComponentDescriptor descriptor
Deprecated. 

configurationParameterSettings

ConfigurationParameterSettings configurationParameterSettings
Deprecated. 

cfps

CasProcessorConfigurationParameterSettings cfps
Deprecated. 

sofaNameMappings

CpeSofaMappings sofaNameMappings
Deprecated. 

Class org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: -7663775553359776495L

Serialized Fields

collectionIterator

CpeCollectionReaderIterator collectionIterator

casInitializer

CpeCollectionReaderCasInitializer casInitializer

Class org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderIteratorImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: -9208074797482603808L

Serialized Fields

descriptor

CpeComponentDescriptor descriptor

configurationParameterSettings

CasProcessorConfigurationParameterSettings configurationParameterSettings

sofaNameMappings

CpeSofaMappings sofaNameMappings

configParameterSettings

ConfigurationParameterSettings configParameterSettings

Class org.apache.uima.collection.impl.metadata.cpe.CpeComponentDescriptorImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: 1607312024379882416L

Serialized Fields

mInclude

CpeInclude mInclude

mImport

Import mImport

Class org.apache.uima.collection.impl.metadata.cpe.CpeConfigurationImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: 1153815602567127240L

Serialized Fields

startAt

java.lang.String startAt

num2Process

long num2Process

checkpoint

CpeCheckpoint checkpoint

timerImpl

java.lang.String timerImpl

deployAs

java.lang.String deployAs

outputQueue

OutputQueue outputQueue

Class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptionImpl extends MetaDataObject_impl implements Serializable

serialVersionUID: -8068920415609241198L

Serialized Fields

collectionReader

CpeCollectionReader collectionReader

casProcessors

CpeCasProcessors casProcessors

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<E> 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

growth_factor

int growth_factor

multiplication_limit

int multiplication_limit

pos

int pos

array

int[] array

Class org.apache.uima.internal.util.JavaTimer extends java.lang.Object implements Serializable

serialVersionUID: 4644107369628471363L

Serialized Fields

start

long start

end

long end

Class org.apache.uima.internal.util.UtilError extends java.lang.RuntimeException implements Serializable

serialVersionUID: -6708991281527442356L

Serialized Fields

error

int error

resource

java.util.ResourceBundle resource

arguments

java.lang.Object[] arguments

Package org.apache.uima.pear.tools

Class org.apache.uima.pear.tools.InstallationDescriptor extends java.lang.Object implements Serializable

serialVersionUID: 4884186903126810934L

Serialized Fields

_insdFile

java.io.File _insdFile

_osSpecs

java.util.Properties _osSpecs

_toolkitsSpecs

java.util.Properties _toolkitsSpecs

_frameworkSpecs

java.util.Properties _frameworkSpecs

_mainComponent

InstallationDescriptor.ComponentInfo _mainComponent

_delegateComponents

java.util.Hashtable<K,V> _delegateComponents

_installationActions

java.util.ArrayList<E> _installationActions

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

name

java.lang.String name

descFilePath

java.lang.String descFilePath

rootDirPath

java.lang.String rootDirPath

deploymentType

java.lang.String deploymentType

serviceInfo

InstallationDescriptor.ServiceInfo serviceInfo

networkParams

java.util.Hashtable<K,V> networkParams

collIteratorDescFilePath

java.lang.String collIteratorDescFilePath

casInitializerDescFilePath

java.lang.String casInitializerDescFilePath

casConsumerDescFilePath

java.lang.String casConsumerDescFilePath

props

java.util.Properties props

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

mUrl

java.lang.String mUrl
URL of the data.


mMetaData

ResourceMetaData mMetaData
Resource metadata.

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

mKey

java.lang.String mKey

mDescription

java.lang.String mDescription

mInterfaceName

java.lang.String mInterfaceName

mOptional

boolean mOptional

Class org.apache.uima.resource.impl.ExternalResourceDescription_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: -6995615796561255268L

Serialized Fields

mName

java.lang.String mName

mDescription

java.lang.String mDescription

mResourceSpecifier

ResourceSpecifier mResourceSpecifier

mImplementationName

java.lang.String mImplementationName

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

mPearPath

java.lang.String mPearPath
PEAR path setting


mParameters

Parameter[] mParameters

Class org.apache.uima.resource.impl.ResourceCreationSpecifier_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: 7946890459654653436L

Serialized Fields

mImplementationName

java.lang.String mImplementationName

mFrameworkImplementation

java.lang.String mFrameworkImplementation

mMetaData

ResourceMetaData mMetaData

mExternalResourceDependencies

java.util.List<E> mExternalResourceDependencies

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<K,V> mMap

Class org.apache.uima.resource.impl.SessionNamespaceView_impl extends java.lang.Object implements Serializable

serialVersionUID: 7585276862479207970L

Serialized Fields

mRootSession

Session mRootSession

mNamespace

java.lang.String mNamespace

Class org.apache.uima.resource.impl.URISpecifier_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: -7910540167197537337L

Serialized Fields

mUri

java.lang.String mUri
URI of the Resource.


mProtocol

java.lang.String mProtocol
Protocol used to communicate with the Resource.


mTimeout

java.lang.Integer mTimeout
Timeout period in milliseconds.


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.


mParameters

Parameter[] mParameters

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

mString

java.lang.String mString
The allowed value string.


mDescription

java.lang.String mDescription
Verbose description of this value.

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.


mOutputs

TypeOrFeature[] mOutputs
Output Types and/or Features.


mPreconditions

Precondition[] mPreconditions
Preconditions (includes languages supported).


mInputSofas

java.lang.String[] mInputSofas
input SofAs


mOutputSofas

java.lang.String[] mOutputSofas
output SofAs

Class org.apache.uima.resource.metadata.impl.ConfigurationGroup_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: 4220504881786100821L

Serialized Fields

mNames

java.lang.String[] mNames
Group names.


mConfigurationParameters

ConfigurationParameter[] mConfigurationParameters
Parameters contained within the group(s).

Class org.apache.uima.resource.metadata.impl.ConfigurationParameter_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: 4234432343384779535L

Serialized Fields

mName

java.lang.String mName
Name of this Configuration Parameter.


mDescription

java.lang.String mDescription
Description of this Configuration Parameter.


mType

java.lang.String mType
Data Type of this Configuration Parameter.


mMultiValued

boolean mMultiValued
Whether this Configuration Parameter is multi-valued.


mMandatory

boolean mMandatory
Whether this Configuration Parameter is mandatory.


mOverrides

java.lang.String[] mOverrides
The parameters that this Configuration Parameter overrides. Elements of this array are of the form componentName/parameterName.

Class org.apache.uima.resource.metadata.impl.ConfigurationParameterDeclarations_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: -2248322904617280983L

Serialized Fields

mConfigurationParameters

ConfigurationParameter[] mConfigurationParameters
Configuration Parameters that are not in any group


mConfigurationGroups

ConfigurationGroup[] mConfigurationGroups
Configuration Groups


mCommonParameters

ConfigurationParameter[] mCommonParameters
Parameters common to all groups


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<K,V> mSettingsForGroups
Settings for parameters in groups. This HashMap has String keys (the group name) and NameValuePair[] values (the parmeter names and their values).

Class org.apache.uima.resource.metadata.impl.ExternalResourceBinding_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: 8736222753308388218L

Serialized Fields

mResourceName

java.lang.String mResourceName

mKey

java.lang.String mKey

Class org.apache.uima.resource.metadata.impl.FeatureDescription_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: 3661516916992500406L

Serialized Fields

mName

java.lang.String mName
Feature name.


mDescription

java.lang.String mDescription
Verbose description of this Feature.


mRangeTypeName

java.lang.String mRangeTypeName
Name of Range Type of this Feature.


mElementType

java.lang.String mElementType

mMultipleReferencesAllowed

java.lang.Boolean mMultipleReferencesAllowed

Class org.apache.uima.resource.metadata.impl.FsIndexCollection_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: -7687383527183197102L

Serialized Fields

mName

java.lang.String mName

mVersion

java.lang.String mVersion

mDescription

java.lang.String mDescription

mVendor

java.lang.String mVendor

mImports

Import[] mImports

mFsIndexes

FsIndexDescription[] mFsIndexes

Class org.apache.uima.resource.metadata.impl.FsIndexDescription_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: 8939000196947456114L

Serialized Fields

mLabel

java.lang.String mLabel

mTypeName

java.lang.String mTypeName

mKind

java.lang.String mKind

mKeys

FsIndexKeyDescription[] mKeys

Class org.apache.uima.resource.metadata.impl.FsIndexKeyDescription_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: -4015997042353963398L

Serialized Fields

mTypePriority

boolean mTypePriority

mFeatureName

java.lang.String mFeatureName

mComparator

int mComparator

Class org.apache.uima.resource.metadata.impl.Import_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: 6876757002913848998L

Serialized Fields

mName

java.lang.String mName

mLocation

java.lang.String mLocation

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

mName

java.lang.String mName

mVersion

java.lang.String mVersion

mDescription

java.lang.String mDescription

mVendor

java.lang.String mVendor

mImports

Import[] mImports

mBindings

ExternalResourceBinding[] mBindings

mExternalResources

ExternalResourceDescription[] mExternalResources

Class org.apache.uima.resource.metadata.impl.ResourceMetaData_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: 3408359518094534817L

Serialized Fields

mUUID

java.lang.String mUUID
UUID of the Resource


mName

java.lang.String mName
Name of the Resource


mDescription

java.lang.String mDescription
Description of the Resource


mVersion

java.lang.String mVersion
Version number of the Resource


mVendor

java.lang.String mVendor
Vendor of the Resource


mCopyright

java.lang.String mCopyright
Copyright notice for the Resource


mConfigurationParameterDeclarations

ConfigurationParameterDeclarations mConfigurationParameterDeclarations
Configuration Parameter Declarations for the Resource


mConfigurationParameterSettings

ConfigurationParameterSettings mConfigurationParameterSettings
Configuration Parameter Settings for 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.


mPredicate

java.lang.String mPredicate
Predicate used to compare.


mFsMatchConstraint

FSMatchConstraint mFsMatchConstraint

mFsIndexName

java.lang.String mFsIndexName

mFeatureName

java.lang.String mFeatureName

mDefault

boolean mDefault

Class org.apache.uima.resource.metadata.impl.TypeDescription_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: 7505580429981863281L

Serialized Fields

mName

java.lang.String mName
Name of this Type.


mDescription

java.lang.String mDescription
Verbose description of this Type.


mSupertypeName

java.lang.String mSupertypeName
Name of the Type from which this Type inherits.


mFeatures

FeatureDescription[] mFeatures
Descriptions of all Features defined on this Type.


mAllowedValues

AllowedValue[] mAllowedValues
Allowed Values for an Enumerated type.

Class org.apache.uima.resource.metadata.impl.TypePriorities_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: -4773863151055424438L

Serialized Fields

mName

java.lang.String mName

mVersion

java.lang.String mVersion

mDescription

java.lang.String mDescription

mVendor

java.lang.String mVendor

mImports

Import[] mImports

mPriorityLists

java.util.List<E> mPriorityLists

Class org.apache.uima.resource.metadata.impl.TypePriorityList_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: 4700170375564691096L

Serialized Fields

mTypeNames

java.util.List<E> mTypeNames

Class org.apache.uima.resource.metadata.impl.TypeSystemDescription_impl extends MetaDataObject_impl implements Serializable

serialVersionUID: -3372766232454730201L

Serialized Fields

mName

java.lang.String mName

mVersion

java.lang.String mVersion

mDescription

java.lang.String mDescription

mVendor

java.lang.String mVendor

mImports

Import[] mImports

mTypes

TypeDescription[] mTypes
Descriptions of all Types in this type system.


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

mValue

java.lang.String mValue

mName

java.lang.String mName

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

Serialized Fields

mFilter

Filter mFilter

mRule

IndexRule mRule

mName

java.lang.String mName

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

Serialized Fields

mAttributes

Attribute[] mAttributes

mName

java.lang.String mName

mAttributeMappings

Mapping[] mAttributeMappings

Package org.apache.uima.tools

Class org.apache.uima.tools.AnnotationFeaturesViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -8028169177689821008L

Serialized Fields

scrollPane

javax.swing.JScrollPane scrollPane

tree

javax.swing.JTree tree

expandAllButton

javax.swing.JButton expandAllButton

collapseAllButton

javax.swing.JButton collapseAllButton

Class org.apache.uima.tools.AnnotationViewerMain extends javax.swing.JFrame implements Serializable

serialVersionUID: -3201723535833938833L

Serialized Fields

uimaHomeDir

java.io.File uimaHomeDir

inputFileSelector

FileSelector inputFileSelector

taeDescriptorFileSelector

FileSelector taeDescriptorFileSelector

viewButton

javax.swing.JButton viewButton

aboutDialog

javax.swing.JDialog aboutDialog

prefs

java.util.prefs.Preferences prefs
Stores user preferences


Package org.apache.uima.tools.cpm

Class org.apache.uima.tools.cpm.AnalysisEnginePanel extends MetaDataPanel implements Serializable

serialVersionUID: -5927337001602381195L

Serialized Fields

shouldRunCheckBox

javax.swing.JCheckBox shouldRunCheckBox

aeSpecifier

ResourceSpecifier aeSpecifier

specifierFile

java.io.File specifierFile

lastFileSyncTimestamp

long lastFileSyncTimestamp

Class org.apache.uima.tools.cpm.ConsumerPanel extends MetaDataPanel implements Serializable

serialVersionUID: -6822046781435538398L

Serialized Fields

casConsumerSpecifier

ResourceSpecifier casConsumerSpecifier

specifierFile

java.io.File specifierFile

lastFileSyncTimestamp

long lastFileSyncTimestamp

Class org.apache.uima.tools.cpm.CpmFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 756368351780483658L

Serialized Fields

cpmPanel

CpmPanel cpmPanel

menuBar

javax.swing.JMenuBar menuBar

exitMenuItem

javax.swing.JMenuItem exitMenuItem

aboutMenuItem

javax.swing.JMenuItem aboutMenuItem

helpMenuItem

javax.swing.JMenuItem helpMenuItem

aboutDialog

javax.swing.JDialog aboutDialog

Class org.apache.uima.tools.cpm.CpmPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -5096300176103368922L

Serialized Fields

openCpeDescMenuItem

javax.swing.JMenuItem openCpeDescMenuItem

saveCpeDescMenuItem

javax.swing.JMenuItem saveCpeDescMenuItem

refreshMenuItem

javax.swing.JMenuItem refreshMenuItem

clearAllMenuItem

javax.swing.JMenuItem clearAllMenuItem

mainSplitPane

javax.swing.JSplitPane mainSplitPane

readerInitializerSplitPane

javax.swing.JSplitPane readerInitializerSplitPane

collectionReaderPanel

org.apache.uima.tools.cpm.CpmPanel.ResetableMetaDataPanel collectionReaderPanel

collectionReaderTitledBorder

javax.swing.border.TitledBorder collectionReaderTitledBorder

casInitializerPanel

org.apache.uima.tools.cpm.CpmPanel.ResetableMetaDataPanel casInitializerPanel

casInitializerTitledBorder

javax.swing.border.TitledBorder casInitializerTitledBorder

readerFileSelector

FileSelector readerFileSelector

casInitializerFileSelector

FileSelector casInitializerFileSelector

aeMainPanel

javax.swing.JPanel aeMainPanel

aeTabbedPane

JTabbedPaneWithCloseIcons aeTabbedPane

moveAeRightButton

javax.swing.JButton moveAeRightButton

moveAeLeftButton

javax.swing.JButton moveAeLeftButton

addAeButton

javax.swing.JButton addAeButton

aeTitledBorder

javax.swing.border.TitledBorder aeTitledBorder

consumersPanel

javax.swing.JPanel consumersPanel

consumerTitledBorder

javax.swing.border.TitledBorder consumerTitledBorder

addConsumerButton

javax.swing.JButton addConsumerButton

moveConsumerRightButton

javax.swing.JButton moveConsumerRightButton

moveConsumerLeftButton

javax.swing.JButton moveConsumerLeftButton

consumerTabbedPane

JTabbedPaneWithCloseIcons consumerTabbedPane

aeSpecifiers

java.util.Vector<E> aeSpecifiers

consumerSpecifiers

java.util.Vector<E> consumerSpecifiers

progressBar

javax.swing.JProgressBar progressBar

transportControlPanel

TransportControlPanel transportControlPanel

startButton

javax.swing.AbstractButton startButton

stopButton

javax.swing.AbstractButton stopButton

statusLabel

javax.swing.JLabel statusLabel

progressTimer

javax.swing.Timer progressTimer

elapsedTime

int elapsedTime

performanceQueryTimer

javax.swing.Timer performanceQueryTimer

collectionReaderDesc

CollectionReaderDescription collectionReaderDesc

casInitializerDesc

CasInitializerDescription casInitializerDesc

mCPE

CollectionProcessingEngine mCPE

indeterminateProgressPause

boolean indeterminateProgressPause

aeFileChooser

javax.swing.JFileChooser aeFileChooser

consumerFileChooser

javax.swing.JFileChooser consumerFileChooser

openSaveFileChooser

javax.swing.JFileChooser openSaveFileChooser

fileChooserRootDir

java.io.File fileChooserRootDir

collectionReaderLastFileSyncTimestamp

long collectionReaderLastFileSyncTimestamp

casInitializerLastFileSyncTimestamp

long casInitializerLastFileSyncTimestamp

lastFileSyncUserPromptTime

long lastFileSyncUserPromptTime

prefs

java.util.prefs.Preferences prefs
Stores user preferences


mShuttingDown

boolean mShuttingDown

mPaused

boolean mPaused

selectedComponentsChanged

boolean selectedComponentsChanged

viewCasInitializerPanelMenuItem

javax.swing.JMenuItem viewCasInitializerPanelMenuItem

currentCpeDesc

CpeDescription currentCpeDesc

defaultResourceManager

ResourceManager defaultResourceManager

saveUsingImports

boolean saveUsingImports

saveUsingImportMenuItem

javax.swing.JCheckBoxMenuItem saveUsingImportMenuItem

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

metaData

ResourceMetaData metaData

fieldsList

java.util.ArrayList<E> fieldsList

Class org.apache.uima.tools.cpm.PerformanceReportDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 7747258424181047062L

Serialized Fields

statusLabel

javax.swing.JLabel statusLabel

docsProcessedLabel

javax.swing.JLabel docsProcessedLabel

totalTimeLabel

javax.swing.JLabel totalTimeLabel

tree

javax.swing.JTree tree

mEventTypeMap

java.util.Map<K,V> mEventTypeMap

Package org.apache.uima.tools.cvd

Class org.apache.uima.tools.cvd.AnnotationDisplayCustomizationFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -6695661439132793537L

Serialized Fields

splitPane

javax.swing.JSplitPane splitPane

fgColor

java.awt.Color fgColor

bgColor

java.awt.Color bgColor

fgIcon

ColorIcon fgIcon

bgIcon

ColorIcon bgIcon

textPane

javax.swing.JTextPane textPane

currentStyle

javax.swing.text.Style currentStyle

currentTypeName

java.lang.String currentTypeName

acceptButton

javax.swing.JButton acceptButton

cancelButton

javax.swing.JButton cancelButton

styleMap

java.util.Map<K,V> styleMap

tree

javax.swing.JTree tree

Class org.apache.uima.tools.cvd.AutoFoldingMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

maxSize

int maxSize

count

int count

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

textArea

javax.swing.JTextArea textArea

indexTree

javax.swing.JTree indexTree

fsTree

javax.swing.JTree fsTree

statusPanel

javax.swing.JPanel statusPanel

statusBar

javax.swing.JTextField statusBar

fileStatus

javax.swing.JTextField fileStatus

aeStatus

javax.swing.JTextField aeStatus

caretStatus

javax.swing.JTextField caretStatus

textTitleBorder

javax.swing.border.Border textTitleBorder

isDirty

boolean isDirty

textScrollPane

javax.swing.JScrollPane textScrollPane

indexTreeScrollPane

javax.swing.JScrollPane indexTreeScrollPane

fsTreeScrollPane

javax.swing.JScrollPane fsTreeScrollPane

fileMenu

javax.swing.JMenu fileMenu

fileSaveItem

javax.swing.JMenuItem fileSaveItem

editMenu

javax.swing.JMenu editMenu

undoItem

javax.swing.JMenuItem undoItem

undoMgr

UndoMgr undoMgr

cutAction

javax.swing.Action cutAction

copyAction

javax.swing.Action copyAction

allAnnotationViewerItem

javax.swing.JMenuItem allAnnotationViewerItem

acdItem

javax.swing.JMenuItem acdItem

tsViewerItem

javax.swing.JMenuItem tsViewerItem

reRunMenu

javax.swing.JMenuItem reRunMenu

runCPCMenu

javax.swing.JMenuItem runCPCMenu

runOnCasMenuItem

javax.swing.JMenuItem runOnCasMenuItem

showPerfReportItem

javax.swing.JMenuItem showPerfReportItem

textPopup

javax.swing.JPopupMenu textPopup

xcasReadItem

javax.swing.JMenuItem xcasReadItem

xcasWriteItem

javax.swing.JMenuItem xcasWriteItem

xmiCasReadItem

javax.swing.JMenuItem xmiCasReadItem

xmiCasWriteItem

javax.swing.JMenuItem xmiCasWriteItem

typeSystemWriteItem

javax.swing.JMenuItem typeSystemWriteItem

typeSystemReadItem

javax.swing.JMenuItem typeSystemReadItem

recentTextFileMenu

javax.swing.JMenu recentTextFileMenu

recentDescFileMenu

javax.swing.JMenu recentDescFileMenu

iniFile

java.io.File iniFile

codePages

java.util.List<E> codePages

codePage

java.lang.String codePage

cpMenu

javax.swing.JMenu cpMenu

cpButtons

javax.swing.ButtonGroup cpButtons

languagePrefsList

java.lang.String languagePrefsList

languages

java.util.List<E> languages

langMenu

javax.swing.JMenu langMenu

langButtons

javax.swing.ButtonGroup langButtons

language

java.lang.String language

textFile

java.io.File textFile

fileOpenDir

java.io.File fileOpenDir

annotOpenDir

java.io.File annotOpenDir

xcasFileOpenDir

java.io.File xcasFileOpenDir

colorSettingsDir

java.io.File colorSettingsDir

indexLabel

java.lang.String indexLabel

index

FSIndex<T extends FeatureStructure> index

isAnnotationIndex

boolean isAnnotationIndex

cas

CAS cas

aeDescriptorFile

java.io.File aeDescriptorFile

ae

AnalysisEngine ae

logFile

java.io.File logFile

log

Logger log

colorSettingFile

java.io.File colorSettingFile

preferences

java.util.Properties preferences

lastRunProcessTrace

ProcessTrace lastRunProcessTrace

styleMap

java.util.Map<K,V> styleMap

recentTextFiles

RecentFilesList recentTextFiles

textFileNameList

java.util.List<E> textFileNameList

recentDescFiles

RecentFilesList recentDescFiles

descFileNameList

java.util.List<E> descFileNameList

cursorOwningComponents

java.util.List<E> cursorOwningComponents

cursorCache

java.util.List<E> cursorCache

dataPathName

java.lang.String dataPathName

sofaSelectionComboBox

javax.swing.JComboBox sofaSelectionComboBox

sofaSelectionPanel

javax.swing.JPanel sofaSelectionPanel

exitOnClose

boolean exitOnClose

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

ts

TypeSystem ts

selectedType

Type selectedType

featureTable

javax.swing.JTable featureTable

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

tempDir

java.io.File tempDir

annotationViewGenerator

AnnotationViewGenerator annotationViewGenerator

styleMapEditor

StyleMapEditor styleMapEditor

med1

PrefsMediator med1

styleMapFile

java.io.File styleMapFile

analyzedResultsList

javax.swing.JList analyzedResultsList

inputDirPath

java.lang.String inputDirPath

typeSystem

TypeSystem typeSystem

typesToDisplay

java.lang.String[] typesToDisplay

javaViewerRB

javax.swing.JRadioButton javaViewerRB

javaViewerUCRB

javax.swing.JRadioButton javaViewerUCRB

htmlRB

javax.swing.JRadioButton htmlRB

xmlRB

javax.swing.JRadioButton xmlRB

cas

CAS cas

processedStyleMap

boolean processedStyleMap

defaultCasViewName

java.lang.String defaultCasViewName

Class org.apache.uima.tools.docanalyzer.DocumentAnalyzer extends javax.swing.JFrame implements Serializable

serialVersionUID: 8795969283257780425L

Serialized Fields

inputFileSelector

FileSelector inputFileSelector

outputFileSelector

FileSelector outputFileSelector

xmlFileSelector

FileSelector xmlFileSelector

outputFileSelected

java.lang.String outputFileSelected

runParametersField

javax.swing.JTextField runParametersField

languageComboBox

javax.swing.JComboBox languageComboBox

encodingComboBox

javax.swing.JComboBox encodingComboBox

progressMonitor

javax.swing.ProgressMonitor progressMonitor

currentTypeSystem

TypeSystem currentTypeSystem

currentTaeOutputTypes

java.lang.String[] currentTaeOutputTypes

userStyleMapFile

java.io.File userStyleMapFile

useGeneratedStyleMap

boolean useGeneratedStyleMap

collectionReader

FileSystemCollectionReader collectionReader

mCPM

CollectionProcessingManager mCPM

interactiveTempFN

java.lang.String interactiveTempFN

aboutDialog

javax.swing.JDialog aboutDialog

numDocs

int numDocs

numDocsProcessed

int numDocsProcessed

outputDirectory

java.io.File outputDirectory
Directory in which this program will write its output files.


runButton

javax.swing.JButton runButton

interButton

javax.swing.JButton interButton

interactive

boolean interactive

javaViewerRB

javax.swing.JRadioButton javaViewerRB

javaViewerUCRB

javax.swing.JRadioButton javaViewerUCRB

htmlRB

javax.swing.JRadioButton htmlRB

xmlRB

javax.swing.JRadioButton xmlRB

analyzeInputDialog

javax.swing.JDialog analyzeInputDialog

javaViewerRBisSelected

boolean javaViewerRBisSelected

javaViewerUCRBisSelected

boolean javaViewerUCRBisSelected

prefsMed

PrefsMediator prefsMed

statsString

java.lang.String statsString

taeDescFile

java.io.File taeDescFile

taeDescFileName

java.lang.String taeDescFileName

aeSpecifierFile

java.io.File aeSpecifierFile

cas

CAS cas

progressTimer

javax.swing.Timer progressTimer

usingXmlDetagger

boolean usingXmlDetagger

Class org.apache.uima.tools.docanalyzer.FileSelector extends javax.swing.JPanel implements Serializable

serialVersionUID: -8710960143421949274L

Serialized Fields

field

javax.swing.JTextField field

browseButton

org.apache.uima.tools.docanalyzer.FileSelector.BrowseButton browseButton

fileChooser

javax.swing.JFileChooser fileChooser

fileSelectorListener

FileSelectorListener fileSelectorListener

previousValue

java.lang.String previousValue

externalFl

java.awt.event.FocusListener externalFl

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

pearFileTextField

javax.swing.JTextField pearFileTextField

browseButton

javax.swing.JButton browseButton

browseDirButton

javax.swing.JButton browseDirButton

installButton

javax.swing.JButton installButton

menuBar

javax.swing.JMenuBar menuBar

fileMenuItem

javax.swing.JMenuItem fileMenuItem

helpMenuItem

javax.swing.JMenuItem helpMenuItem

aboutMenuItem

javax.swing.JMenuItem aboutMenuItem

fileMenu

javax.swing.JMenu fileMenu

helpMenu

javax.swing.JMenu helpMenu

helpButton

javax.swing.JButton helpButton

Package org.apache.uima.tools.stylemap

Class org.apache.uima.tools.stylemap.AnnotationFeaturesViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -2455669190592868013L

Serialized Fields

scrollPane

javax.swing.JScrollPane scrollPane

tree

javax.swing.JTree tree

expandAllButton

javax.swing.JButton expandAllButton

collapseAllButton

javax.swing.JButton collapseAllButton

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

buttonPress

boolean buttonPress

populated

boolean populated

annotationFeaturesViewer

AnnotationFeaturesViewer annotationFeaturesViewer

addTableEntryButton

ImageButton addTableEntryButton

tableModel

StyleMapTableModel tableModel

annotationsTable

StyleMapTable annotationsTable

styleList

java.util.ArrayList<E> styleList

removeTableRowButton

ImageButton removeTableRowButton

moveRowUpButton

ImageButton moveRowUpButton

moveRowDownButton

ImageButton moveRowDownButton

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

resetButton

javax.swing.JButton resetButton

styleMapEditorDialog

javax.swing.JDialog styleMapEditorDialog

colorNameMap

java.util.HashMap<K,V> colorNameMap

analysisEngineMetaData

AnalysisEngineMetaData analysisEngineMetaData

ae

AnalysisEngineDescription ae

med

TableGUIMediator med

data

java.lang.Object[][] data

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

v

java.util.Vector<E> v

columnNames

java.lang.String[] columnNames

DEBUG

boolean DEBUG

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

field

javax.swing.JTextField field

browseButton

org.apache.uima.tools.util.gui.FileSelector.BrowseButton browseButton

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.


source

javax.swing.JComponent source

fileSelectorListener

FileSelectorListener fileSelectorListener

previousValue

java.lang.String previousValue

initialDir

java.io.File initialDir

fileChooserTitle

java.lang.String fileChooserTitle

selectionMode

int selectionMode

filter

javax.swing.filechooser.FileFilter filter

Class org.apache.uima.tools.util.gui.FormPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 6935744171267722900L

Serialized Fields

gbl

java.awt.GridBagLayout gbl

gbc

java.awt.GridBagConstraints gbc

regularInsets

java.awt.Insets regularInsets

checkBoxInsets

java.awt.Insets checkBoxInsets

nrColumns

int nrColumns

gridBagPanel

javax.swing.JPanel gridBagPanel

componentIndex

int componentIndex

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

listModel

javax.swing.DefaultListModel listModel

list

javax.swing.JList list

addField

javax.swing.JTextField addField

addButton

org.apache.uima.tools.util.gui.ListSelector.SmallButton addButton

removeButton

org.apache.uima.tools.util.gui.ListSelector.SmallButton removeButton

moveUpButton

ImageButton moveUpButton

moveDownButton

ImageButton moveDownButton

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

playButton

org.apache.uima.tools.util.gui.TransportControlPanel.ToggleButton playButton

pauseButton

org.apache.uima.tools.util.gui.TransportControlPanel.ToggleButton pauseButton

stopButton

org.apache.uima.tools.util.gui.TransportControlPanel.ToggleButton stopButton

invisibleButton

javax.swing.JToggleButton invisibleButton

lastButtonSelected

org.apache.uima.tools.util.gui.TransportControlPanel.ToggleButton lastButtonSelected

allowStop

boolean allowStop

controlListener

TransportControlListener controlListener

Package org.apache.uima.tools.viewer

Class org.apache.uima.tools.viewer.CasAnnotationViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 3559118488371946999L

Serialized Fields

userTypes

java.util.ArrayList<E> userTypes

mTypeNameToColorMap

java.util.Map<K,V> mTypeNameToColorMap

noCheckSet

java.util.HashSet<E> noCheckSet

mHighFrequencyTypes

java.util.List<E> mHighFrequencyTypes

mDisplayedTypeNames

java.util.Set<E> mDisplayedTypeNames

mHiddenTypeNames

java.util.Set<E> mHiddenTypeNames

mInitiallySelectedTypeNames

java.util.Set<E> mInitiallySelectedTypeNames

mTypeToCheckboxMap

java.util.Map<K,V> mTypeToCheckboxMap

mEntityToCheckboxMap

java.util.Map<K,V> mEntityToCheckboxMap

mCAS

CAS mCAS

mStringType

Type mStringType

mFsArrayType

Type mFsArrayType

mConsistentColors

boolean mConsistentColors

mHiddenFeatureNames

java.util.Set<E> mHiddenFeatureNames

mEntityViewEnabled

boolean mEntityViewEnabled

mViewMode

short mViewMode

mHideUnselectedCheckboxes

boolean mHideUnselectedCheckboxes

horizSplitPane

javax.swing.JSplitPane horizSplitPane

vertSplitPane

javax.swing.JSplitPane vertSplitPane

textScrollPane

javax.swing.JScrollPane textScrollPane

textPane

javax.swing.JTextPane textPane

legendPanel

javax.swing.JPanel legendPanel

legendLabel

javax.swing.JLabel legendLabel

legendScrollPane

javax.swing.JScrollPane legendScrollPane

annotationCheckboxPanel

javax.swing.JPanel annotationCheckboxPanel

entityCheckboxPanel

javax.swing.JPanel entityCheckboxPanel

buttonPanel

javax.swing.JPanel buttonPanel

selectAllButton

javax.swing.JButton selectAllButton

deselectAllButton

javax.swing.JButton deselectAllButton

showHideUnselectedButton

javax.swing.JButton showHideUnselectedButton

selectedAnnotationTree

javax.swing.JTree selectedAnnotationTree

selectedAnnotationTreeModel

javax.swing.tree.DefaultTreeModel selectedAnnotationTreeModel

viewModePanel

javax.swing.JPanel viewModePanel

annotationModeButton

javax.swing.JRadioButton annotationModeButton

entityModeButton

javax.swing.JRadioButton entityModeButton

mBoldfaceKeywords

java.lang.String[] mBoldfaceKeywords

mBoldfaceSpans

int[] mBoldfaceSpans

sofaSelectionPanel

javax.swing.JPanel sofaSelectionPanel

sofaSelectionComboBox

javax.swing.JComboBox sofaSelectionComboBox

mEntityResolver

EntityResolver mEntityResolver

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

splitPane

javax.swing.JSplitPane splitPane

tree

javax.swing.JTree tree

rightPanel

javax.swing.JPanel rightPanel

annotationTypeLabel

javax.swing.JLabel annotationTypeLabel

annotationTextPane

javax.swing.JTextPane annotationTextPane

featureTable

javax.swing.JTable featureTable

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.InvalidXMLException extends UIMAException implements Serializable

serialVersionUID: 4470343379909952803L

Class org.apache.uima.util.NameClassPair extends java.lang.Object implements Serializable

serialVersionUID: 3235061764523410003L

Serialized Fields

mName

java.lang.String mName
A name


mClassName

java.lang.String mClassName
A class name

Class org.apache.uima.util.ProgressImpl extends java.lang.Object implements Serializable

serialVersionUID: -1436588781274530622L

Serialized Fields

mUnitType

java.lang.String mUnitType

mCompleted

long mCompleted

mTotal

long mTotal

mApproximate

boolean mApproximate

Package org.apache.uima.util.impl

Class org.apache.uima.util.impl.ProcessTrace_impl extends java.lang.Object implements Serializable

serialVersionUID: 7566277176545062757L

Serialized Fields

mEventList

java.util.List<E> mEventList
List of closed events.


mOpenEvents

java.util.Stack<E> mOpenEvents
Stack of open events.


mTimer

UimaTimer mTimer
Timer class used to get timing information.


mEnabled

boolean mEnabled
Indicates whether process trace is enabled.

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.


mType

java.lang.String mType
Type of 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.


mSubEvents

java.util.List<E> mSubEvents
List of sub-events of this event. (Initialized lazily.)


mStartTime

long mStartTime
Start time 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



Copyright © 2012. All Rights Reserved.