org.apache.uima.analysis_engine.impl
Class TaeDescription_impl

java.lang.Object
  extended by org.apache.uima.resource.metadata.impl.MetaDataObject_impl
      extended by org.apache.uima.resource.impl.ResourceCreationSpecifier_impl
          extended by org.apache.uima.analysis_engine.impl.AnalysisEngineDescription_impl
              extended by org.apache.uima.analysis_engine.impl.TaeDescription_impl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, AnalysisEngineDescription, TaeDescription, MetaDataObject, ResourceCreationSpecifier, ResourceSpecifier, XMLizable

Deprecated. since v2.0

@Deprecated
public class TaeDescription_impl
extends AnalysisEngineDescription_impl
implements TaeDescription

Reference implementation of TaeDescription.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.uima.analysis_engine.impl.AnalysisEngineDescription_impl
ELEM_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS, PROP_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS, PROP_DELEGATE_ANALYSIS_ENGINE_SPECIFIERS_WITH_IMPORTS
 
Constructor Summary
TaeDescription_impl()
          Deprecated.  
 
Method Summary
protected  XmlizationInfo getXmlizationInfo()
          Deprecated. To be implemented by subclasses to return information describing how to represent this object in XML.
 
Methods inherited from class org.apache.uima.analysis_engine.impl.AnalysisEngineDescription_impl
buildFromXMLElement, capabilitiesContainSofa, checkForInvalidParameterOverrides, doFullValidation, doFullValidation, getAllComponentSpecifiers, getAnalysisEngineMetaData, getAnnotatorImplementationName, getComponentSpecifier, getDelegateAnalysisEngineSpecifiers, getDelegateAnalysisEngineSpecifiers, getDelegateAnalysisEngineSpecifiersWithImports, getFlowControllerDeclaration, getFrameworkImplementation, getSofaMappings, getXmlizationInfoForClass, isPrimitive, listAttributes, readPropertyValueFromXMLElement, resolveDelegateAnalysisEngineImports, resolveDelegateAnalysisEngineImports, resolveImports, resolveImports, setAnnotatorImplementationName, setFlowControllerDeclaration, setFrameworkImplementation, setPrimitive, setSofaMappings, toXML, toXML, toXML, validate, validateSofaMappings, writePropertyAsElement
 
Methods inherited from class org.apache.uima.resource.impl.ResourceCreationSpecifier_impl
checkForDuplicateParameterNames, getExternalResourceDependencies, getExternalResourceDependency, getImplementationName, getMetaData, getResourceManagerConfiguration, setExternalResourceDependencies, setImplementationName, setMetaData, setResourceManagerConfiguration, validate, validateConfigurationParameters
 
Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
buildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.uima.analysis_engine.AnalysisEngineDescription
doFullValidation, doFullValidation, getAllComponentSpecifiers, getAnalysisEngineMetaData, getAnnotatorImplementationName, getComponentSpecifier, getDelegateAnalysisEngineSpecifiers, getDelegateAnalysisEngineSpecifiers, getDelegateAnalysisEngineSpecifiersWithImports, getFlowControllerDeclaration, getFrameworkImplementation, getSofaMappings, isPrimitive, resolveImports, resolveImports, setAnnotatorImplementationName, setFlowControllerDeclaration, setFrameworkImplementation, setPrimitive, setSofaMappings, toXML, toXML, toXML
 
Methods inherited from interface org.apache.uima.resource.ResourceCreationSpecifier
getExternalResourceDependencies, getExternalResourceDependency, getImplementationName, getMetaData, getResourceManagerConfiguration, setExternalResourceDependencies, setImplementationName, setMetaData, setResourceManagerConfiguration, validate, validate
 
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
 
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
 

Constructor Detail

TaeDescription_impl

public TaeDescription_impl()
Deprecated. 
Method Detail

getXmlizationInfo

protected XmlizationInfo getXmlizationInfo()
Deprecated. 
Description copied from class: MetaDataObject_impl
To be implemented by subclasses to return information describing how to represent this object in XML.

Overrides:
getXmlizationInfo in class AnalysisEngineDescription_impl
Returns:
information defining this object's XML representation


Copyright © 2011. All Rights Reserved.