Uses of Interface
org.apache.uima.util.XMLizable
Package
Description
The Analysis Engine interface, along with supporting
interfaces and exception classes.
Interfaces for objects that represent metadata for an
Analysis Engine.
Classes and interfaces for collection processing.
Java object representation of a CPE Descriptor.
Interfaces for
Resources
and ResourceSpecifiers
.Interfaces for objects that represent metadata for a
Resource.
Standard UIMA interfaces for indexing and search.
Search engine-independent indexing classes.
Utility classes and interfaces used by UIMA components.
-
Uses of XMLizable in org.apache.uima.analysis_engine
Modifier and TypeInterfaceDescriptioninterface
AnAnalysisEngineDescription
contains all of the information needed to instantiate and use anAnalysisEngine
.interface
AResultSpecification
is a set of desired outputs from a Analysis Engine or Annotator.interface
Deprecated.interface
A reference to a Type or Feature in the Analysis Engine's TypeSystem. -
Uses of XMLizable in org.apache.uima.analysis_engine.impl
Modifier and TypeClassDescriptionclass
Reference implementation ofAnalysisEngineDescription
.final class
Reference implementation ofResultSpecification
.class
Deprecated.since v2.0class
Reference implementation ofTypeOrFeature
. -
Uses of XMLizable in org.apache.uima.analysis_engine.metadata
Modifier and TypeInterfaceDescriptioninterface
Encapsulates all of the metadata for an Analysis Engine.interface
ACapabilityLanguageFlow
is a simple type ofFlowConstraints
that specifies the complete flow as a capabilityLanguage sequence.interface
AFixedFlow
is a simple type ofFlowConstraints
that specifies the complete flow as a fixed sequence.interface
AFlowConstraints
object represents constraints on the order of execution of delegate Analysis Engines within an aggregate Analysis Engine.interface
Declares which FlowController is used by the Aggregate Analysis Engine.interface
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
Modifier and TypeClassDescriptionclass
Reference implementation ofAnalysisEngineMetaData
.class
ACapabilityLanguageFlow
is a simple type ofFlowConstraints
that specifies the complete flow as a capabilityLanguage sequence.class
Reference implementation ofFixedFlow
.class
Declares which FlowController is used by the Aggregate Analysis Engine.class
Implementation ofSofaMapping
. -
Uses of XMLizable in org.apache.uima.collection
Modifier and TypeInterfaceDescriptioninterface
AnCasConsumerDescription
contains all of the information needed to instantiate and use anCasConsumer
.interface
Deprecated.As of v2.0, CAS Initializers are deprecated.interface
AnCollectionReaderDescription
contains all of the information needed to instantiate and use anCollectionReader
. -
Uses of XMLizable in org.apache.uima.collection.impl
Modifier and TypeClassDescriptionclass
class
Deprecated.As of v2.0, CAS Initializers are deprecated.class
-
Uses of XMLizable in org.apache.uima.collection.metadata
Modifier and TypeInterfaceDescriptioninterface
An object that holds configuration information used for building CPE Descriptor.interface
An object to contains configuration specific to error handling applicable to every CasProcossor.interface
An object to contains configuration specific to error handling applicable to every CasProcessor.interface
An object containing an arbitrary value that will passed to a program launched by the CPE.interface
An object containing configuration for a program that the CPE will use to launch CasProcessor.interface
Object containing a filter expression used by the CPE to route CAS's to CasProcessor.interface
An object that holds configuration related to handling max restarts for CasProcessors.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
Deprecated.As of v2.0 CAS Initializers are deprecated.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
Java representation of a Collection Processing Engine (CPE) XML descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
interface
interface
An object that holds configuration that is part of the CPE descriptor. -
Uses of XMLizable in org.apache.uima.flow
Modifier and TypeInterfaceDescriptioninterface
AFlowControllerDescription
contains all of the information needed to instantiate and use aFlowController
. -
Uses of XMLizable in org.apache.uima.flow.impl
-
Uses of XMLizable in org.apache.uima.json
Modifier and TypeMethodDescriptionstatic void
JsonMetaDataSerializer.toJSON
(XMLizable object, com.fasterxml.jackson.core.JsonGenerator jg, boolean isFormattedOutput) Serialize use a specific instance of a JsonGenerator which encapsulates where the output goesstatic void
static void
static void
JsonMetaDataSerializer.toJSON
(XMLizable object, OutputStream aOutputStream) Writes out this object's JSON representation.static void
JsonMetaDataSerializer.toJSON
(XMLizable object, OutputStream aOutputStream, boolean isFormattedOutput) static void
Serialize to a writerstatic void
Serialize to a writer -
Uses of XMLizable in org.apache.uima.resource
Modifier and TypeInterfaceDescriptioninterface
A type ofResourceSpecifier
that locates a resource file using its URL.interface
A type ofResourceSpecifier
that specifically names the Java class that should be created.interface
AnExternalResourceDependency
object describes an resources's requirements on an external resource.interface
AnExternalResourceDescription
object describes a resource that is loaded in theResourceManager
and may be shared between components.interface
A type ofResourceSpecifier
that locates a resource file using its URL, where the URL depends on an ISO language identifier.interface
A type ofResourceSpecifier
that locates a resource file using its URL.interface
interface
interface
interface
interface
A general parameter having a name and a value, which are both strings.interface
A type ofResourceSpecifier
that locate an installed pearResource
.interface
AResourceCreationSpecifier
is the supertype ofAnalysisEngineDescription
,CasConsumerDescription
,CollectionReaderDescription
, andCasInitializerDescription
.interface
AResourceServiceSpecifier
is a type ofResourceSpecifier
that contains information that can be used to locate an existing resource available as a service.interface
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
A type ofResourceSpecifier
that is an aggregate of otherResourceSpecifier
s.interface
A type ofResourceSpecifier
that locates an existingResource
service by its URI.Modifier and TypeMethodDescriptionResourceManager.getImportCache()
Deprecated.Intended just for internal use. -
Uses of XMLizable in org.apache.uima.resource.impl
Modifier and TypeClassDescriptionclass
Reference implementation ofFileResourceSpecifier
.class
Implementation ofCustomResourceSpecifier
.class
Reference implementation ofExternalResourceDependency
.class
Reference implementation ofAnalysisEngineDescription
.class
Reference implementation ofFileLanguageResourceSpecifier
.class
Reference implementation ofFileResourceSpecifier
.class
class
Reference implementation ofPearSpecifier
.class
Reference implementation ofResourceCreationSpecifier
.class
Reference implementation ofURISpecifier
. -
Uses of XMLizable in org.apache.uima.resource.metadata
Modifier and TypeInterfaceDescriptioninterface
Represents an allowed value for an "enumerated" type.interface
ACapability
defines an operation that an Resource can carry out.interface
A group ofConfigurationParameter
s.interface
Completely specifies a configuration parameter on a UIMA resource.interface
The declarations of configuration parameters in a Resource.interface
The values forConfigurationParameter
s in a Resource.interface
Binds anExternalResourceDependency
to anExternalResourceDescription
.interface
A description of a CAS feature.interface
Description of a collection of CAS feature structure indexes.interface
A description of a CAS feature structure index.interface
A description of a key defining a CAS feature structure index.interface
An import declaration.interface
A precondition on the language of the document.interface
An object used to represent metadata of aResource
.interface
A precondition on the MIME Type of the entity.interface
A type ofMetaDataObject
that stores a name (String) and value (Object).interface
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
interface
Defines a set of external resources and their bindings toExternalResourceDependencies
.interface
Encapsulates all metadata for aResource
.interface
SimplePrecondition
defines a few simple conditions that can be evaluated against aCAS
.interface
A description of a CAS Type.interface
A declaration of priorities between CAS Types.interface
Declares a relative priority between CAS types.interface
Description of a CAS TypeSystem. -
Uses of XMLizable in org.apache.uima.resource.metadata.impl
Modifier and TypeClassDescriptionclass
Reference implementation ofAllowedValue
.class
Reference implementation ofCapability
class
Reference implementation ofConfigurationGroup
.class
Reference implementation ofConfigurationParameter
.class
class
Reference implementation ofConfigurationParameterSettings
.class
class
Reference implementation ofFeatureDescription
.class
class
class
class
class
Precondition that tests language of the document.class
Abstract base class for all MetaDataObjects in the reference implementation.class
Precondition that tests the MIME type of the Entity's content.class
Reference implementation ofNameValuePair
.class
class
Reference implementation ofProcessingResourceMetaData
.class
class
Reference implementation ofResourceMetaData
.class
Reference implementation ofSimplePrecondition
.class
Reference implementation ofTypeDescription
.class
Reference implementation ofTypePriorities
.class
Reference implementation ofTypePriorityList
.class
Reference implementation ofTypeSystemDescription
. -
Uses of XMLizable in org.apache.uima.search
Modifier and TypeInterfaceDescriptioninterface
A simple name, value pair that is specified as part of aStyle
to further define its behavior.interface
Specifies a constraint that matches against annotations in the CAS.interface
An individual item within aIndexBuildSpecification
.interface
Determines how aCAS
get indexed with a UIMA-compliant search engine.interface
A rule that specifies indexing behavior.interface
An indexing style. -
Uses of XMLizable in org.apache.uima.search.impl
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of XMLizable in org.apache.uima.util
Modifier and TypeMethodDescriptionXMLParser.buildObject
(Element aElement) Builds an object from its XML DOM representation.XMLParser.buildObject
(Element aElement, XMLParser.ParsingOptions aOptions) Builds an object from its XML DOM representation.SaxDeserializer.getObject()
Retrieves theXMLizable
object that has been built from the SAX events this object has already received.XMLParser.parse
(XMLInputSource aInput) Parses an XML input stream and produces an object.XMLParser.parse
(XMLInputSource aInput, String aNamespaceForSchema, URL aSchemaUrl) Parses an XML input stream and produces an object.XMLParser.parse
(XMLInputSource aInput, String aNamespaceForSchema, URL aSchemaUrl, XMLParser.ParsingOptions aOptions) Parses an XML input stream and produces an object.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
Modifier and TypeFieldDescriptionXMLParser_impl.mElementToClassMap
Map from XML element names to Class objects.Modifier and TypeMethodDescriptionXMLParser_impl.buildObject
(Element aElement) Builds an object from its XML DOM representation.XMLParser_impl.buildObject
(Element aElement, XMLParser.ParsingOptions aOptions) Builds an object from its XML DOM representation.SaxDeserializer_impl.getObject()
XMLParser_impl.parse
(XMLInputSource aInput) Parses an XML input stream and produces an object.XMLParser_impl.parse
(XMLInputSource aInput, String aNamespaceForSchema, URL aSchemaUrl) Parses an XML input stream and produces an object.XMLParser_impl.parse
(XMLInputSource aInput, String aNamespaceForSchema, URL aSchemaUrl, XMLParser.ParsingOptions aOptions) Parses an XML input stream and produces an object.XMLParser_impl.parse
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
AnalysisEngineDescription
should be used instead.