|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Marker | |
---|---|
org.apache.uima.cas | Common Analysis System (CAS) Interfaces. |
org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. |
Uses of Marker in org.apache.uima.cas |
---|
Methods in org.apache.uima.cas that return Marker | |
---|---|
Marker |
CAS.createMarker()
Sets a mark and returns the marker object set with the current mark which can be used to query when certain FSs were created. |
Uses of Marker in org.apache.uima.cas.impl |
---|
Classes in org.apache.uima.cas.impl that implement Marker | |
---|---|
class |
MarkerImpl
A MarkerImpl holds a high-water "mark" in the CAS, for all views. |
Methods in org.apache.uima.cas.impl that return Marker | |
---|---|
Marker |
CASImpl.createMarker()
The current implementation only supports 1 marker call per CAS. |
Methods in org.apache.uima.cas.impl with parameters of type Marker | |
---|---|
void |
CASSerializer.addCAS(CASImpl cas,
java.io.OutputStream ostream,
Marker trackingMark)
Serializes only new and modified FS and index operations made after the tracking mark is created. |
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,
TypeSystem aTargetTypeSystem,
java.io.OutputStream aStream,
boolean aPrettyPrint,
XmiSerializationSharedData aSharedData,
Marker aMarker)
Serializes a Delta CAS to an XMI stream. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |