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 forResourcesandResourceSpecifiers.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 interfaceAnalysisEngineDescriptionAnAnalysisEngineDescriptioncontains all of the information needed to instantiate and use anAnalysisEngine.interfaceResultSpecificationAResultSpecificationis a set of desired outputs from a Analysis Engine or Annotator.interfaceTaeDescriptionDeprecated.As of v2.0,AnalysisEngineDescriptionshould be used instead.interfaceTypeOrFeatureA 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 classAnalysisEngineDescription_implReference implementation ofAnalysisEngineDescription.classResultSpecification_implReference implementation ofResultSpecification.classTaeDescription_implDeprecated.since v2.0classTypeOrFeature_implReference 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 interfaceAnalysisEngineMetaDataEncapsulates all of the metadata for an Analysis Engine.interfaceCapabilityLanguageFlowACapabilityLanguageFlowis a simple type ofFlowConstraintsthat specifies the complete flow as a capabilityLanguage sequence.interfaceFixedFlowAFixedFlowis a simple type ofFlowConstraintsthat specifies the complete flow as a fixed sequence.interfaceFlowConstraintsAFlowConstraintsobject represents constraints on the order of execution of delegate Analysis Engines within an aggregate Analysis Engine.interfaceFlowControllerDeclarationDeclares which FlowController is used by the Aggregate Analysis Engine.interfaceSofaMappingSofa 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 classAnalysisEngineMetaData_implReference implementation ofAnalysisEngineMetaData.classCapabilityLanguageFlow_implACapabilityLanguageFlowis a simple type ofFlowConstraintsthat specifies the complete flow as a capabilityLanguage sequence.classFixedFlow_implReference implementation ofFixedFlow.classFlowControllerDeclaration_implDeclares which FlowController is used by the Aggregate Analysis Engine.classSofaMapping_implImplementation ofSofaMapping. -
Uses of XMLizable in org.apache.uima.collection
Subinterfaces of XMLizable in org.apache.uima.collection Modifier and Type Interface Description interfaceCasConsumerDescriptionAnCasConsumerDescriptioncontains all of the information needed to instantiate and use anCasConsumer.interfaceCasInitializerDescriptionDeprecated.As of v2.0, CAS Initializers are deprecated.interfaceCollectionReaderDescriptionAnCollectionReaderDescriptioncontains 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 classCasConsumerDescription_implclassCasInitializerDescription_implDeprecated.As of v2.0, CAS Initializers are deprecated.classCollectionReaderDescription_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 interfaceCasProcessorDeploymentParamAn object that holds configuration information used for building CPE Descriptor.interfaceCasProcessorErrorHandlingAn object to contains configuration specific to error handling applicable to every CasProcossor.interfaceCasProcessorErrorRateThresholdAn object to contains configuration specific to error handling applicable to every CasProcessor.interfaceCasProcessorExecArgAn object containing an arbitrary value that will passed to a program launched by the CPE.interfaceCasProcessorExecutableAn object containing configuration for a program that the CPE will use to launch CasProcessor.interfaceCasProcessorFilterObject containing a filter expression used by the CPE to route CAS's to CasProcessor.interfaceCasProcessorMaxRestartsAn object that holds configuration related to handling max restarts for CasProcessors.interfaceCasProcessorRunInSeperateProcessAn object that holds configuration that is part of the CPE descriptor.interfaceCasProcessorRuntimeEnvParamAn object that holds configuration that is part of the CPE descriptor.interfaceCasProcessorTimeoutAn object that holds configuration that is part of the CPE descriptor.interfaceCpeCasProcessorAn object that holds configuration that is part of the CPE descriptor.interfaceCpeCasProcessorsAn object that holds configuration that is part of the CPE descriptor.interfaceCpeCheckpointAn object that holds configuration that is part of the CPE descriptor.interfaceCpeCollectionReaderAn object that holds configuration that is part of the CPE descriptor.interfaceCpeCollectionReaderCasInitializerDeprecated.As of v2.0 CAS Initializers are deprecated.interfaceCpeCollectionReaderIteratorAn object that holds configuration that is part of the CPE descriptor.interfaceCpeComponentDescriptorAn object that holds configuration that is part of the CPE descriptor.interfaceCpeConfigurationAn object that holds configuration that is part of the CPE descriptor.interfaceCpeDescriptionJava representation of a Collection Processing Engine (CPE) XML descriptor.interfaceCpeIncludeAn object that holds configuration that is part of the CPE descriptor.interfaceCpeIntegratedCasProcessorAn object that holds configuration that is part of the CPE descriptor.interfaceCpeLocalCasProcessorAn object that holds configuration that is part of the CPE descriptor.interfaceCpeRemoteCasProcessorAn object that holds configuration that is part of the CPE descriptor.interfaceCpeResourceManagerConfigurationAn object that holds configuration that is part of the CPE descriptor.interfaceCpeSofaMappinginterfaceCpeSofaMappingsinterfaceOutputQueueAn 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 interfaceFlowControllerDescriptionAFlowControllerDescriptioncontains 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 classFlowControllerDescription_implImplementation ofFlowControllerDescription. -
Uses of XMLizable in org.apache.uima.resource
Subinterfaces of XMLizable in org.apache.uima.resource Modifier and Type Interface Description interfaceConfigurableDataResourceSpecifierA type ofResourceSpecifierthat locates a resource file using its URL.interfaceCustomResourceSpecifierA type ofResourceSpecifierthat specifically names the Java class that should be created.interfaceExternalResourceDependencyAnExternalResourceDependencyobject describes an resources's requirements on an external resource.interfaceExternalResourceDescriptionAnExternalResourceDescriptionobject describes a resource that is loaded in theResourceManagerand may be shared between components.interfaceFileLanguageResourceSpecifierA type ofResourceSpecifierthat locates a resource file using its URL, where the URL depends on an ISO language identifier.interfaceFileResourceSpecifierA type ofResourceSpecifierthat locates a resource file using its URL.interfaceJMSMessagingSpecifierinterfaceMailMessagingSpecifierinterfaceMessagingSpecifierinterfaceMQMessagingSpecifierinterfaceParameterA general parameter having a name and a value, which are both strings.interfacePearSpecifierA type ofResourceSpecifierthat locate an installed pearResource.interfaceResourceCreationSpecifierAResourceCreationSpecifieris the supertype ofAnalysisEngineDescription,CasConsumerDescription,CollectionReaderDescription, andCasInitializerDescription.interfaceResourceServiceSpecifierAResourceServiceSpecifieris a type ofResourceSpecifierthat contains information that can be used to locate an existing resource available as a service.interfaceResourceSpecifierAResourceSpecifiercontains 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.interfaceResourceSpecifierListA type ofResourceSpecifierthat is an aggregate of otherResourceSpecifiers.interfaceURISpecifierA type ofResourceSpecifierthat locates an existingResourceservice 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 classConfigurableDataResourceSpecifier_implReference implementation ofFileResourceSpecifier.classCustomResourceSpecifier_implImplementation ofCustomResourceSpecifier.classExternalResourceDependency_implReference implementation ofExternalResourceDependency.classExternalResourceDescription_implReference implementation ofAnalysisEngineDescription.classFileLanguageResourceSpecifier_implReference implementation ofFileLanguageResourceSpecifier.classFileResourceSpecifier_implReference implementation ofFileResourceSpecifier.classParameter_implclassPearSpecifier_implReference implementation ofPearSpecifier.classResourceCreationSpecifier_implReference implementation ofResourceCreationSpecifier.classURISpecifier_implReference 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 interfaceAllowedValueRepresents an allowed value for an "enumerated" type.interfaceCapabilityACapabilitydefines an operation that an Resource can carry out.interfaceConfigurationGroupA group ofConfigurationParameters.interfaceConfigurationParameterCompletely specifies a configuration parameter on a UIMA resource.interfaceConfigurationParameterDeclarationsThe declarations of configuration parameters in a Resource.interfaceConfigurationParameterSettingsThe values forConfigurationParameters in a Resource.interfaceExternalResourceBindingBinds anExternalResourceDependencyto anExternalResourceDescription.interfaceFeatureDescriptionA description of a CAS feature.interfaceFsIndexCollectionDescription of a collection of CAS feature structure indexes.interfaceFsIndexDescriptionA description of a CAS feature structure index.interfaceFsIndexKeyDescriptionA description of a key defining a CAS feature structure index.interfaceImportAn import declaration.interfaceLanguagePreconditionA precondition on the language of the document.interfaceMetaDataObjectAn object used to represent metadata of aResource.interfaceMimeTypePreconditionA precondition on the MIME Type of the entity.interfaceNameValuePairA type ofMetaDataObjectthat stores a name (String) and value (Object).interfacePreconditionAPreconditionof a Resource is a condition that an Entity and/or its analysis in theCASmust satisfy before that Entity can be processed by the Resource.interfaceProcessingResourceMetaDatainterfaceResourceManagerConfigurationDefines a set of external resources and their bindings toExternalResourceDependencies.interfaceResourceMetaDataEncapsulates all metadata for aResource.interfaceSimplePreconditionSimplePreconditiondefines a few simple conditions that can be evaluated against aCAS.interfaceTypeDescriptionA description of a CAS Type.interfaceTypePrioritiesA declaration of priorities between CAS Types.interfaceTypePriorityListDeclares a relative priority between CAS types.interfaceTypeSystemDescriptionDescription 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 interfaceAttributeA simple name, value pair that is specified as part of aStyleto further define its behavior.interfaceFilterSpecifies a constraint that matches against annotations in the CAS.interfaceIndexBuildItemAn individual item within aIndexBuildSpecification.interfaceIndexBuildSpecificationDetermines how aCASget indexed with a UIMA-compliant search engine.interfaceIndexRuleA rule that specifies indexing behavior.interfaceStyleAn 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 classAttribute_implclassFilter_implclassIndexBuildItem_implclassIndexBuildSpecification_implclassIndexRule_implclassMapping_implclassStyle_impl -
Uses of XMLizable in org.apache.uima.util
Methods in org.apache.uima.util that return XMLizable Modifier and Type Method Description XMLizableXMLParser. buildObject(org.w3c.dom.Element aElement)Builds an object from its XML DOM representation.XMLizableXMLParser. buildObject(org.w3c.dom.Element aElement, XMLParser.ParsingOptions aOptions)Builds an object from its XML DOM representation.XMLizableSaxDeserializer. getObject()Retrieves theXMLizableobject that has been built from the SAX events this object has already received.XMLizableXMLParser. parse(XMLInputSource aInput)Parses an XML input stream and produces an object.XMLizableXMLParser. parse(XMLInputSource aInput, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl)Parses an XML input stream and produces an object.XMLizableXMLParser. parse(XMLInputSource aInput, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl, XMLParser.ParsingOptions aOptions)Parses an XML input stream and produces an object.XMLizableXMLParser. 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. mElementToClassMapMap from XML element names to Class objects.Methods in org.apache.uima.util.impl that return XMLizable Modifier and Type Method Description XMLizableXMLParser_impl. buildObject(org.w3c.dom.Element aElement)Builds an object from its XML DOM representation.XMLizableXMLParser_impl. buildObject(org.w3c.dom.Element aElement, XMLParser.ParsingOptions aOptions)Builds an object from its XML DOM representation.XMLizableSaxDeserializer_impl. getObject()XMLizableXMLParser_impl. parse(XMLInputSource aInput)Parses an XML input stream and produces an object.XMLizableXMLParser_impl. parse(XMLInputSource aInput, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl)Parses an XML input stream and produces an object.XMLizableXMLParser_impl. parse(XMLInputSource aInput, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl, XMLParser.ParsingOptions aOptions)Parses an XML input stream and produces an object.XMLizableXMLParser_impl. parse(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
-