Modifier and Type | Method and Description |
---|---|
void |
AxisAnalysisEngineServiceStub.callProcess(CAS aCAS) |
Modifier and Type | Method and Description |
---|---|
CAS |
CASTransportable.getCas() |
Modifier and Type | Method and Description |
---|---|
void |
VinciBinaryAnalysisEngineServiceStub.callProcess(CAS aCAS) |
void |
VinciAnalysisEngineServiceStub.callProcess(CAS aCAS) |
void |
VinciAnalysisEngineServiceStub.callProcessCas(CAS aCAS) |
Constructor and Description |
---|
CASTransportable(CAS cas,
OutOfTypeSystemData outOfTypeSystemData,
UimaContext uimaContext,
boolean includeDocText)
This constructor is used on the client side, where we have a dedicated CAS instance for the
request.
|
Modifier and Type | Method and Description |
---|---|
protected CAS |
CasMultiplier_ImplBase.getEmptyCAS()
Gets an empty CAS that this CAS Multiplier can then populate.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<CAS> |
CasMultiplier_ImplBase.getRequiredCasInterface() |
java.lang.Class<CAS> |
CasAnnotator_ImplBase.getRequiredCasInterface() |
Modifier and Type | Method and Description |
---|---|
abstract void |
CasMultiplier_ImplBase.process(CAS aCAS)
This method should be overriden by subclasses.
|
abstract void |
CasAnnotator_ImplBase.process(CAS aCAS)
Inputs a CAS to the AnalysisComponent.
|
Modifier and Type | Method and Description |
---|---|
CAS |
AnalysisProcessData.getCAS()
Deprecated.
Gets the Common Analysis System (
CAS ), from which the AnalysisEngine obtains the
information to be processed, and to which the AnalysisEngine writes new annotation information. |
CAS |
AnalysisEngine.newCAS()
Creates a new Common Analysis System appropriate for this Analysis Engine.
|
CAS |
CasIterator.next()
Gets the next CAS from the iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalysisEngineServiceStub.callProcess(CAS aCAS)
Performs service call to process an entity.
|
ProcessTrace |
AnalysisEngine.process(CAS aCAS)
Invokes this AnalysisEngine's analysis logic.
|
ProcessTrace |
AnalysisEngine.process(CAS aCAS,
ResultSpecification aResultSpec)
Invokes this AnalysisEngine's analysis logic.
|
void |
AnalysisEngine.process(CAS aCAS,
ResultSpecification aResultSpec,
ProcessTrace aTrace)
Invokes this AnalysisEngine's analysis logic.
|
CasIterator |
AnalysisEngine.processAndOutputNewCASes(CAS aCAS)
Processes a CAS, possibly producing multiple CASes as a result.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericAnnotator.process(CAS aCAS,
ResultSpecification aResultSpec)
Deprecated.
Invokes this annotator's analysis logic.
|
void |
TextAnnotator.process(CAS aCAS,
ResultSpecification aResultSpec)
Deprecated.
Invokes this annotator's analysis logic.
|
Modifier and Type | Method and Description |
---|---|
CasIterator |
ASB.process(CAS aCAS)
Invokes the processing of the aggregate on the given input CAS.
|
Modifier and Type | Method and Description |
---|---|
FlowContainer |
FlowControllerContainer.computeFlow(CAS aCAS)
Invokes the FlowController's computeFlow method, returning a Flow object that routes the given
CAS through this aggregate.
|
FlowContainer |
FlowContainer.newCasProduced(CAS newCAS,
java.lang.String producedBy) |
CasIterator |
ASB_impl.process(CAS aCAS) |
Constructor and Description |
---|
FlowContainer(Flow aFlow,
FlowControllerContainer aFlowControllerContainer,
CAS aCAS) |
Modifier and Type | Field and Description |
---|---|
protected CAS |
AnalysisProcessData_impl.mCAS
Deprecated.
The CAS owned by this AnalysisProcessData.
|
Modifier and Type | Method and Description |
---|---|
protected CAS |
UimacppAnalysisEngineImpl.callAnalysisComponentNext()
Calls the Analysis Component's next() method.
|
protected CAS |
PrimitiveAnalysisEngine_impl.callAnalysisComponentNext()
Calls the Analysis Component's next() method.
|
CAS |
AnalysisProcessData_impl.getCAS()
Deprecated.
|
CAS |
PearAnalysisEngineWrapper.newCAS() |
CAS |
AnalysisEngineImplBase.newCAS() |
CAS |
EmptyCasIterator.next() |
Modifier and Type | Method and Description |
---|---|
protected void |
UimacppAnalysisEngineImpl.callAnalysisComponentProcess(CAS aCAS)
Calls the Analysis Component's process method.
|
protected void |
PrimitiveAnalysisEngine_impl.callAnalysisComponentProcess(CAS aCAS)
Calls the Analysis Component's process method.
|
protected void |
UimacppAnalysisEngineImpl.enableProhibitedAnnotatorCasFunctions(CAS aCAS,
boolean aEnable)
Lock/unlock CAS functions to which Annotators should not have access
|
ProcessTrace |
AnalysisEngineImplBase.process(CAS aCAS) |
ProcessTrace |
MultiprocessingAnalysisEngine_impl.process(CAS aCAS) |
ProcessTrace |
AnalysisEngineImplBase.process(CAS aCAS,
ResultSpecification aResultSpec) |
ProcessTrace |
MultiprocessingAnalysisEngine_impl.process(CAS aCAS,
ResultSpecification aResultSpec) |
void |
AnalysisEngineImplBase.process(CAS aCAS,
ResultSpecification aResultSpec,
ProcessTrace aTrace) |
void |
MultiprocessingAnalysisEngine_impl.process(CAS aCAS,
ResultSpecification aResultSpec,
ProcessTrace aTrace) |
CasIterator |
PearAnalysisEngineWrapper.processAndOutputNewCASes(CAS aCAS) |
CasIterator |
AnalysisEngineImplBase.processAndOutputNewCASes(CAS aCAS) |
CasIterator |
AggregateAnalysisEngine_impl.processAndOutputNewCASes(CAS aCAS) |
CasIterator |
MultiprocessingAnalysisEngine_impl.processAndOutputNewCASes(CAS aCAS) |
CasIterator |
UimacppAnalysisEngineImpl.processAndOutputNewCASes(CAS aCAS) |
CasIterator |
PrimitiveAnalysisEngine_impl.processAndOutputNewCASes(CAS aCAS) |
void |
AnalysisEngineImplBase.processCas(CAS aCAS) |
void |
AnalysisEngineImplBase.processCas(CAS[] aCASes) |
Constructor and Description |
---|
AnalysisProcessData_impl(CAS aCAS,
ProcessTrace aTrace)
Deprecated.
Creates a new AnalysisProcessData_impl from exsiting
CAS . |
AnalysisProcessData_impl(CAS aCAS,
java.util.Properties aPerformanceTuningSettings)
Deprecated.
Creates a new AnalysisProcessData_impl from an exsiting
CAS . |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<CAS> |
CasConsumerAdapter.getRequiredCasInterface()
Get the CAS interface required by this CasConsumer.
|
Modifier and Type | Method and Description |
---|---|
protected CAS |
AnalysisEngineService_impl.getCasFromPool(int aTimeout)
Gets a CAS from the CAS Pool.
|
Modifier and Type | Method and Description |
---|---|
CasIterator |
AnalysisEngineServiceAdapter.processAndOutputNewCASes(CAS aCAS) |
void |
ServiceDataCargo.unmarshalCas(CAS aCas,
boolean aReplaceCasTypeSystem)
Unmarshalls the CAS data in this
ServiceDataCargo into an existing
CAS instance. |
Constructor and Description |
---|
ServiceDataCargo(CAS aCAS,
ProcessTrace aProcessTrace)
Creates a new
SerializableAnalysisProcessData that contains the given
CAS and ProcessTrace . |
Modifier and Type | Method and Description |
---|---|
CAS |
CAS.createView(java.lang.String localViewName)
Create a view and its underlying Sofa (subject of analysis).
|
CAS |
FeatureStructure.getCAS()
Return the CAS that this FS belongs to.
|
CAS |
CAS.getCurrentView()
Get the Cas view that the current component should use.
|
CAS |
AnnotationBaseFS.getView()
Gets the CAS view associated with the Sofa that this Annotation is over.
|
CAS |
CAS.getView(SofaFS aSofa)
Get the view for a Sofa (subject of analysis).
|
CAS |
CAS.getView(java.lang.String localViewName)
Get the view for a Sofa (subject of analysis).
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<CAS> |
CAS.getViewIterator()
Get iterator over all views in this CAS.
|
java.util.Iterator<CAS> |
CAS.getViewIterator(java.lang.String localViewNamePrefix)
Get iterator over all views with the given name prefix.
|
Modifier and Type | Method and Description |
---|---|
CAS |
CASMgr.getCAS()
Return a non-admin version of the CAS.
|
Modifier and Type | Method and Description |
---|---|
void |
CASMgr.setCAS(CAS cas) |
Modifier and Type | Class and Description |
---|---|
class |
CASImpl
Implements the CAS interfaces.
|
Modifier and Type | Field and Description |
---|---|
protected CAS |
DebugFSLogicalStructure.IndexInfo.cas |
Modifier and Type | Method and Description |
---|---|
static CAS |
Serialization.createCAS(CASMgr casMgr,
CASSerializer casSer) |
CAS |
CASImpl.createView(java.lang.String aSofaID) |
CAS |
FeatureStructureImplC.getCAS() |
CAS |
CASImpl.getCAS() |
CAS |
CASImpl.getCurrentView() |
CAS |
AnnotationBaseImpl.getView()
see org.apache.uima.cas.AnnotationBase#getView()
|
CAS |
CASImpl.getView(int sofaNum) |
CAS |
CASImpl.getView(SofaFS aSofa) |
CAS |
CASImpl.getView(java.lang.String aSofaID) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<CAS> |
CASImpl.getViewIterator() |
java.util.Iterator<CAS> |
CASImpl.getViewIterator(java.lang.String localViewNamePrefix) |
Modifier and Type | Method and Description |
---|---|
static void |
XmiCasDeserializer.deserialize(java.io.InputStream aStream,
CAS aCAS)
Deserializes a CAS from XMI.
|
static void |
XCASDeserializer.deserialize(java.io.InputStream aStream,
CAS aCAS)
Deserializes an XCAS from a stream.
|
static void |
XmiCasDeserializer.deserialize(java.io.InputStream aStream,
CAS aCAS,
boolean aLenient)
Deserializes a CAS from XMI.
|
static void |
XCASDeserializer.deserialize(java.io.InputStream aStream,
CAS aCAS,
boolean aLenient)
Deserializes an XCAS from a stream.
|
static void |
XmiCasDeserializer.deserialize(java.io.InputStream aStream,
CAS aCAS,
boolean aLenient,
XmiSerializationSharedData aSharedData)
Deserializes a CAS from XMI.
|
static void |
XmiCasDeserializer.deserialize(java.io.InputStream aStream,
CAS aCAS,
boolean aLenient,
XmiSerializationSharedData aSharedData,
int aMergePoint)
Deserializes a CAS from XMI.
|
static void |
XmiCasDeserializer.deserialize(java.io.InputStream aStream,
CAS aCAS,
boolean aLenient,
XmiSerializationSharedData aSharedData,
int aMergePoint,
AllowPreexistingFS allowPreexistingFS)
Deserializes a CAS from XMI.
|
static void |
Serialization.deserializeCAS(CAS cas,
java.io.InputStream istream) |
static DebugFSLogicalStructure.IndexInfo[] |
DebugFSLogicalStructure.getIndexes(CAS cas) |
static DebugFSLogicalStructure.ViewInfo[] |
DebugFSLogicalStructure.getOtherViews(CAS cas) |
org.xml.sax.helpers.DefaultHandler |
XCASDeserializer.getXCASHandler(CAS cas)
Create a default handler for deserializing an XCAS into the
cas parameter. |
org.xml.sax.helpers.DefaultHandler |
XCASDeserializer.getXCASHandler(CAS cas,
OutOfTypeSystemData outOfTypeSystemData)
Create a default handler for deserializing an XCAS into the
cas parameter. |
org.xml.sax.helpers.DefaultHandler |
XmiCasDeserializer.getXmiCasHandler(CAS cas)
Create a default handler for deserializing a CAS from XMI.
|
org.xml.sax.helpers.DefaultHandler |
XmiCasDeserializer.getXmiCasHandler(CAS cas,
boolean lenient)
Create a default handler for deserializing a CAS from XMI.
|
org.xml.sax.helpers.DefaultHandler |
XmiCasDeserializer.getXmiCasHandler(CAS cas,
boolean lenient,
XmiSerializationSharedData sharedData)
Create a default handler for deserializing a CAS from XMI.
|
org.xml.sax.helpers.DefaultHandler |
XmiCasDeserializer.getXmiCasHandler(CAS cas,
boolean lenient,
XmiSerializationSharedData sharedData,
int mergePoint)
Create a default handler for deserializing a CAS from XMI.
|
org.xml.sax.helpers.DefaultHandler |
XmiCasDeserializer.getXmiCasHandler(CAS cas,
boolean lenient,
XmiSerializationSharedData sharedData,
int mergePoint,
AllowPreexistingFS allow)
Create a default handler for deserializing a CAS from XMI.
|
void |
XmiCasSerializer.serialize(CAS cas,
org.xml.sax.ContentHandler contentHandler)
Write the CAS data to a SAX content handler.
|
void |
XCASSerializer.serialize(CAS cas,
org.xml.sax.ContentHandler contentHandler)
Write the CAS data to a SAX content handler.
|
void |
XCASSerializer.serialize(CAS cas,
org.xml.sax.ContentHandler contentHandler,
boolean encodeDoc)
Write the CAS data to a SAX content handler.
|
void |
XCASSerializer.serialize(CAS cas,
org.xml.sax.ContentHandler contentHandler,
boolean encodeDoc,
OutOfTypeSystemData outOfTypeSystemData)
Write the CAS data to a SAX content handler.
|
void |
XmiCasSerializer.serialize(CAS cas,
org.xml.sax.ContentHandler contentHandler,
org.xml.sax.ErrorHandler errorHandler)
Write the CAS data to a SAX content handler.
|
void |
XmiCasSerializer.serialize(CAS cas,
org.xml.sax.ContentHandler contentHandler,
org.xml.sax.ErrorHandler errorHandler,
XmiSerializationSharedData sharedData)
Write the CAS data to a SAX content handler.
|
void |
XmiCasSerializer.serialize(CAS cas,
org.xml.sax.ContentHandler contentHandler,
org.xml.sax.ErrorHandler errorHandler,
XmiSerializationSharedData sharedData,
Marker marker)
Write the CAS data to a SAX content handler.
|
static void |
XmiCasSerializer.serialize(CAS aCAS,
java.io.OutputStream aStream)
Serializes a CAS to an XMI stream.
|
static void |
XCASSerializer.serialize(CAS aCAS,
java.io.OutputStream aStream)
Serializes an XCAS to a stream.
|
static void |
XCASSerializer.serialize(CAS aCAS,
java.io.OutputStream aStream,
boolean isFormattedOutput)
Serializes an XCAS to a stream.
|
static void |
XmiCasSerializer.serialize(CAS aCAS,
TypeSystem aTargetTypeSystem,
java.io.OutputStream aStream)
Serializes a CAS to an XMI stream.
|
static void |
XmiCasSerializer.serialize(CAS aCAS,
TypeSystem aTargetTypeSystem,
java.io.OutputStream aStream,
boolean aPrettyPrint,
XmiSerializationSharedData aSharedData)
Serializes a CAS to an XMI stream.
|
static void |
XmiCasSerializer.serialize(CAS aCAS,
TypeSystem aTargetTypeSystem,
java.io.OutputStream aStream,
boolean aPrettyPrint,
XmiSerializationSharedData aSharedData,
Marker aMarker)
Serializes a Delta CAS to an XMI stream.
|
static CASSerializer |
Serialization.serializeCAS(CAS cas) |
static void |
Serialization.serializeCAS(CAS cas,
java.io.OutputStream ostream) |
static void |
Serialization.serializeCAS(CAS cas,
java.io.OutputStream ostream,
Marker mark)
Serializes CAS data added or modified after the tracking Marker was created and writes it
to the output stream in Delta CAS format
|
static CASSerializer |
Serialization.serializeNoMetaData(CAS cas) |
void |
CASImpl.setCAS(CAS cas) |
Constructor and Description |
---|
DebugFSLogicalStructure.IndexInfo(CAS cas,
java.lang.String indexName) |
DebugFSLogicalStructure.IndexInfo(CAS cas,
java.lang.String indexName,
Type type) |
DebugFSLogicalStructure.ViewInfo(CAS cas)
Create information about a view for given CAS.
|
DefaultFSAnnotationComparator(CAS cas) |
Modifier and Type | Method and Description |
---|---|
void |
StatusCallbackListener.entityProcessComplete(CAS aCas,
EntityProcessStatus aStatus)
Called when the processing of each entity has completed.
|
void |
CollectionReader.getNext(CAS aCAS)
Gets the next element of the collection.
|
void |
CasInitializer.initializeCas(java.lang.Object aObj,
CAS aCAS)
Deprecated.
Reads content and metadata from an Object and initializes a
CAS . |
void |
CasConsumer_ImplBase.processCas(CAS[] aCASes) |
Modifier and Type | Method and Description |
---|---|
void |
CasObjectProcessor.processCas(CAS aCAS)
Process a single CAS.
|
void |
CasObjectProcessor.processCas(CAS[] aCASes)
Processes multiple CASes.
|
Modifier and Type | Method and Description |
---|---|
CasData |
CasConverter.casContainerToCasData(CAS aContainer)
Convert CAS Container (aka CAS Object) to CAS Data
|
void |
CasConverter.casDataToCasContainer(CasData aData,
CAS aContainer,
boolean aLenient)
Convert CAS Data to CAS Container (aka CAS Object)
|
Modifier and Type | Method and Description |
---|---|
void |
CasObjectNetworkCasProcessorImpl.processCas(CAS aCAS)
Uses configured transport to delegate given CAS to the remote service
|
void |
CasObjectNetworkCasProcessorImpl.processCas(CAS[] aCASes)
Uses configured transport to delegate given CASes to the remote service
|
Modifier and Type | Method and Description |
---|---|
CAS |
SocketTransport.process(java.net.Socket aSocket,
CAS aCas)
Invokes fenced CasProcessor.
|
CAS |
OFSocketTransportImpl.process(java.net.Socket aSocket,
CAS aCas) |
Modifier and Type | Method and Description |
---|---|
CAS |
SocketTransport.process(java.net.Socket aSocket,
CAS aCas)
Invokes fenced CasProcessor.
|
CAS |
OFSocketTransportImpl.process(java.net.Socket aSocket,
CAS aCas) |
Modifier and Type | Field and Description |
---|---|
protected CAS[] |
NonThreadedProcessingUnit.casList |
protected CAS[] |
ProcessingUnit.casList |
protected CAS |
NonThreadedProcessingUnit.conversionCas |
protected CAS |
ProcessingUnit.conversionCas |
protected CAS[] |
NonThreadedProcessingUnit.conversionCasArray |
protected CAS[] |
ProcessingUnit.conversionCasArray |
Modifier and Type | Method and Description |
---|---|
CAS[] |
WorkUnit.getCas() |
CAS |
CPECasPool.getCas()
Checks out a CAS from the pool.
|
CAS |
CPECasPool.getCas(long aTimeout)
Returns a Cas instance from the pool.
|
CAS |
CPECasPool.getCheckedOutCas(int aIndex)
Returns a CAS found in a given position in the list.
|
Modifier and Type | Method and Description |
---|---|
static void |
CPMEngine.callEntityProcessCompleteWithCAS(StatusCallbackListener statCL,
CAS cas,
EntityProcessStatus eps)
Internal use only, public for crss package access.
|
static int |
ConsumerCasUtils.getIntFeatValue(CAS aCasView,
java.lang.String aTypeS,
java.lang.String aFeatS)
Returns an int value of a given Feature Structure
|
static java.lang.String |
ConsumerCasUtils.getStringFeatValue(CAS aCasView,
java.lang.String aTypeS,
java.lang.String aFeatS)
Returns a string value of a given Feature Structure
|
static FeatureStructure |
ConsumerCasUtils.getTcasFS(CAS aCasView,
java.lang.String aTypeS)
Returns a Feature Structure of a given type
|
void |
SequencedQueue.invalidate(CAS[] aCasObjectList) |
void |
ArtifactProducer.invalidate(CAS[] aCasList) |
void |
BoundedWorkQueue.invalidate(CAS[] aCasObjectList) |
void |
CPMEngine.invalidateCASes(CAS[] aCASList) |
void |
CPECasPool.releaseCas(CAS aCas)
Checks in a CAS to the pool.
|
void |
CPMEngine.releaseCASes(CAS[] aCASList)
Releases given cases back to pool.
|
void |
WorkUnit.setCas(CAS[] aCas) |
Modifier and Type | Method and Description |
---|---|
static ChunkMetadata |
CPMUtils.getChunkMetadata(CAS aCas)
Extract metadata associated with chunk from a given CAS.
|
static int |
CPMUtils.getFeatureAsInt(CAS aCas,
Feature aFeature,
java.lang.String aName) |
static java.lang.String |
CPMUtils.getFeatureAsString(CAS aCas,
Feature aFeature,
java.lang.String aName)
Returns a value associated with a given feature
|
Modifier and Type | Method and Description |
---|---|
void |
RunAE.entityProcessComplete(CAS aCas,
EntityProcessStatus aStatus) |
static void |
PrintAnnotations.printAnnotations(CAS aCAS,
java.io.PrintStream aOut)
Prints all Annotations to a PrintStream.
|
static void |
PrintAnnotations.printAnnotations(CAS aCAS,
Type aAnnotType,
java.io.PrintStream aOut)
Prints all Annotations of a specified Type to a PrintStream.
|
static void |
PrintAnnotations.printFS(FeatureStructure aFS,
CAS aCAS,
int aNestingLevel,
java.io.PrintStream aOut)
Prints a FeatureStructure to a PrintStream.
|
void |
XmlDetagger.process(CAS aCAS) |
void |
SofaExampleAnnotator.process(CAS aCas) |
Modifier and Type | Method and Description |
---|---|
protected void |
PersonTitleAnnotator.annotateRange(CAS aCAS,
java.lang.String aText,
int aBeginPos)
A utility method that searches a part of the document for Person Titles.
|
protected void |
PersonTitleAnnotator.annotateRange(CAS aCAS,
java.lang.String aText,
int aBeginPos,
java.lang.String aTitleType,
java.lang.String[] aTitles)
A utility method that searches a part of the document for a specific kind of Person Title.
|
protected void |
PersonTitleAnnotator.createAnnotation(CAS aCAS,
int aBeginPos,
int aEndPos,
java.lang.String aTitleType)
Creates an PersonTitle annotation in the CAS.
|
protected int[] |
RegExAnnotator.getRangesToAnnotate(CAS aCAS)
Utility method that determines which subranges of the document text should be annotated by this
annotator.
|
void |
RegExAnnotator.process(CAS aCAS)
Invokes this annotator's analysis logic.
|
void |
PersonTitleAnnotator.process(CAS aCAS)
Annotates a document.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemCollectionReader.getNext(CAS aCAS) |
void |
XCasWriterCasConsumer.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
void |
PersonTitleDBWriterCasConsumer.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
void |
AnnotationPrinter.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
void |
InlineXmlCasConsumer.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
Modifier and Type | Method and Description |
---|---|
Flow |
WhiteboardFlowController.computeFlow(CAS aCAS) |
Flow |
WhiteboardFlowController2.computeFlow(CAS aCAS) |
Flow |
AdvancedFixedFlowController.computeFlow(CAS aCAS) |
Modifier and Type | Method and Description |
---|---|
void |
XmiCollectionReader.getNext(CAS aCAS) |
void |
XmiEcoreCasConsumer.processCas(CAS aCAS)
Processes a CAS.
|
void |
XmiWriterCasConsumer.processCas(CAS aCAS)
Processes the CAS which was populated by the TextAnalysisEngines.
|
Modifier and Type | Method and Description |
---|---|
protected CAS |
CasFlow_ImplBase.getCas()
Gets the CAS being routed by this Flow object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<CAS> |
CasFlowController_ImplBase.getRequiredCasInterface() |
Modifier and Type | Method and Description |
---|---|
abstract Flow |
CasFlowController_ImplBase.computeFlow(CAS aCAS)
This method must be overriden by subclasses.
|
protected Flow |
CasFlow_ImplBase.newCasProduced(CAS newCas,
java.lang.String producedBy)
By default, throws an exception to indicate this this Flow object does not support new CASes
being produced in the middle of the flow.
|
void |
CasFlow_ImplBase.setCas(CAS aCAS)
Deprecated.
this is automatically done by the framework after a new flow object is created
|
Modifier and Type | Method and Description |
---|---|
Flow |
CapabilityLanguageFlowController.computeFlow(CAS aCAS) |
Flow |
FixedFlowController.computeFlow(CAS aCAS) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<CAS> |
UimaContext_ImplBase.mOutstandingCASes
CASes that have been requested via
UimaContext_ImplBase.getEmptyCas(Class) minus the number calls
the framework has made to UimaContext_ImplBase.returnedCAS(AbstractCas) (which indicate that the
AnalysisComponent has returned a CAS from its next() method or released the CAS. |
Modifier and Type | Method and Description |
---|---|
static CASImpl |
Util.getStartingView(CAS cas,
boolean sofaAware,
ComponentInfo componentInfo) |
static AbstractCas |
Util.setupViewSwitchClassLoaders(CAS cas,
boolean sofaAware,
ComponentInfo componentInfo,
ResourceManager resourceManager,
java.lang.Class<? extends AbstractCas> casInterface) |
static AbstractCas |
Util.setupViewSwitchClassLoadersLockCas(CAS cas,
boolean sofaAware,
ComponentInfo componentInfo,
ResourceManager resourceManager,
java.lang.Class<? extends AbstractCas> casInterface) |
Modifier and Type | Method and Description |
---|---|
CAS |
JCas.getCas()
return the Cas object for this JCas instantiation
|
Modifier and Type | Method and Description |
---|---|
CAS |
TOP.getCAS() |
CAS |
AnnotationBase.getView() |
CAS |
AnnotationBase_Type.getView(int addr) |
Modifier and Type | Method and Description |
---|---|
CAS |
JCasImpl.getCas() |
Modifier and Type | Method and Description |
---|---|
static void |
JCasImpl.clearData(CAS cas)
(Internal Use only) called by the CAS reset function - clears the hashtable holding the
associations.
|
Modifier and Type | Method and Description |
---|---|
CAS |
CasManager.createNewCas(java.util.Properties aPerformanceTuningSettings)
Create a new CAS using the CasDefinition stored in this CAS Manager.
|
CAS |
CasManager.getCas(java.lang.String aRequestorContextName)
Gets an empty CAS.
|
Modifier and Type | Method and Description |
---|---|
AbstractCas |
CasManager.getCasInterface(CAS cas,
java.lang.Class<? extends AbstractCas> requiredInterface)
Gets a specified interface to a CAS.
|
Modifier and Type | Method and Description |
---|---|
CAS |
CasManager_impl.createNewCas(java.util.Properties aPerformanceTuningSettings) |
CAS |
CasManager_impl.getCas(java.lang.String aRequestorContextName) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<CAS,CasPool> |
CasManager_impl.getCasToCasPoolMap() |
Modifier and Type | Method and Description |
---|---|
AbstractCas |
CasManager_impl.getCasInterface(CAS cas,
java.lang.Class<? extends AbstractCas> requiredInterface)
Gets a specified interface to a CAS.
|
static AbstractCas |
CasManager_impl.getCasInterfaceStatic(CAS cas,
java.lang.Class<? extends AbstractCas> requiredInterface)
Gets a specified interface to a CAS.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Precondition.evaluate(CAS aCAS)
Determines if this precondition is satisfied by a CAS.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SimplePrecondition_impl.evaluate(CAS aCAS) |
Modifier and Type | Method and Description |
---|---|
CAS |
AnnotatorTester.createCAS()
Creates a new fresh CAS instance which can be used for testing.
|
static CAS |
AnnotatorTester.getCASfromXCAS(java.io.File tsFile,
java.io.File xcasFile)
create a CAS object from the given XCAS and typesystem files
|
CAS |
AnnotatorTester.performTest(CAS cas)
performs a test on the initialized annotator.
|
CAS |
AnnotatorTester.performTest(java.lang.String text,
java.lang.String language)
performs a test on the initialized annotator.
|
static CAS |
AnnotatorTester.performTest(java.lang.String descFilePath,
java.lang.String text,
java.lang.String language)
performs a test with a special annotator configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
AnnotatorTester.checkResult(CAS cas,
java.lang.String[] AnnotationTypes,
java.io.File refFile,
java.io.File testFile)
checkResult compares the analyzed document with the reference output.
|
CAS |
AnnotatorTester.performTest(CAS cas)
performs a test on the initialized annotator.
|
void |
AnnotationWriter.processCas(CAS aCAS) |
Modifier and Type | Method and Description |
---|---|
void |
RunAE.entityProcessComplete(CAS aCas,
EntityProcessStatus aStatus) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemCollectionReader.getNext(CAS aCAS) |
void |
XmlDetagger.process(CAS aCAS) |
void |
XCasWriterCasConsumer.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
void |
XmiWriterCasConsumer.processCas(CAS aCAS)
Processes the CAS which was populated by the TextAnalysisEngines.
|
void |
InlineXmlCasConsumer.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
Modifier and Type | Method and Description |
---|---|
CAS |
MainFrame.getCas() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationDisplayCustomizationFrame.init(java.util.Map<java.lang.String,javax.swing.text.Style> styleMap1,
CAS cas) |
void |
MainFrame.setCas(CAS cas) |
void |
FSTreeModel.update(java.lang.String indexName,
FSIndex index,
CAS cas1) |
Modifier and Type | Field and Description |
---|---|
protected CAS |
DocumentAnalyzer.cas |
Modifier and Type | Method and Description |
---|---|
protected CAS |
DocumentAnalyzer.createCasFromDescriptor(java.lang.String aDescriptorFile)
Creates a CAS from an descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentAnalyzer.entityProcessComplete(CAS aCas,
EntityProcessStatus aStatus) |
Constructor and Description |
---|
AnnotationViewerDialog(javax.swing.JFrame aParentFrame,
java.lang.String aDialogTitle,
PrefsMediator med,
java.io.File aStyleMapFile,
java.lang.String aPerformanceStats,
TypeSystem aTypeSystem,
java.lang.String[] aTypesToDisplay,
boolean generatedStyleMap,
CAS cas) |
AnnotationViewerDialog(javax.swing.JFrame aParentFrame,
java.lang.String aDialogTitle,
PrefsMediator med,
java.io.File aStyleMapFile,
java.lang.String aPerformanceStats,
TypeSystem aTypeSystem,
java.lang.String[] aTypesToDisplay,
java.lang.String interactiveTempFN,
boolean javaViewerRBisSelected,
boolean javaViewerUCRBisSelected,
boolean xmlRBisSelected,
CAS cas)
Create an AnnotationViewer Dialog
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
StyleMapEditor.launchEditor(AnalysisEngineMetaData aAnalysisEngineMetaData,
java.lang.String aStyleMapXml,
CAS cas)
Displays the StyleMapEditor GUI and allows the user to edit a style map.
|
void |
AnnotationFeaturesViewer.populate(AnalysisEngineDescription analysisEngine,
AnalysisEngineMetaData aeMetaData,
CAS cas) |
Constructor and Description |
---|
StyleMapEditor(javax.swing.JFrame aOwner,
CAS cas)
Creates a new `Editor.
|
Modifier and Type | Method and Description |
---|---|
void |
CasAnnotationViewer.setCAS(CAS aCAS)
Sets the CAS to be viewed.
|
Constructor and Description |
---|
CasTreeViewer(CAS aCAS)
Creates a CAS Tree Viewer.
|
Modifier and Type | Method and Description |
---|---|
protected CAS |
UimacppAnalysisComponent.getEmptyCAS() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<CAS> |
UimacppAnalysisComponent.getRequiredCasInterface() |
Modifier and Type | Method and Description |
---|---|
void |
UimacppEngine.next(CAS segment)
next
|
void |
UimacppAnalysisComponent.process(CAS aCAS) |
void |
UimacppAnalysisComponent.process(CAS cas,
ResultSpecification aResultSpec) |
void |
UimacppEngine.process(ResultSpecification rs,
CAS aCas,
boolean casIsEmpty)
process the document.
|
Modifier and Type | Method and Description |
---|---|
static CAS |
CasCreationUtils.createCas(AnalysisEngineDescription aDescription)
Creates a new CAS instance for an Analysis Engine.
|
static CAS |
CasCreationUtils.createCas(AnalysisEngineDescription aDescription,
java.util.Properties aPerformanceTuningSettings)
Creates a new CAS instance for an Analysis Engine.
|
static CAS |
CasCreationUtils.createCas(AnalysisEngineMetaData aMetaData)
Creates a new CAS instance.
|
static CAS |
CasCreationUtils.createCas(CasDefinition casDef,
java.util.Properties performanceTuningSettings)
Create a CAS from a CAS Definition.
|
static CAS |
CasCreationUtils.createCas(CasDefinition casDef,
java.util.Properties performanceTuningSettings,
TypeSystem typeSystem)
Create a CAS from a CAS Definition, but reuse the provided TypeSystem object.
|
static CAS |
CasCreationUtils.createCas(java.util.Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData)
Creates a new CAS instance for a collection of CAS Processors.
|
static CAS |
CasCreationUtils.createCas(java.util.Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData,
java.util.Properties aPerformanceTuningSettings)
Creates a new CAS instance for a collection of CAS Processors.
|
static CAS |
CasCreationUtils.createCas(java.util.Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData,
java.util.Properties aPerformanceTuningSettings,
ResourceManager aResourceManager)
Creates a new CAS instance for a collection of CAS Processors.
|
static CAS |
CasCreationUtils.createCas(java.util.Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData,
TypeSystem aTypeSystem,
java.util.Properties aPerformanceTuningSettings)
Creates a new CAS instance for a collection of CAS Processors, which.
|
static CAS |
CasCreationUtils.createCas(java.util.Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData,
TypeSystem aTypeSystem,
java.util.Properties aPerformanceTuningSettings,
ResourceManager aResourceManager)
Creates a new CAS instance for a collection of CAS Processors, which.
|
static CAS |
CasCreationUtils.createCas(ProcessingResourceMetaData aMetaData)
Creates a new CAS instance.
|
static CAS |
CasCreationUtils.createCas(TypeSystemDescription aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes)
Creates a new CAS instance.
|
static CAS |
CasCreationUtils.createCas(TypeSystemDescription aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes,
java.util.Properties aPerformanceTuningSettings)
Creates a new CAS instance.
|
static CAS |
CasCreationUtils.createCas(TypeSystemDescription aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes,
java.util.Properties aPerformanceTuningSettings,
ResourceManager aResourceManager)
Creates a new CAS instance.
|
static CAS |
CasCreationUtils.createCas(TypeSystem aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes,
java.util.Properties aPerformanceTuningSettings)
Creates a new CAS instance that reuses an existing type system.
|
static CAS |
CasCreationUtils.createCas(TypeSystem aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes,
java.util.Properties aPerformanceTuningSettings,
ResourceManager aResourceManager)
Creates a new CAS instance that reuses an existing type system.
|
CAS |
CasPool.getCas()
Checks out a CAS from the pool.
|
CAS |
CasPool.getCas(long aTimeout)
Checks out a CAS from the pool.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Vector<CAS> |
CasPool.getAllInstances() |
protected java.util.Vector<CAS> |
CasPool.getFreeInstances() |
Modifier and Type | Method and Description |
---|---|
static void |
CasCopier.copyCas(CAS aSrcCas,
CAS aDestCas,
boolean aCopySofa)
Does a complete deep copy of one CAS into another CAS.
|
void |
CasCopier.copyCasView(CAS aSrcCasView,
boolean aCopySofa)
Does a deep copy of the contents of one CAS View into another CAS.
|
static void |
XmlCasDeserializer.deserialize(java.io.InputStream aStream,
CAS aCAS)
Deserializes a CAS from a standoff-XML format.
|
static void |
XmlCasDeserializer.deserialize(java.io.InputStream aStream,
CAS aCAS,
boolean aLenient)
Deserializes a CAS from XMI.
|
java.lang.String |
CasToInlineXml.format(CAS aCAS)
Formats a CAS as a String.
|
java.lang.String |
TCasToInlineXml.format(CAS aCAS)
Deprecated.
|
java.lang.String |
TCasFormatter.format(CAS aCAS)
Produces a string representation of a CAS.
|
java.lang.String |
CasToInlineXml.format(CAS aCAS,
FSMatchConstraint aFilter)
Formats a CAS as a String.
|
java.lang.String |
TCasToInlineXml.format(CAS aCAS,
FSMatchConstraint aFilter)
Deprecated.
|
java.lang.String |
TCasFormatter.format(CAS aCAS,
FSMatchConstraint aFilter)
Produces a string representation of a CAS.
|
java.lang.String |
CasToInlineXml.generateXML(CAS aCAS)
Generates inline XML from a CAS.
|
java.lang.String |
TCasToInlineXml.generateXML(CAS aCAS)
Deprecated.
Generates inline XML from a CAS.
|
java.lang.String |
CasToInlineXml.generateXML(CAS aCAS,
FSMatchConstraint aFilter)
Generates inline XML from a CAS.
|
java.lang.String |
TCasToInlineXml.generateXML(CAS aCAS,
FSMatchConstraint aFilter)
Deprecated.
Generates inline XML from a CAS.
|
static int |
ConsumerCasUtils.getIntFeatValue(CAS aCasView,
java.lang.String aTypeS,
java.lang.String aFeatS) |
static java.lang.String |
ConsumerCasUtils.getStringFeatValue(CAS aCasView,
java.lang.String aTypeS,
java.lang.String aFeatS) |
static FeatureStructure |
ConsumerCasUtils.getTcasFS(CAS aCasView,
java.lang.String aTypeS) |
void |
CasPool.releaseCas(CAS aCas)
Checks in a CAS to the pool.
|
static void |
XmlCasSerializer.serialize(CAS aCAS,
java.io.OutputStream aStream)
Serializes a CAS to XMI format and writes it to an output stream.
|
static void |
XmlCasSerializer.serialize(CAS aCAS,
TypeSystem aTargetTypeSystem,
java.io.OutputStream aStream)
Serializes a CAS to XMI format and writes it to an output stream.
|
Constructor and Description |
---|
CasCopier(CAS aSrcCas,
CAS aDestCas)
Creates a new CasCopier that can be used to copy FeatureStructures from one CAS to another.
|
Copyright © 2012. All Rights Reserved.