Uses of Interface
org.apache.uima.cas_data.CasData
-
Packages that use CasData Package Description org.apache.uima.cas_data.impl org.apache.uima.cas_data.impl.vinci org.apache.uima.collection.base_cpm org.apache.uima.collection.impl org.apache.uima.collection.impl.cpm.container org.apache.uima.collection.impl.cpm.container.deployer org.apache.uima.collection.impl.cpm.vinci org.apache.uima.util Utility classes and interfaces used by UIMA components. -
-
Uses of CasData in org.apache.uima.cas_data.impl
Classes in org.apache.uima.cas_data.impl that implement CasData Modifier and Type Class Description class
CasDataImpl
Fields in org.apache.uima.cas_data.impl declared as CasData Modifier and Type Field Description private CasData
XCasToCasDataSaxHandler. cas
Methods in org.apache.uima.cas_data.impl with parameters of type CasData Modifier and Type Method Description static void
CasDataUtils. dumpFeatures(CasData aCAS)
void
CasDataToXCas. generateXCas(CasData aCasData)
Generates XCAS for a CasData.void
CasDataToXCas. generateXCas(CasData aCasData, java.lang.String aUEID)
Special form ofCasDataToXCas.generateXCas(CasData)
that allows a UEID (Universal Entity ID) element to be added as the first element in the XCAS.void
CasDataToXCas. generateXCas(CasData aCasData, java.lang.String aUEID, boolean aSendStartAndEndDocEvents)
Special form ofCasDataToXCas.generateXCas(CasData)
that allows a UEID (Universal Entity ID) element to be added as the first element in the XCAS and also allows start/end document SAX calls to be supressed.static NameValuePair[]
CasDataUtils. getCasDataFeatures(CasData aCasData, java.lang.String aFeatureStructureName)
static java.lang.String[]
CasDataUtils. getFeatureStructureValues(CasData aCAS, java.lang.String featureStructureName, java.lang.String featureName)
static java.lang.String
CasDataUtils. getFeatureValueByType(CasData aCAS, java.lang.String featureName)
static java.lang.String
CasDataUtils. getFeatureValueByType(CasData aCAS, java.lang.String aFeatureStructure, java.lang.String featureName)
static boolean
CasDataUtils. hasFeature(CasData aCAS, java.lang.String featureName)
static boolean
CasDataUtils. hasFeatureStructure(CasData aCAS, java.lang.String aName)
Constructors in org.apache.uima.cas_data.impl with parameters of type CasData Constructor Description XCasToCasDataSaxHandler(CasData aCasData)
Create new XCasToCasDataSaxHandler. -
Uses of CasData in org.apache.uima.cas_data.impl.vinci
Methods in org.apache.uima.cas_data.impl.vinci that return CasData Modifier and Type Method Description CasData
VinciCasDataConverter. vinciFrameToCasData(AFrame aCasFrame)
Converts a VinciFrame to a CasData.Methods in org.apache.uima.cas_data.impl.vinci with parameters of type CasData Modifier and Type Method Description void
VinciCasDataConverter. appendVinciFrameToCasData(AFrame aCasFrame, CasData aCasData)
Converts a VinciFrame to a CasData, appending to an existing CasData.void
VinciCasDataConverter. casDataToVinciFrame(CasData aCasData, AFrame aParentFrame)
Converts a CasData to a VinciFrame.void
VinciCasDataConverter. vinciFrameToCasData(AFrame aCasFrame, CasData aCasData)
Deprecated.Use appendVinciFrameToCasData(Aframe, CasData) or vinciFrameToCasData(AFrame) -
Uses of CasData in org.apache.uima.collection.base_cpm
Methods in org.apache.uima.collection.base_cpm that return CasData Modifier and Type Method Description CasData
CasDataCollectionReader. getNext()
Gets the nextCasData
from thisCollectionReader
.CasData[]
CasDataCollectionReader. getNext(int aNumToGet)
Gets multipleCasData
objects from thisCasDataCollectionReader
.CasData
CasDataInitializer. initializeCas(java.lang.Object aObj)
Deprecated.Reads content and metadata from an Object and creates aCasData
.CasData
CasDataProcessor. process(CasData aCAS)
Process a single CasData.CasData[]
CasDataProcessor. process(CasData[] aCASes)
Process multiple CasData objects.Methods in org.apache.uima.collection.base_cpm with parameters of type CasData Modifier and Type Method Description void
CasDataStatusCallbackListener. entityProcessComplete(CasData aCasData, EntityProcessStatus aStatus)
Called when the processing of each CasData unit has completed.CasData
CasDataProcessor. process(CasData aCAS)
Process a single CasData.CasData[]
CasDataProcessor. process(CasData[] aCASes)
Process multiple CasData objects. -
Uses of CasData in org.apache.uima.collection.impl
Methods in org.apache.uima.collection.impl that return CasData Modifier and Type Method Description CasData
CasConverter. casContainerToCasData(CAS aContainer)
Convert CAS Container (aka CAS Object) to CAS DataMethods in org.apache.uima.collection.impl with parameters of type CasData Modifier and Type Method Description void
CasConverter. casDataToCasContainer(CasData aData, CAS aContainer, boolean aLenient)
Convert CAS Data to CAS Container (aka CAS Object) -
Uses of CasData in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container that return CasData Modifier and Type Method Description CasData
NetworkCasProcessorImpl. process(CasData aCas)
Main method used during analysis.CasData[]
NetworkCasProcessorImpl. process(CasData[] aCasList)
Main method used during analysis.Methods in org.apache.uima.collection.impl.cpm.container with parameters of type CasData Modifier and Type Method Description private boolean
ProcessingContainer_Impl. hasFeature(CasData aCas)
Used during filtering, determines if a given Cas has a required feature.CasData
NetworkCasProcessorImpl. process(CasData aCas)
Main method used during analysis.CasData[]
NetworkCasProcessorImpl. process(CasData[] aCasList)
Main method used during analysis. -
Uses of CasData in org.apache.uima.collection.impl.cpm.container.deployer
Methods in org.apache.uima.collection.impl.cpm.container.deployer that return CasData Modifier and Type Method Description static CasData
VinciTAP. addKeysToDataCas(CasData dataCas, AFrame aFrame)
Appends keys (types) from XCAS to provided CasData instance doing conversions of ':' in WF keys to '_colon_' and '-' to '_dash_' to enforce UIMA compliance.CasData[]
VinciTAP. analyze(CasData[] aCasList, ProcessTrace aPT, java.lang.String aResourceName)
Main routine that sends requests to remote vinci services.CasData
VinciTAP. analyze(CasData aCas, ProcessTrace aPT, java.lang.String aResourceName)
Performs Analysis of the CAS by the remote vinci service Cas Processor.Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type CasData Modifier and Type Method Description static CasData
VinciTAP. addKeysToDataCas(CasData dataCas, AFrame aFrame)
Appends keys (types) from XCAS to provided CasData instance doing conversions of ':' in WF keys to '_colon_' and '-' to '_dash_' to enforce UIMA compliance.CasData[]
VinciTAP. analyze(CasData[] aCasList, ProcessTrace aPT, java.lang.String aResourceName)
Main routine that sends requests to remote vinci services.CasData
VinciTAP. analyze(CasData aCas, ProcessTrace aPT, java.lang.String aResourceName)
Performs Analysis of the CAS by the remote vinci service Cas Processor.private static void
VinciTAP. dumpFeatures(CasData aCAS)
Prints to stdout contents of a given CasData instance.private FeatureStructure
VinciTAP. getDocTextFeatureStructure(CasData aCasData)
Gets the CasData FeatureStructure representing the document text, if any.private void
VinciTAP. produceXCASRequestFrame(CasData aCasData, AFrame dataFrame, java.lang.String[] aDropKeyList)
Produces XCas from a given Cas. -
Uses of CasData in org.apache.uima.collection.impl.cpm.vinci
Methods in org.apache.uima.collection.impl.cpm.vinci with parameters of type CasData Modifier and Type Method Description static void
DATACasUtils. addFeature(CasData dataCas, java.lang.String featureType, java.lang.String featureName, java.lang.String featureValue)
Adds the feature.static void
DATACasUtils. addFeatureStructure(CasData dataCas, java.lang.String featureType, java.lang.String featureName, java.lang.String featureValue)
Adds the feature structure.static void
DATACasUtils. dumpFeatures(CasData aCAS)
Dump features.static long
DATACasUtils. getByteCount(CasData aDataCas)
Gets the byte count.static NameValuePair[]
DATACasUtils. getCasDataFeatures(CasData aCasData, java.lang.String aFeatureStructureName)
Gets the cas data features.static java.lang.String
Vinci. getContentFromDATACas(CasData aCas)
Gets the content from DATA cas.static java.lang.String[]
DATACasUtils. getFeatureStructureValues(CasData aCAS, java.lang.String featureStructureName, java.lang.String featureName)
Gets the feature structure values.static java.lang.String
DATACasUtils. getFeatureValueByType(CasData aCAS, java.lang.String featureName)
Gets the feature value by type.static java.lang.String
DATACasUtils. getFeatureValueByType(CasData aCAS, java.lang.String aFeatureStructure, java.lang.String featureName)
Gets the feature value by type.static java.lang.String
Vinci. getFeatureValueByType(CasData aCAS, java.lang.String featureName)
Gets the feature value by type.static java.lang.String
DATACasUtils. getXCASasString(CasData aCasData, java.lang.String[] keysToFilter)
Gets the XCA sas string.static boolean
DATACasUtils. hasFeature(CasData aCAS, java.lang.String featureName)
Checks for feature.static boolean
DATACasUtils. hasFeatureStructure(CasData aCAS, java.lang.String aName)
Checks for feature structure.static boolean
DATACasUtils. isCasEmpty(CasData aDataCas)
Checks if is cas empty.static void
DATACasUtils. remapFeatureTypes(CasData aDataCas, FeatureMap aFeatureMap)
Remap feature types.static boolean
DATACasUtils. shouldAnalyzeCAS(CasData aCAS, java.util.LinkedList aFilterList)
Should analyze CAS. -
Uses of CasData in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type CasData Modifier and Type Method Description static TypeSystemDescription
CasCreationUtils. convertData2TypeSystem(CasData aCasData)
Extracts a TypeSystem definition from a CasData.
-