| Modifier and Type | Field and Description |
|---|---|
static Event |
Event.END_BATCH_EVENT
Deprecated.
Use
createEndBatchEvent() instead of this global object. |
static Event |
Event.NOOP_EVENT
Deprecated.
Use
createNoopEvent() instead of this global object. |
static Event |
Event.START_BATCH_EVENT
Deprecated.
Use
createStartBatchEvent() instead of this global object. |
static Event |
Event.START_BATCH_ITEM_EVENT
Deprecated.
Never used in Okapi, so we will not create a helper method. But using it is dangerous.
|
| Modifier and Type | Method and Description |
|---|---|
static Event |
Event.createEndBatchEvent()
Convenience method that creates an
EventType.END_BATCH event |
static Event |
Event.createNoopEvent()
Convenience method that creates an
EventType.NO_OP event |
static Event |
Event.createStartBatchEvent()
Convenience method that creates an
EventType.START_BATCH event |
| Modifier and Type | Method and Description |
|---|---|
Event |
SubFilterEventConverter.convertEvent(Event event)
Converts an event.
|
static Event |
FilterUtil.createDeepenSegmentationEvent()
|
protected Event |
AbstractFilter.createEndFilterEvent()
create a END_DOCUMENT
Event |
Event |
SubFilter.createRefEvent() |
Event |
SubFilter.createRefEvent(IResource resource) |
Event |
SubFilter.createRefEvent(ISkeleton beforeSkeleton,
ISkeleton afterSkeleton) |
protected Event |
AbstractFilter.createStartFilterEvent()
create a START_DOCUMENT
Event |
Event |
SubFilter.next() |
Event |
IFilter.next()
Gets the next event available.
|
Event |
EventBuilder.next()
Return the next filter event waiting in the event queue.
|
Event |
AbstractLineFilter.next() |
Event |
AbstractCompoundFilter.next() |
Event |
EventBuilder.peekTempEvent() |
Event |
EventBuilder.popTempEvent() |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
SubFilter.getEvents(RawDocument input)
Get events by subfilter at once, without using open()/hasNext()/next()/close().
|
default Stream<Event> |
IFilter.stream()
Generates all events from a filter as a
Stream. |
| Modifier and Type | Method and Description |
|---|---|
void |
EventBuilder.addFilterEvent(Event event)
|
Event |
SubFilterEventConverter.convertEvent(Event event)
Converts an event.
|
static void |
FilterUtil.logDebugEvent(Event e,
String leader,
org.slf4j.Logger logger)
Logs an event at the debug level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventBuilder.addFilterEvents(List<Event> events)
|
static void |
FilterUtil.logDebugEvents(Iterable<Event> events,
org.slf4j.Logger logger)
Logs events at the debug level.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
ZipFilterWriter.handleEvent(Event event) |
Event |
XLIFFWriter.handleEvent(Event event) |
Event |
TMXFilterWriter.handleEvent(Event event) |
Event |
IFilterWriter.handleEvent(Event event)
Handles the filter events.
|
Event |
GenericFilterWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
ZipFilterWriter.handleEvent(Event event) |
Event |
XLIFFWriter.handleEvent(Event event) |
Event |
TMXFilterWriter.handleEvent(Event event) |
Event |
IFilterWriter.handleEvent(Event event)
Handles the filter events.
|
Event |
GenericFilterWriter.handleEvent(Event event) |
protected void |
ZipFilterWriter.processDocumentPart(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
BasePipelineStep.handleCustom(Event event)
Handles the
EventType.CUSTOM event. |
protected Event |
BasePipelineStep.handleDocumentPart(Event event)
Handles the
EventType.DOCUMENT_PART event. |
protected Event |
BasePipelineStep.handleEndBatch(Event event)
Handles the
EventType.END_BATCH event. |
protected Event |
BasePipelineStep.handleEndBatchItem(Event event)
Handles the
EventType.END_BATCH_ITEM event. |
protected Event |
BasePipelineStep.handleEndDocument(Event event)
Handles the
EventType.END_DOCUMENT event. |
protected Event |
BasePipelineStep.handleEndGroup(Event event)
Handles the
EventType.END_GROUP event. |
protected Event |
BasePipelineStep.handleEndSubDocument(Event event)
Handles the
EventType.END_SUBDOCUMENT event. |
protected Event |
BasePipelineStep.handleEndSubfilter(Event event) |
Event |
IPipelineStep.handleEvent(Event event)
Processes each event sent though the pipeline.
|
Event |
BasePipelineStep.handleEvent(Event event) |
protected Event |
BasePipelineStep.handleMultiEvent(Event event)
Handles the
EventType#MULTI_EVENT event. |
protected Event |
BasePipelineStep.handlePipelineParameters(Event event)
Handles the
EventType#PIPELINE_PARAMETERS event. |
protected Event |
BasePipelineStep.handleRawDocument(Event event)
Handles the
EventType.RAW_DOCUMENT event. |
protected Event |
BasePipelineStep.handleStartBatch(Event event)
Handles the
EventType.START_BATCH event. |
protected Event |
BasePipelineStep.handleStartBatchItem(Event event)
Handles the
EventType.START_BATCH_ITEM event. |
protected Event |
BasePipelineStep.handleStartDocument(Event event)
Handles the
EventType.START_DOCUMENT event. |
protected Event |
BasePipelineStep.handleStartGroup(Event event)
Handles the
EventType.START_GROUP event. |
protected Event |
BasePipelineStep.handleStartSubDocument(Event event)
Handles the
EventType.START_SUBDOCUMENT event. |
protected Event |
BasePipelineStep.handleStartSubfilter(Event event) |
protected Event |
BasePipelineStep.handleTextUnit(Event event)
Handles the
EventType.TEXT_UNIT event. |
Event |
ICallableStep.processNow(Event event)
process the event now without threading.
|
| Modifier and Type | Method and Description |
|---|---|
protected Event |
BasePipelineStep.handleCustom(Event event)
Handles the
EventType.CUSTOM event. |
protected Event |
BasePipelineStep.handleDocumentPart(Event event)
Handles the
EventType.DOCUMENT_PART event. |
protected Event |
BasePipelineStep.handleEndBatch(Event event)
Handles the
EventType.END_BATCH event. |
protected Event |
BasePipelineStep.handleEndBatchItem(Event event)
Handles the
EventType.END_BATCH_ITEM event. |
protected Event |
BasePipelineStep.handleEndDocument(Event event)
Handles the
EventType.END_DOCUMENT event. |
protected Event |
BasePipelineStep.handleEndGroup(Event event)
Handles the
EventType.END_GROUP event. |
protected Event |
BasePipelineStep.handleEndSubDocument(Event event)
Handles the
EventType.END_SUBDOCUMENT event. |
protected Event |
BasePipelineStep.handleEndSubfilter(Event event) |
Event |
IPipelineStep.handleEvent(Event event)
Processes each event sent though the pipeline.
|
Event |
BasePipelineStep.handleEvent(Event event) |
protected Event |
BasePipelineStep.handleMultiEvent(Event event)
Handles the
EventType#MULTI_EVENT event. |
protected Event |
BasePipelineStep.handlePipelineParameters(Event event)
Handles the
EventType#PIPELINE_PARAMETERS event. |
protected Event |
BasePipelineStep.handleRawDocument(Event event)
Handles the
EventType.RAW_DOCUMENT event. |
protected Event |
BasePipelineStep.handleStartBatch(Event event)
Handles the
EventType.START_BATCH event. |
protected Event |
BasePipelineStep.handleStartBatchItem(Event event)
Handles the
EventType.START_BATCH_ITEM event. |
protected Event |
BasePipelineStep.handleStartDocument(Event event)
Handles the
EventType.START_DOCUMENT event. |
protected Event |
BasePipelineStep.handleStartGroup(Event event)
Handles the
EventType.START_GROUP event. |
protected Event |
BasePipelineStep.handleStartSubDocument(Event event)
Handles the
EventType.START_SUBDOCUMENT event. |
protected Event |
BasePipelineStep.handleStartSubfilter(Event event) |
protected Event |
BasePipelineStep.handleTextUnit(Event event)
Handles the
EventType.TEXT_UNIT event. |
void |
Pipeline.process(Event input) |
void |
IPipeline.process(Event input)
|
Event |
ICallableStep.processNow(Event event)
process the event now without threading.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
XPipelineStep.handleEvent(Event event) |
Event |
XPipeline.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
XPipelineStep.handleEvent(Event event) |
Event |
XPipeline.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Event> |
MultiEvent.iterator()
Creates an iterator for the events in this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiEvent.addEvent(Event event)
Adds an event to this object.
|
void |
MultiEvent.addEvent(Event event,
int index)
Inserts an event in this object at the specified position.
|
| Constructor and Description |
|---|
MultiEvent(List<Event> events)
Creates a new MultiEvent object with a list of given events.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
ResourceSimplifier.convert(Event event) |
Event |
IEventConverter.convert(Event event)
Converts a given event into a different event, modifying either its type or attached resource.
|
Event |
AbstractResourceSimplifier.convert(Event event) |
protected Event |
ResourceSimplifier.convertEvent(Event event) |
protected abstract Event |
AbstractResourceSimplifier.convertEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
IEventConverter.convertToList(Event event)
Converts a given event into a list of events.
|
List<Event> |
AbstractResourceSimplifier.convertToList(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
ResourceSimplifier.convert(Event event) |
Event |
IEventConverter.convert(Event event)
Converts a given event into a different event, modifying either its type or attached resource.
|
Event |
AbstractResourceSimplifier.convert(Event event) |
protected Event |
ResourceSimplifier.convertEvent(Event event) |
protected abstract Event |
AbstractResourceSimplifier.convertEvent(Event event) |
List<Event> |
IEventConverter.convertToList(Event event)
Converts a given event into a list of events.
|
List<Event> |
AbstractResourceSimplifier.convertToList(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
GenericSkeletonSimplifier.convertEvent(Event event)
Converts a given event into a multi-event if it contains references in its source's codes or in skeleton, or passes it on if
either the skeleton is no instance of GenericSkeleton, contains no references, or the resource is referent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericSkeletonWriter.addToReferents(Event event) |
protected Event |
GenericSkeletonSimplifier.convertEvent(Event event)
Converts a given event into a multi-event if it contains references in its source's codes or in skeleton, or passes it on if
either the skeleton is no instance of GenericSkeleton, contains no references, or the resource is referent.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
PcdataSubFilter.next() |
Event |
AbstractMarkupFilter.next()
Queue up Jericho tokens until we can build an Okapi
Event and return it. |
protected Event |
AbstractMarkupFilter.peekTempEvent() |
| Modifier and Type | Method and Description |
|---|---|
Event |
ArchiveFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
AutoXLIFFFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
DoxygenWriter.handleEvent(Event event) |
Event |
DoxygenFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
DoxygenWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
DTDFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
ICMLFilterWriter.handleEvent(Event event) |
Event |
ICMLFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
ICMLFilterWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ICMLContext.addToQueue(List<Event> queue,
boolean evenIfEmpty)
Adds the text unit to the given queue.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
IDMLFilterWriter.handleEvent(Event event) |
Event |
IDMLFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
IDMLFilterWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
ITSFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
JSONFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
MarkdownFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
MIFFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
MosesTextFilterWriter.handleEvent(Event event) |
Event |
MosesTextFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
MosesTextFilterWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
MultiParsersFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
OpenOfficeFilter.next() |
Event |
ODFFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
OpenXMLFilterWriter.handleEvent(Event event)
Handles an event.
|
Event |
OpenXMLFilter.next()
Returns the next zip filter event.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
OpenXMLFilterWriter.handleEvent(Event event)
Handles an event.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
PdfFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
PensieveFilterWriter.handleEvent(Event event) |
Event |
PensieveFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
PensieveFilterWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
PHPContentFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Event> |
BasePlainTextFilter.callSubfilter(ITextUnit parent) |
| Modifier and Type | Method and Description |
|---|---|
Event |
RegexPlainTextFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
POWriter.handleEvent(Event event) |
Event |
POFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
POWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
PropertiesFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
XLIFF2Filter.next() |
Event |
RainbowKitFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
RegexFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
RTFFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
TEXFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
TmxFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
TransifexFilterWriter.handleEvent(Event event) |
Event |
TransifexFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
TransifexFilterWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
TransTableWriter.handleEvent(Event event) |
Event |
TransTableFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
TransTableWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
TsFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
TTXFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
TXMLFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
VignetteFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
WikiWriter.handleEvent(Event event) |
Event |
WikiFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
WikiWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
XINIWriter.handleEvent(Event event) |
Event |
XINIFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Event> |
XINIReader.getFilterEvents()
|
| Modifier and Type | Method and Description |
|---|---|
Event |
XINIWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
XINIRainbowkitWriter.handleEvent(Event event) |
Event |
XINIRainbowkitFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Event> |
XINIRainbowkitReader.getFilterEvents(String relDocName)
|
| Modifier and Type | Method and Description |
|---|---|
Event |
XINIRainbowkitWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
XLIFFFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
XLIFF2FilterWriter.handleEvent(Event event) |
Event |
XLIFF2Filter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
XLIFF2FilterWriter.handleEvent(Event event) |
List<Event> |
OkpToX2Converter.handleEvent(Event okapiEvent,
XLIFF2FilterWriter xliff2FilterWriter)
Takes an Okapi Core event and produces a list of XLIFF Toolkit
Events. |
| Modifier and Type | Method and Description |
|---|---|
Event |
YamlFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
SkeletonMergerWriter.handleEvent(Event event) |
protected Event |
SkeletonMergerWriter.processUntilTextUnit()
Get events in the original document until the next text unit.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
SkeletonMergerWriter.handleEvent(Event event) |
protected void |
SkeletonMergerWriter.processTextUnit(Event event)
Take the translated
TextUnit and match it up with its corresponding
skeleton version. |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
OriginalDocumentXliffMergerStep.handleRawDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
OriginalDocumentXliffMergerStep.handleRawDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
PreprocessingFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
Event |
BatchTranslator.endBatch()
Finishes the batch.
|
protected Event |
BatchTranslationStep.handleEndBatchItem(Event event) |
protected Event |
BatchTranslationStep.handleRawDocument(Event event) |
protected Event |
BatchTranslationStep.handleStartBatch(Event event) |
protected Event |
BatchTranslationStep.handleStartBatchItem(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
BatchTranslationStep.handleEndBatchItem(Event event) |
protected Event |
BatchTranslationStep.handleRawDocument(Event event) |
protected Event |
BatchTranslationStep.handleStartBatch(Event event) |
protected Event |
BatchTranslationStep.handleStartBatchItem(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
BOMConversionStep.handleEndBatchItem(Event event) |
protected Event |
BOMConversionStep.handleRawDocument(Event event) |
protected Event |
BOMConversionStep.handleStartBatchItem(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
BOMConversionStep.handleEndBatchItem(Event event) |
protected Event |
BOMConversionStep.handleRawDocument(Event event) |
protected Event |
BOMConversionStep.handleStartBatchItem(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
CharactersCheckerStep.handleStartBatch(Event event) |
protected Event |
CharactersCheckerStep.handleStartDocument(Event event) |
protected Event |
CharactersCheckerStep.handleStartSubDocument(Event event) |
protected Event |
CharactersCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
CharactersCheckerStep.handleStartBatch(Event event) |
protected Event |
CharactersCheckerStep.handleStartDocument(Event event) |
protected Event |
CharactersCheckerStep.handleStartSubDocument(Event event) |
protected Event |
CharactersCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
CharListingStep.handleEndBatch(Event event) |
protected Event |
CharListingStep.handleStartBatch(Event event) |
protected Event |
CharListingStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
CharListingStep.handleEndBatch(Event event) |
protected Event |
CharListingStep.handleStartBatch(Event event) |
protected Event |
CharListingStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
CleanupStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
CleanupStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
CodesRemovalStep.handleStartBatch(Event event) |
protected Event |
CodesRemovalStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
CodesRemovalStep.handleStartBatch(Event event) |
protected Event |
CodesRemovalStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
ResourceSimplifierStep.handleEvent(Event event) |
Event |
RawDocumentToFilterEventsStep.handleEvent(Event event) |
Event |
FilterEventsWriterStep.handleEvent(Event event) |
Event |
FilterEventsToRawDocumentStep.handleEvent(Event event)
Catch all incoming
Events and write them out to the output document. |
Event |
AbstractCompoundStep.handleEvent(Event event) |
Event |
RawDocumentWriterStep.handleRawDocument(Event event) |
Event |
RawDocumentToOutputStreamStep.handleRawDocument(Event event) |
protected Event |
ExtractionVerificationStep.handleRawDocument(Event event) |
protected Event |
FilterEventsToRawDocumentStep.handleStartDocument(Event event) |
protected Event |
ConvertSegmentsToTextUnitsStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
ResourceSimplifierStep.handleEvent(Event event) |
Event |
RawDocumentToFilterEventsStep.handleEvent(Event event) |
Event |
FilterEventsWriterStep.handleEvent(Event event) |
Event |
FilterEventsToRawDocumentStep.handleEvent(Event event)
Catch all incoming
Events and write them out to the output document. |
Event |
AbstractCompoundStep.handleEvent(Event event) |
Event |
RawDocumentWriterStep.handleRawDocument(Event event) |
Event |
RawDocumentToOutputStreamStep.handleRawDocument(Event event) |
protected Event |
ExtractionVerificationStep.handleRawDocument(Event event) |
protected Event |
FilterEventsToRawDocumentStep.handleStartDocument(Event event) |
protected Event |
ConvertSegmentsToTextUnitsStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
PostSegmentationCodeSimplifierStep.handleTextUnit(Event event) |
protected Event |
CodeSimplifierStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
PostSegmentationCodeSimplifierStep.handleTextUnit(Event event) |
protected Event |
CodeSimplifierStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
CopySourceOnEmptyTargetStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
CopySourceOnEmptyTargetStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
CreateTargetStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
CreateTargetStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
RemoveTargetStep.handleStartBatch(Event event) |
protected Event |
RemoveTargetStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
RemoveTargetStep.handleStartBatch(Event event) |
protected Event |
RemoveTargetStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TuFilteringStep.handleStartBatch(Event event) |
protected Event |
TuFilteringStep.handleTextUnit(Event event) |
protected Event |
TuFilteringStep.processFiltered(Event tuEvent)
Process a given text unit event.
|
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TuFilteringStep.handleStartBatch(Event event) |
protected Event |
TuFilteringStep.handleTextUnit(Event event) |
protected Event |
TuFilteringStep.processFiltered(Event tuEvent)
Process a given text unit event.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
CopyOrMoveStep.handleRawDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
CopyOrMoveStep.handleRawDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
DesegmentationStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
DesegmentationStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
DiffLeverageStep.handleDocumentPart(Event event) |
protected Event |
DiffLeverageStep.handleEndBatch(Event event) |
protected Event |
DiffLeverageStep.handleEndDocument(Event event) |
protected Event |
DiffLeverageStep.handleEndGroup(Event event) |
protected Event |
DiffLeverageStep.handleEndSubDocument(Event event) |
protected Event |
DiffLeverageStep.handleRawDocument(Event event) |
protected Event |
DiffLeverageStep.handleStartBatch(Event event) |
protected Event |
DiffLeverageStep.handleStartDocument(Event event) |
protected Event |
DiffLeverageStep.handleStartGroup(Event event) |
protected Event |
DiffLeverageStep.handleStartSubDocument(Event event) |
protected Event |
DiffLeverageStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
DiffLeverageStep.handleDocumentPart(Event event) |
protected Event |
DiffLeverageStep.handleEndBatch(Event event) |
protected Event |
DiffLeverageStep.handleEndDocument(Event event) |
protected Event |
DiffLeverageStep.handleEndGroup(Event event) |
protected Event |
DiffLeverageStep.handleEndSubDocument(Event event) |
protected Event |
DiffLeverageStep.handleRawDocument(Event event) |
protected Event |
DiffLeverageStep.handleStartBatch(Event event) |
protected Event |
DiffLeverageStep.handleStartDocument(Event event) |
protected Event |
DiffLeverageStep.handleStartGroup(Event event) |
protected Event |
DiffLeverageStep.handleStartSubDocument(Event event) |
protected Event |
DiffLeverageStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
EncodingConversionStep.handleRawDocument(Event event) |
protected Event |
EncodingConversionStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
EncodingConversionStep.handleRawDocument(Event event) |
protected Event |
EncodingConversionStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EnrycherStep.handleEvent(Event event) |
protected Event |
EnrycherStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EnrycherStep.handleEvent(Event event) |
protected Event |
EnrycherStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
ExternalCommandStep.handleEndBatch(Event event) |
protected Event |
ExternalCommandStep.handleRawDocument(Event event) |
protected Event |
ExternalCommandStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
ExternalCommandStep.handleEndBatch(Event event) |
protected Event |
ExternalCommandStep.handleRawDocument(Event event) |
protected Event |
ExternalCommandStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
WordTableFilterWriter.handleEvent(Event event) |
Event |
TableFilterWriter.handleEvent(Event event) |
Event |
FormatConversionStep.handleEvent(Event event) |
Event |
CorpusFilterWriter.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
WordTableFilterWriter.handleEvent(Event event) |
Event |
TableFilterWriter.handleEvent(Event event) |
Event |
FormatConversionStep.handleEvent(Event event) |
Event |
CorpusFilterWriter.handleEvent(Event event) |
protected void |
FormatConversionStep.processTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
FullWidthConversionStep.handleEndDocument(Event event) |
protected Event |
FullWidthConversionStep.handleStartDocument(Event event) |
protected Event |
FullWidthConversionStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
FullWidthConversionStep.handleEndDocument(Event event) |
protected Event |
FullWidthConversionStep.handleStartDocument(Event event) |
protected Event |
FullWidthConversionStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
GeneralCheckerStep.handleStartBatch(Event event) |
protected Event |
GeneralCheckerStep.handleStartDocument(Event event) |
protected Event |
GeneralCheckerStep.handleStartSubDocument(Event event) |
protected Event |
GeneralCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
GeneralCheckerStep.handleStartBatch(Event event) |
protected Event |
GeneralCheckerStep.handleStartDocument(Event event) |
protected Event |
GeneralCheckerStep.handleStartSubDocument(Event event) |
protected Event |
GeneralCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
IdBasedAlignerStep.handleEndBatch(Event event) |
protected Event |
IdBasedAlignerStep.handleEndDocument(Event event) |
protected Event |
IdBasedAlignerStep.handleStartBatch(Event event) |
protected Event |
IdBasedAlignerStep.handleStartDocument(Event event) |
protected Event |
IdBasedAlignerStep.handleTextUnit(Event sourceEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
IdBasedAlignerStep.handleEndBatch(Event event) |
protected Event |
IdBasedAlignerStep.handleEndDocument(Event event) |
protected Event |
IdBasedAlignerStep.handleStartBatch(Event event) |
protected Event |
IdBasedAlignerStep.handleStartDocument(Event event) |
protected Event |
IdBasedAlignerStep.handleTextUnit(Event sourceEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
IdBasedCopyStep.handleEndDocument(Event event) |
protected Event |
IdBasedCopyStep.handleStartDocument(Event event) |
protected Event |
IdBasedCopyStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
IdBasedCopyStep.handleEndDocument(Event event) |
protected Event |
IdBasedCopyStep.handleStartDocument(Event event) |
protected Event |
IdBasedCopyStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
ImageModificationStep.handleRawDocument(Event event) |
protected Event |
ImageModificationStep.handleStartBatchItem(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
ImageModificationStep.handleRawDocument(Event event) |
protected Event |
ImageModificationStep.handleStartBatchItem(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
InconsistencyCheckStep.handleEndBatch(Event event) |
Event |
InconsistencyCheckStep.handleEndDocument(Event event) |
Event |
InconsistencyCheckStep.handleStartBatch(Event event) |
Event |
InconsistencyCheckStep.handleStartDocument(Event event) |
Event |
InconsistencyCheckStep.handleStartSubDocument(Event event) |
Event |
InconsistencyCheckStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
InconsistencyCheckStep.handleEndBatch(Event event) |
Event |
InconsistencyCheckStep.handleEndDocument(Event event) |
Event |
InconsistencyCheckStep.handleStartBatch(Event event) |
Event |
InconsistencyCheckStep.handleStartDocument(Event event) |
Event |
InconsistencyCheckStep.handleStartSubDocument(Event event) |
Event |
InconsistencyCheckStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
InlineCodesCheckerStep.handleStartBatch(Event event) |
protected Event |
InlineCodesCheckerStep.handleStartDocument(Event event) |
protected Event |
InlineCodesCheckerStep.handleStartSubDocument(Event event) |
protected Event |
InlineCodesCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
InlineCodesCheckerStep.handleStartBatch(Event event) |
protected Event |
InlineCodesCheckerStep.handleStartDocument(Event event) |
protected Event |
InlineCodesCheckerStep.handleStartSubDocument(Event event) |
protected Event |
InlineCodesCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
LengthCheckerStep.handleStartBatch(Event event) |
protected Event |
LengthCheckerStep.handleStartDocument(Event event) |
protected Event |
LengthCheckerStep.handleStartSubDocument(Event event) |
protected Event |
LengthCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
LengthCheckerStep.handleStartBatch(Event event) |
protected Event |
LengthCheckerStep.handleStartDocument(Event event) |
protected Event |
LengthCheckerStep.handleStartSubDocument(Event event) |
protected Event |
LengthCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
LeveragingStep.handleEndBatch(Event event) |
protected Event |
LeveragingStep.handleEndDocument(Event event) |
protected Event |
BatchTmLeveragingStep.handleEndDocument(Event event) |
Event |
BatchTmLeveragingStep.handleEvent(Event event) |
protected Event |
LeveragingStep.handleStartBatch(Event event) |
protected Event |
BatchTmLeveragingStep.handleStartBatch(Event event) |
protected Event |
LeveragingStep.handleStartDocument(Event event) |
protected Event |
LeveragingStep.handleTextUnit(Event event) |
protected Event |
BatchTmLeveragingStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
LeveragingStep.handleEndBatch(Event event) |
protected Event |
LeveragingStep.handleEndDocument(Event event) |
protected Event |
BatchTmLeveragingStep.handleEndDocument(Event event) |
Event |
BatchTmLeveragingStep.handleEvent(Event event) |
protected Event |
LeveragingStep.handleStartBatch(Event event) |
protected Event |
BatchTmLeveragingStep.handleStartBatch(Event event) |
protected Event |
LeveragingStep.handleStartDocument(Event event) |
protected Event |
LeveragingStep.handleTextUnit(Event event) |
protected Event |
BatchTmLeveragingStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
LineBreakConversionStep.handleRawDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
LineBreakConversionStep.handleRawDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
LocalizableCheckerStep.handleStartBatch(Event event) |
protected Event |
LocalizableCheckerStep.handleStartDocument(Event event) |
protected Event |
LocalizableCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
LocalizableCheckerStep.handleStartBatch(Event event) |
protected Event |
LocalizableCheckerStep.handleStartDocument(Event event) |
protected Event |
LocalizableCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
MergingStep.handleEvent(Event event) |
Event |
ExtractionStep.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
MergingStep.handleEvent(Event event) |
Event |
ExtractionStep.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
static Event |
MSBatchTranslationStep.generateAltOutput(String outFilePath,
String defaultEncoding,
LocaleId sourceLocale,
LocaleId targetLocale,
String filterConfigId)
Generates the alternative output used by several Trados Steps
|
Event |
MSBatchTranslationStep.handleEvent(Event event) |
protected Event |
MSBatchTranslationStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
MSBatchTranslationStep.handleEvent(Event event) |
protected Event |
MSBatchTranslationStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
ParagraphAlignerStep.handleDocumentPart(Event event) |
protected Event |
ParagraphAlignerStep.handleEndBatch(Event event) |
protected Event |
ParagraphAlignerStep.handleEndDocument(Event event) |
protected Event |
ParagraphAlignerStep.handleEndGroup(Event event) |
protected Event |
ParagraphAlignerStep.handleEndSubDocument(Event event) |
protected Event |
ParagraphAlignerStep.handleStartBatch(Event event) |
protected Event |
ParagraphAlignerStep.handleStartDocument(Event event) |
protected Event |
ParagraphAlignerStep.handleStartGroup(Event event) |
protected Event |
ParagraphAlignerStep.handleStartSubDocument(Event event) |
protected Event |
ParagraphAlignerStep.handleTextUnit(Event sourceEvent) |
| Modifier and Type | Method and Description |
|---|---|
int |
EventComparator.compare(Event srcEvent,
Event trgEvent) |
protected Event |
ParagraphAlignerStep.handleDocumentPart(Event event) |
protected Event |
ParagraphAlignerStep.handleEndBatch(Event event) |
protected Event |
ParagraphAlignerStep.handleEndDocument(Event event) |
protected Event |
ParagraphAlignerStep.handleEndGroup(Event event) |
protected Event |
ParagraphAlignerStep.handleEndSubDocument(Event event) |
protected Event |
ParagraphAlignerStep.handleStartBatch(Event event) |
protected Event |
ParagraphAlignerStep.handleStartDocument(Event event) |
protected Event |
ParagraphAlignerStep.handleStartGroup(Event event) |
protected Event |
ParagraphAlignerStep.handleStartSubDocument(Event event) |
protected Event |
ParagraphAlignerStep.handleTextUnit(Event sourceEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
PatternsCheckerStep.handleStartBatch(Event event) |
protected Event |
PatternsCheckerStep.handleStartDocument(Event event) |
protected Event |
PatternsCheckerStep.handleStartSubDocument(Event event) |
protected Event |
PatternsCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
PatternsCheckerStep.handleStartBatch(Event event) |
protected Event |
PatternsCheckerStep.handleStartDocument(Event event) |
protected Event |
PatternsCheckerStep.handleStartSubDocument(Event event) |
protected Event |
PatternsCheckerStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
QualityCheckStep.handleEndBatch(Event event) |
protected Event |
QualityCheckStep.handleRawDocument(Event event) |
protected Event |
QualityCheckStep.handleStartBatch(Event event) |
protected Event |
QualityCheckStep.handleStartBatchItem(Event event) |
protected Event |
QualityCheckStep.handleStartDocument(Event event) |
protected Event |
QualityCheckStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
QualityCheckStep.handleEndBatch(Event event) |
protected Event |
QualityCheckStep.handleRawDocument(Event event) |
protected Event |
QualityCheckStep.handleStartBatch(Event event) |
protected Event |
QualityCheckStep.handleStartBatchItem(Event event) |
protected Event |
QualityCheckStep.handleStartDocument(Event event) |
protected Event |
QualityCheckStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
BasePackageWriter.creatRawDocumentEventSet(String inputPath,
String defaultEncoding,
LocaleId srcLoc,
LocaleId trgLoc) |
Event |
BasePackageWriter.handleEvent(Event event) |
protected abstract Event |
BasePackageWriter.processEndDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
BasePackageWriter.handleEvent(Event event) |
protected void |
BasePackageWriter.processDocumentPart(Event event) |
protected abstract Event |
BasePackageWriter.processEndDocument(Event event) |
protected void |
BasePackageWriter.processEndGroup(Event event) |
protected void |
BasePackageWriter.processEndSubDocument(Event event) |
protected void |
BasePackageWriter.processRawDocument(Event event) |
protected void |
BasePackageWriter.processStartDocument(Event event) |
protected void |
BasePackageWriter.processStartGroup(Event event) |
protected void |
BasePackageWriter.processStartSubDocument(Event event) |
protected abstract void |
BasePackageWriter.processTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
ExtractionStep.handleEndBatch(Event event) |
Event |
ExtractionStep.handleEvent(Event event) |
protected Event |
ExtractionStep.handleRawDocument(Event event) |
protected Event |
ExtractionStep.handleStartBatch(Event event) |
protected Event |
ExtractionStep.handleStartDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
ExtractionStep.handleEndBatch(Event event) |
Event |
ExtractionStep.handleEvent(Event event) |
protected Event |
ExtractionStep.handleRawDocument(Event event) |
protected Event |
ExtractionStep.handleStartBatch(Event event) |
protected Event |
ExtractionStep.handleStartDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OmegaTPackageWriter.processStartDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
OntramPackageWriter.processEndDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
OntramPackageWriter.processEndDocument(Event event) |
protected void |
OntramPackageWriter.processEndGroup(Event event) |
protected void |
OntramPackageWriter.processStartDocument(Event event) |
protected void |
OntramPackageWriter.processStartGroup(Event event) |
protected void |
OntramPackageWriter.processTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
POPackageWriter.processEndDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
POPackageWriter.processEndDocument(Event event) |
protected void |
POPackageWriter.processEndSubDocument(Event event) |
protected void |
POPackageWriter.processStartDocument(Event event) |
protected void |
POPackageWriter.processStartSubDocument(Event event) |
protected void |
POPackageWriter.processTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
MergingStep.handleEvent(Event event) |
Event |
Merger.handleEvent(Event event) |
protected Event |
MergingStep.handleStartDocument(Event event) |
Event |
Merger.startMerging(MergingInfo info,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
MergingStep.handleEvent(Event event) |
Event |
Merger.handleEvent(Event event) |
protected Event |
MergingStep.handleStartDocument(Event event) |
Event |
Merger.startMerging(MergingInfo info,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
RTFPackageWriter.processEndDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFPackageWriter.processDocumentPart(Event event) |
protected Event |
RTFPackageWriter.processEndDocument(Event event) |
protected void |
RTFPackageWriter.processEndGroup(Event event) |
protected void |
RTFPackageWriter.processEndSubDocument(Event event) |
protected void |
RTFPackageWriter.processStartDocument(Event event) |
protected void |
RTFPackageWriter.processStartGroup(Event event) |
protected void |
RTFPackageWriter.processStartSubDocument(Event event) |
protected void |
RTFPackageWriter.processTextUnit(Event event) |
void |
RTFLayerWriter.writeEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TablePackageWriter.processEndDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TablePackageWriter.processEndDocument(Event event) |
protected void |
TablePackageWriter.processEndSubDocument(Event event) |
protected void |
TablePackageWriter.processStartDocument(Event event) |
protected void |
TablePackageWriter.processStartSubDocument(Event event) |
protected void |
TablePackageWriter.processTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TransifexPackageWriter.processEndDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TransifexPackageWriter.processEndDocument(Event event) |
protected void |
TransifexPackageWriter.processEndSubDocument(Event event) |
protected void |
TransifexPackageWriter.processStartDocument(Event event) |
protected void |
TransifexPackageWriter.processStartSubDocument(Event event) |
protected void |
TransifexPackageWriter.processTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
XLIFFPackageWriter.handleEvent(Event event) |
protected Event |
XLIFFPackageWriter.processEndDocument(Event event) |
protected Event |
XLIFF2PackageWriter.processEndDocument(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
XLIFFPackageWriter.handleEvent(Event event) |
protected void |
XLIFF2PackageWriter.processDocumentPart(Event event) |
protected Event |
XLIFFPackageWriter.processEndDocument(Event event) |
protected Event |
XLIFF2PackageWriter.processEndDocument(Event event) |
protected void |
XLIFFPackageWriter.processEndGroup(Event event) |
protected void |
XLIFF2PackageWriter.processEndGroup(Event event) |
protected void |
XLIFFPackageWriter.processEndSubDocument(Event event) |
protected void |
XLIFF2PackageWriter.processEndSubDocument(Event event) |
protected void |
XLIFFPackageWriter.processStartDocument(Event event) |
protected void |
XLIFF2PackageWriter.processStartDocument(Event event) |
protected void |
XLIFFPackageWriter.processStartGroup(Event event) |
protected void |
XLIFF2PackageWriter.processStartGroup(Event event) |
protected void |
XLIFFPackageWriter.processStartSubDocument(Event event) |
protected void |
XLIFF2PackageWriter.processStartSubDocument(Event event) |
protected void |
XLIFFPackageWriter.processTextUnit(Event event) |
protected void |
XLIFF2PackageWriter.processTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
RepetitionAnalysisStep.handleEndDocument(Event event) |
protected Event |
RepetitionAnalysisStep.handleStartDocument(Event event) |
protected Event |
RepetitionAnalysisStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
RepetitionAnalysisStep.handleEndDocument(Event event) |
protected Event |
RepetitionAnalysisStep.handleStartDocument(Event event) |
protected Event |
RepetitionAnalysisStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
RTFConversionStep.handleRawDocument(Event event) |
protected Event |
RTFConversionStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
RTFConversionStep.handleRawDocument(Event event) |
protected Event |
RTFConversionStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
ScopingReportStep.handleEndBatch(Event event)
Sets per-project fields
|
protected Event |
ScopingReportStep.handleEndBatchItem(Event event) |
protected Event |
ScopingReportStep.handleEndDocument(Event event) |
protected Event |
ScopingReportStep.handleStartBatch(Event event) |
protected Event |
ScopingReportStep.handleStartBatchItem(Event event) |
protected Event |
ScopingReportStep.handleStartDocument(Event event) |
protected Event |
ScopingReportStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
ScopingReportStep.handleEndBatch(Event event)
Sets per-project fields
|
protected Event |
ScopingReportStep.handleEndBatchItem(Event event) |
protected Event |
ScopingReportStep.handleEndDocument(Event event) |
protected Event |
ScopingReportStep.handleStartBatch(Event event) |
protected Event |
ScopingReportStep.handleStartBatchItem(Event event) |
protected Event |
ScopingReportStep.handleStartDocument(Event event) |
protected Event |
ScopingReportStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
SearchAndReplaceStep.handleEndBatch(Event event) |
protected Event |
SearchAndReplaceStep.handleRawDocument(Event event) |
protected Event |
SearchAndReplaceStep.handleStartBatch(Event event) |
protected Event |
SearchAndReplaceStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
SearchAndReplaceStep.handleEndBatch(Event event) |
protected Event |
SearchAndReplaceStep.handleRawDocument(Event event) |
protected Event |
SearchAndReplaceStep.handleStartBatch(Event event) |
protected Event |
SearchAndReplaceStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
SegmentationStep.handleCustom(Event event) |
protected Event |
SegmentationStep.handleStartBatch(Event event) |
protected Event |
SegmentationStep.handleStartBatchItem(Event event) |
protected Event |
SegmentationStep.handleStartDocument(Event event) |
protected Event |
SegmentationStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
SegmentationStep.handleCustom(Event event) |
protected Event |
SegmentationStep.handleStartBatch(Event event) |
protected Event |
SegmentationStep.handleStartBatchItem(Event event) |
protected Event |
SegmentationStep.handleStartDocument(Event event) |
protected Event |
SegmentationStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
SentenceAlignerStep.handleEndBatch(Event event) |
protected Event |
SentenceAlignerStep.handleEndDocument(Event event) |
protected Event |
SentenceAlignerStep.handlePipelineParameters(Event sourceEvent) |
protected Event |
SentenceAlignerStep.handleStartBatch(Event event) |
protected Event |
SentenceAlignerStep.handleStartDocument(Event event) |
protected Event |
SentenceAlignerStep.handleTextUnit(Event sourceEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
SentenceAlignerStep.handleEndBatch(Event event) |
protected Event |
SentenceAlignerStep.handleEndDocument(Event event) |
protected Event |
SentenceAlignerStep.handlePipelineParameters(Event sourceEvent) |
protected Event |
SentenceAlignerStep.handleStartBatch(Event event) |
protected Event |
SentenceAlignerStep.handleStartDocument(Event event) |
protected Event |
SentenceAlignerStep.handleTextUnit(Event sourceEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
SpaceCheckStep.handleEndDocument(Event event) |
protected Event |
SpaceCheckStep.handleStartDocument(Event event) |
protected Event |
SpaceCheckStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
SpaceCheckStep.handleEndDocument(Event event) |
protected Event |
SpaceCheckStep.handleStartDocument(Event event) |
protected Event |
SpaceCheckStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TermExtractionStep.handleEndBatch(Event event) |
protected Event |
TermExtractionStep.handleStartBatch(Event event) |
protected Event |
TermExtractionStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TermExtractionStep.handleEndBatch(Event event) |
protected Event |
TermExtractionStep.handleStartBatch(Event event) |
protected Event |
TermExtractionStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TerminologyLeveragingStep.handleEndBatch(Event event) |
protected Event |
TerminologyLeveragingStep.handleEndDocument(Event event) |
protected Event |
TerminologyLeveragingStep.handleStartBatch(Event event) |
protected Event |
TerminologyLeveragingStep.handleStartDocument(Event event) |
protected Event |
TerminologyLeveragingStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TerminologyLeveragingStep.handleEndBatch(Event event) |
protected Event |
TerminologyLeveragingStep.handleEndDocument(Event event) |
protected Event |
TerminologyLeveragingStep.handleStartBatch(Event event) |
protected Event |
TerminologyLeveragingStep.handleStartDocument(Event event) |
protected Event |
TerminologyLeveragingStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TextModificationStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TextModificationStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
TMImportStep.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
TMImportStep.handleEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TokenizationStep.handleStartDocument(Event event) |
protected Event |
TokenizationStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TokenizationStep.handleStartDocument(Event event) |
protected Event |
TokenizationStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TranslationComparisonStep.handleEndBatch(Event event) |
protected Event |
TranslationComparisonStep.handleEndDocument(Event event) |
protected Event |
TranslationComparisonStep.handleStartBatch(Event event) |
protected Event |
TranslationComparisonStep.handleStartDocument(Event event1) |
protected Event |
TranslationComparisonStep.handleTextUnit(Event event1) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TranslationComparisonStep.handleEndBatch(Event event) |
protected Event |
TranslationComparisonStep.handleEndDocument(Event event) |
protected Event |
TranslationComparisonStep.handleStartBatch(Event event) |
protected Event |
TranslationComparisonStep.handleStartDocument(Event event1) |
protected Event |
TranslationComparisonStep.handleTextUnit(Event event1) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TTXJoinerStep.handleEndBatch(Event event) |
protected Event |
TTXSplitterStep.handleRawDocument(Event event) |
protected Event |
TTXJoinerStep.handleRawDocument(Event event) |
protected Event |
TTXSplitterStep.handleStartBatch(Event event) |
protected Event |
TTXJoinerStep.handleStartBatch(Event event) |
protected Event |
TTXSplitterStep.handleStartBatchItem(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
TTXJoinerStep.handleEndBatch(Event event) |
protected Event |
TTXSplitterStep.handleRawDocument(Event event) |
protected Event |
TTXJoinerStep.handleRawDocument(Event event) |
protected Event |
TTXSplitterStep.handleStartBatch(Event event) |
protected Event |
TTXJoinerStep.handleStartBatch(Event event) |
protected Event |
TTXSplitterStep.handleStartBatchItem(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
UriConversionStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
UriConversionStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
WhitespaceCorrectionStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
WhitespaceCorrectionStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
SimpleWordCountStep.handleEndBatch(Event event) |
protected Event |
CharacterCountStep.handleEndBatch(Event event) |
protected Event |
SimpleWordCountStep.handleEndBatchItem(Event event) |
protected Event |
CharacterCountStep.handleEndBatchItem(Event event) |
protected Event |
CharacterCountStep.handleEndDocument(Event event) |
protected Event |
CharacterCountStep.handleEndGroup(Event event) |
protected Event |
CharacterCountStep.handleEndSubDocument(Event event) |
protected Event |
SimpleWordCountStep.handleStartBatch(Event event) |
protected Event |
CharacterCountStep.handleStartBatch(Event event) |
protected Event |
SimpleWordCountStep.handleStartBatchItem(Event event) |
protected Event |
CharacterCountStep.handleStartBatchItem(Event event) |
protected Event |
CharacterCountStep.handleStartDocument(Event event) |
protected Event |
CharacterCountStep.handleStartGroup(Event event) |
protected Event |
CharacterCountStep.handleStartSubDocument(Event event) |
protected Event |
SimpleWordCountStep.handleTextUnit(Event event) |
protected Event |
CharacterCountStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
SimpleWordCountStep.handleEndBatch(Event event) |
protected Event |
CharacterCountStep.handleEndBatch(Event event) |
protected Event |
SimpleWordCountStep.handleEndBatchItem(Event event) |
protected Event |
CharacterCountStep.handleEndBatchItem(Event event) |
protected Event |
CharacterCountStep.handleEndDocument(Event event) |
protected Event |
CharacterCountStep.handleEndGroup(Event event) |
protected Event |
CharacterCountStep.handleEndSubDocument(Event event) |
protected Event |
SimpleWordCountStep.handleStartBatch(Event event) |
protected Event |
CharacterCountStep.handleStartBatch(Event event) |
protected Event |
SimpleWordCountStep.handleStartBatchItem(Event event) |
protected Event |
CharacterCountStep.handleStartBatchItem(Event event) |
protected Event |
CharacterCountStep.handleStartDocument(Event event) |
protected Event |
CharacterCountStep.handleStartGroup(Event event) |
protected Event |
CharacterCountStep.handleStartSubDocument(Event event) |
protected Event |
SimpleWordCountStep.handleTextUnit(Event event) |
protected Event |
CharacterCountStep.handleTextUnit(Event event) |
protected void |
CharacterCountStep.saveToMetrics(Event event,
CharacterCounter.Counts count) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
GMXAlphanumericOnlyTextUnitWordCountStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
GMXAlphanumericOnlyTextUnitWordCountStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
BaseCountStep.handleEndBatch(Event event) |
protected Event |
BaseCountStep.handleEndBatchItem(Event event) |
protected Event |
BaseCountStep.handleEndDocument(Event event) |
protected Event |
BaseCountStep.handleEndGroup(Event event) |
protected Event |
BaseCountStep.handleEndSubDocument(Event event) |
protected Event |
BaseCountStep.handleStartBatch(Event event) |
protected Event |
BaseCountStep.handleStartBatchItem(Event event) |
protected Event |
BaseCountStep.handleStartDocument(Event event) |
protected Event |
BaseCountStep.handleStartGroup(Event event) |
protected Event |
BaseCountStep.handleStartSubDocument(Event event) |
protected Event |
BaseCountStep.handleTextUnit(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
BaseCountStep.handleEndBatch(Event event) |
protected Event |
BaseCountStep.handleEndBatchItem(Event event) |
protected Event |
BaseCountStep.handleEndDocument(Event event) |
protected Event |
BaseCountStep.handleEndGroup(Event event) |
protected Event |
BaseCountStep.handleEndSubDocument(Event event) |
protected Event |
BaseCountStep.handleStartBatch(Event event) |
protected Event |
BaseCountStep.handleStartBatchItem(Event event) |
protected Event |
BaseCountStep.handleStartDocument(Event event) |
protected Event |
BaseCountStep.handleStartGroup(Event event) |
protected Event |
BaseCountStep.handleStartSubDocument(Event event) |
protected Event |
BaseCountStep.handleTextUnit(Event event) |
protected void |
BaseCountStep.saveToMetrics(Event event,
long count) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
XliffJoinerStep.handleEndBatch(Event event) |
protected Event |
XliffWCSplitterStep.handleRawDocument(Event event) |
protected Event |
XliffSplitterStep.handleRawDocument(Event event) |
protected Event |
XliffJoinerStep.handleRawDocument(Event event) |
protected Event |
XliffSplitterStep.handleStartBatch(Event event) |
protected Event |
XliffJoinerStep.handleStartBatch(Event event) |
protected Event |
XliffSplitterStep.handleStartBatchItem(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
XliffJoinerStep.handleEndBatch(Event event) |
protected Event |
XliffWCSplitterStep.handleRawDocument(Event event) |
protected Event |
XliffSplitterStep.handleRawDocument(Event event) |
protected Event |
XliffJoinerStep.handleRawDocument(Event event) |
protected Event |
XliffSplitterStep.handleStartBatch(Event event) |
protected Event |
XliffJoinerStep.handleStartBatch(Event event) |
protected Event |
XliffSplitterStep.handleStartBatchItem(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
XMLAnalysisStep.handleEndBatch(Event event) |
protected Event |
XMLAnalysisStep.handleRawDocument(Event event) |
protected Event |
XMLAnalysisStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
XMLAnalysisStep.handleEndBatch(Event event) |
protected Event |
XMLAnalysisStep.handleRawDocument(Event event) |
protected Event |
XMLAnalysisStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
XMLCharFixingStep.handleEndBatch(Event event) |
protected Event |
XMLCharFixingStep.handleRawDocument(Event event) |
protected Event |
XMLCharFixingStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
XMLCharFixingStep.handleEndBatch(Event event) |
protected Event |
XMLCharFixingStep.handleRawDocument(Event event) |
protected Event |
XMLCharFixingStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
XMLValidationStep.handleRawDocument(Event event) |
protected Event |
XMLValidationStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
XMLValidationStep.handleRawDocument(Event event) |
protected Event |
XMLValidationStep.handleStartBatch(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
XSLTransformStep.handleEndBatch(Event event) |
protected Event |
XSLTransformStep.handleRawDocument(Event event) |
protected Event |
XSLTransformStep.handleStartBatch(Event event) |
protected Event |
XSLTransformStep.handleStartBatchItem(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
XSLTransformStep.handleEndBatch(Event event) |
protected Event |
XSLTransformStep.handleRawDocument(Event event) |
protected Event |
XSLTransformStep.handleStartBatch(Event event) |
protected Event |
XSLTransformStep.handleStartBatchItem(Event event) |
Copyright © 2022. All rights reserved.