Uses of Interface
org.apache.uima.util.XMLizable
-
Packages that use XMLizable Package Description org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl org.apache.uima.analysis_engine.metadata Interfaces for objects that represent metadata for an Analysis Engine.org.apache.uima.analysis_engine.metadata.impl org.apache.uima.collection Classes and interfaces for collection processing.org.apache.uima.collection.impl org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.flow org.apache.uima.flow.impl org.apache.uima.resource Interfaces forResources
andResourceSpecifiers
.org.apache.uima.resource.impl org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl org.apache.uima.search Standard UIMA interfaces for indexing and search.org.apache.uima.search.impl Search engine-independent indexing classes.org.apache.uima.util Utility classes and interfaces used by UIMA components.org.apache.uima.util.impl -
-
Uses of XMLizable in org.apache.uima.analysis_engine
Subinterfaces of XMLizable in org.apache.uima.analysis_engine Modifier and Type Interface Description interface
AnalysisEngineDescription
AnAnalysisEngineDescription
contains all of the information needed to instantiate and use anAnalysisEngine
.interface
ResultSpecification
AResultSpecification
is a set of desired outputs from a Analysis Engine or Annotator.interface
TaeDescription
Deprecated.As of v2.0,AnalysisEngineDescription
should be used instead.interface
TypeOrFeature
A reference to a Type or Feature in the Analysis Engine's TypeSystem. -
Uses of XMLizable in org.apache.uima.analysis_engine.impl
Classes in org.apache.uima.analysis_engine.impl that implement XMLizable Modifier and Type Class Description class
AnalysisEngineDescription_impl
Reference implementation ofAnalysisEngineDescription
.class
ResultSpecification_impl
Reference implementation ofResultSpecification
.class
TaeDescription_impl
Deprecated.since v2.0class
TypeOrFeature_impl
Reference implementation ofTypeOrFeature
. -
Uses of XMLizable in org.apache.uima.analysis_engine.metadata
Subinterfaces of XMLizable in org.apache.uima.analysis_engine.metadata Modifier and Type Interface Description interface
AnalysisEngineMetaData
Encapsulates all of the metadata for an Analysis Engine.interface
CapabilityLanguageFlow
ACapabilityLanguageFlow
is a simple type ofFlowConstraints
that specifies the complete flow as a capabilityLanguage sequence.interface
FixedFlow
AFixedFlow
is a simple type ofFlowConstraints
that specifies the complete flow as a fixed sequence.interface
FlowConstraints
AFlowConstraints
object represents constraints on the order of execution of delegate Analysis Engines within an aggregate Analysis Engine.interface
FlowControllerDeclaration
Declares which FlowController is used by the Aggregate Analysis Engine.interface
SofaMapping
Sofa Name mapping is required to connect the output Sofas from one component to the input Sofa of another component. -
Uses of XMLizable in org.apache.uima.analysis_engine.metadata.impl
Classes in org.apache.uima.analysis_engine.metadata.impl that implement XMLizable Modifier and Type Class Description class
AnalysisEngineMetaData_impl
Reference implementation ofAnalysisEngineMetaData
.class
CapabilityLanguageFlow_impl
ACapabilityLanguageFlow
is a simple type ofFlowConstraints
that specifies the complete flow as a capabilityLanguage sequence.class
FixedFlow_impl
Reference implementation ofFixedFlow
.class
FlowControllerDeclaration_impl
Declares which FlowController is used by the Aggregate Analysis Engine.class
SofaMapping_impl
Implementation ofSofaMapping
. -
Uses of XMLizable in org.apache.uima.collection
Subinterfaces of XMLizable in org.apache.uima.collection Modifier and Type Interface Description interface
CasConsumerDescription
AnCasConsumerDescription
contains all of the information needed to instantiate and use anCasConsumer
.interface
CasInitializerDescription
Deprecated.As of v2.0, CAS Initializers are deprecated.interface
CollectionReaderDescription
AnCollectionReaderDescription
contains all of the information needed to instantiate and use anCollectionReader
. -
Uses of XMLizable in org.apache.uima.collection.impl
Classes in org.apache.uima.collection.impl that implement XMLizable Modifier and Type Class Description class
CasConsumerDescription_impl
class
CasInitializerDescription_impl
Deprecated.As of v2.0, CAS Initializers are deprecated.class
CollectionReaderDescription_impl
-
Uses of XMLizable in org.apache.uima.collection.impl.metadata.cpe
-
Uses of XMLizable in org.apache.uima.collection.metadata
Subinterfaces of XMLizable in org.apache.uima.collection.metadata Modifier and Type Interface Description interface
CasProcessorDeploymentParam
An object that holds configuration information used for building CPE Descriptor.interface
CasProcessorErrorHandling
An object to contains configuration specific to error handling applicable to every CasProcossor.interface
CasProcessorErrorRateThreshold
An object to contains configuration specific to error handling applicable to every CasProcessor.interface
CasProcessorExecArg
An object containing an arbitrary value that will passed to a program launched by the CPE.interface
CasProcessorExecutable
An object containing configuration for a program that the CPE will use to launch CasProcessor.interface
CasProcessorFilter
Object containing a filter expression used by the CPE to route CAS's to CasProcessor.interface
CasProcessorMaxRestarts
An object that holds configuration related to handling max restarts for CasProcessors.interface
CasProcessorRunInSeperateProcess
An object that holds configuration that is part of the CPE descriptor.interface
CasProcessorRuntimeEnvParam
An object that holds configuration that is part of the CPE descriptor.interface
CasProcessorTimeout
An object that holds configuration that is part of the CPE descriptor.interface
CpeCasProcessor
An object that holds configuration that is part of the CPE descriptor.interface
CpeCasProcessors
An object that holds configuration that is part of the CPE descriptor.interface
CpeCheckpoint
An object that holds configuration that is part of the CPE descriptor.interface
CpeCollectionReader
An object that holds configuration that is part of the CPE descriptor.interface
CpeCollectionReaderCasInitializer
Deprecated.As of v2.0 CAS Initializers are deprecated.interface
CpeCollectionReaderIterator
An object that holds configuration that is part of the CPE descriptor.interface
CpeComponentDescriptor
An object that holds configuration that is part of the CPE descriptor.interface
CpeConfiguration
An object that holds configuration that is part of the CPE descriptor.interface
CpeDescription
Java representation of a Collection Processing Engine (CPE) XML descriptor.interface
CpeInclude
An object that holds configuration that is part of the CPE descriptor.interface
CpeIntegratedCasProcessor
An object that holds configuration that is part of the CPE descriptor.interface
CpeLocalCasProcessor
An object that holds configuration that is part of the CPE descriptor.interface
CpeRemoteCasProcessor
An object that holds configuration that is part of the CPE descriptor.interface
CpeResourceManagerConfiguration
An object that holds configuration that is part of the CPE descriptor.interface
CpeSofaMapping
interface
CpeSofaMappings
interface
OutputQueue
An object that holds configuration that is part of the CPE descriptor. -
Uses of XMLizable in org.apache.uima.flow
Subinterfaces of XMLizable in org.apache.uima.flow Modifier and Type Interface Description interface
FlowControllerDescription
AFlowControllerDescription
contains all of the information needed to instantiate and use aFlowController
. -
Uses of XMLizable in org.apache.uima.flow.impl
Classes in org.apache.uima.flow.impl that implement XMLizable Modifier and Type Class Description class
FlowControllerDescription_impl
Implementation ofFlowControllerDescription
. -
Uses of XMLizable in org.apache.uima.resource
Subinterfaces of XMLizable in org.apache.uima.resource Modifier and Type Interface Description interface
ConfigurableDataResourceSpecifier
A type ofResourceSpecifier
that locates a resource file using its URL.interface
CustomResourceSpecifier
A type ofResourceSpecifier
that specifically names the Java class that should be created.interface
ExternalResourceDependency
AnExternalResourceDependency
object describes an resources's requirements on an external resource.interface
ExternalResourceDescription
AnExternalResourceDescription
object describes a resource that is loaded in theResourceManager
and may be shared between components.interface
FileLanguageResourceSpecifier
A type ofResourceSpecifier
that locates a resource file using its URL, where the URL depends on an ISO language identifier.interface
FileResourceSpecifier
A type ofResourceSpecifier
that locates a resource file using its URL.interface
JMSMessagingSpecifier
interface
MailMessagingSpecifier
interface
MessagingSpecifier
interface
MQMessagingSpecifier
interface
Parameter
A general parameter having a name and a value, which are both strings.interface
PearSpecifier
A type ofResourceSpecifier
that locate an installed pearResource
.interface
ResourceCreationSpecifier
AResourceCreationSpecifier
is the supertype ofAnalysisEngineDescription
,CasConsumerDescription
,CollectionReaderDescription
, andCasInitializerDescription
.interface
ResourceServiceSpecifier
AResourceServiceSpecifier
is a type ofResourceSpecifier
that contains information that can be used to locate an existing resource available as a service.interface
ResourceSpecifier
AResourceSpecifier
contains information that can be used acquire a reference to aResource
, whether that is done by instantiating the resource locally or locating an existing resource available as a service.interface
ResourceSpecifierList
A type ofResourceSpecifier
that is an aggregate of otherResourceSpecifier
s.interface
URISpecifier
A type ofResourceSpecifier
that locates an existingResource
service by its URI.Methods in org.apache.uima.resource that return types with arguments of type XMLizable Modifier and Type Method Description java.util.Map<java.lang.String,XMLizable>
ResourceManager. getImportCache()
Deprecated.Intended just for internal use. -
Uses of XMLizable in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement XMLizable Modifier and Type Class Description class
ConfigurableDataResourceSpecifier_impl
Reference implementation ofFileResourceSpecifier
.class
CustomResourceSpecifier_impl
Implementation ofCustomResourceSpecifier
.class
ExternalResourceDependency_impl
Reference implementation ofExternalResourceDependency
.class
ExternalResourceDescription_impl
Reference implementation ofAnalysisEngineDescription
.class
FileLanguageResourceSpecifier_impl
Reference implementation ofFileLanguageResourceSpecifier
.class
FileResourceSpecifier_impl
Reference implementation ofFileResourceSpecifier
.class
Parameter_impl
class
PearSpecifier_impl
Reference implementation ofPearSpecifier
.class
ResourceCreationSpecifier_impl
Reference implementation ofResourceCreationSpecifier
.class
URISpecifier_impl
Reference implementation ofURISpecifier
.Methods in org.apache.uima.resource.impl that return types with arguments of type XMLizable Modifier and Type Method Description java.util.Map<java.lang.String,XMLizable>
ResourceManager_impl. getImportCache()
-
Uses of XMLizable in org.apache.uima.resource.metadata
Subinterfaces of XMLizable in org.apache.uima.resource.metadata Modifier and Type Interface Description interface
AllowedValue
Represents an allowed value for an "enumerated" type.interface
Capability
ACapability
defines an operation that an Resource can carry out.interface
ConfigurationGroup
A group ofConfigurationParameter
s.interface
ConfigurationParameter
Completely specifies a configuration parameter on a UIMA resource.interface
ConfigurationParameterDeclarations
The declarations of configuration parameters in a Resource.interface
ConfigurationParameterSettings
The values forConfigurationParameter
s in a Resource.interface
ExternalResourceBinding
Binds anExternalResourceDependency
to anExternalResourceDescription
.interface
FeatureDescription
A description of a CAS feature.interface
FsIndexCollection
Description of a collection of CAS feature structure indexes.interface
FsIndexDescription
A description of a CAS feature structure index.interface
FsIndexKeyDescription
A description of a key defining a CAS feature structure index.interface
Import
An import declaration.interface
LanguagePrecondition
A precondition on the language of the document.interface
MetaDataObject
An object used to represent metadata of aResource
.interface
MimeTypePrecondition
A precondition on the MIME Type of the entity.interface
NameValuePair
A type ofMetaDataObject
that stores a name (String) and value (Object).interface
Precondition
APrecondition
of a Resource is a condition that an Entity and/or its analysis in theCAS
must satisfy before that Entity can be processed by the Resource.interface
ProcessingResourceMetaData
interface
ResourceManagerConfiguration
Defines a set of external resources and their bindings toExternalResourceDependencies
.interface
ResourceMetaData
Encapsulates all metadata for aResource
.interface
SimplePrecondition
SimplePrecondition
defines a few simple conditions that can be evaluated against aCAS
.interface
TypeDescription
A description of a CAS Type.interface
TypePriorities
A declaration of priorities between CAS Types.interface
TypePriorityList
Declares a relative priority between CAS types.interface
TypeSystemDescription
Description of a CAS TypeSystem. -
Uses of XMLizable in org.apache.uima.resource.metadata.impl
-
Uses of XMLizable in org.apache.uima.search
Subinterfaces of XMLizable in org.apache.uima.search Modifier and Type Interface Description interface
Attribute
A simple name, value pair that is specified as part of aStyle
to further define its behavior.interface
Filter
Specifies a constraint that matches against annotations in the CAS.interface
IndexBuildItem
An individual item within aIndexBuildSpecification
.interface
IndexBuildSpecification
Determines how aCAS
get indexed with a UIMA-compliant search engine.interface
IndexRule
A rule that specifies indexing behavior.interface
Style
An indexing style. -
Uses of XMLizable in org.apache.uima.search.impl
Classes in org.apache.uima.search.impl that implement XMLizable Modifier and Type Class Description class
Attribute_impl
class
Filter_impl
class
IndexBuildItem_impl
class
IndexBuildSpecification_impl
class
IndexRule_impl
class
Mapping_impl
class
Style_impl
-
Uses of XMLizable in org.apache.uima.util
Methods in org.apache.uima.util that return XMLizable Modifier and Type Method Description XMLizable
XMLParser. buildObject(org.w3c.dom.Element aElement)
Builds an object from its XML DOM representation.XMLizable
XMLParser. buildObject(org.w3c.dom.Element aElement, XMLParser.ParsingOptions aOptions)
Builds an object from its XML DOM representation.XMLizable
SaxDeserializer. getObject()
Retrieves theXMLizable
object that has been built from the SAX events this object has already received.XMLizable
XMLParser. parse(XMLInputSource aInput)
Parses an XML input stream and produces an object.XMLizable
XMLParser. parse(XMLInputSource aInput, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl)
Parses an XML input stream and produces an object.XMLizable
XMLParser. parse(XMLInputSource aInput, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl, XMLParser.ParsingOptions aOptions)
Parses an XML input stream and produces an object.XMLizable
XMLParser. parse(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
Parses an XML input stream and produces an object. -
Uses of XMLizable in org.apache.uima.util.impl
Fields in org.apache.uima.util.impl with type parameters of type XMLizable Modifier and Type Field Description protected java.util.Map<java.lang.String,java.lang.Class<? extends XMLizable>>
XMLParser_impl. mElementToClassMap
Map from XML element names to Class objects.Methods in org.apache.uima.util.impl that return XMLizable Modifier and Type Method Description XMLizable
XMLParser_impl. buildObject(org.w3c.dom.Element aElement)
Builds an object from its XML DOM representation.XMLizable
XMLParser_impl. buildObject(org.w3c.dom.Element aElement, XMLParser.ParsingOptions aOptions)
Builds an object from its XML DOM representation.XMLizable
SaxDeserializer_impl. getObject()
XMLizable
XMLParser_impl. parse(XMLInputSource aInput)
Parses an XML input stream and produces an object.XMLizable
XMLParser_impl. parse(XMLInputSource aInput, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl)
Parses an XML input stream and produces an object.XMLizable
XMLParser_impl. parse(XMLInputSource aInput, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl, XMLParser.ParsingOptions aOptions)
Parses an XML input stream and produces an object.XMLizable
XMLParser_impl. parse(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
-