Uses of Class
net.sf.okapi.common.ExecutionContext
-
Packages that use ExecutionContext Package Description net.sf.okapi.common.pipelinedriver Interfaces and classes to implement and pipeline drivers.net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter.net.sf.okapi.steps.common Classes implementing often-used steps.net.sf.okapi.steps.formatconversion net.sf.okapi.steps.idaligner net.sf.okapi.steps.rainbowkit.creation -
-
Uses of ExecutionContext in net.sf.okapi.common.pipelinedriver
Methods in net.sf.okapi.common.pipelinedriver that return ExecutionContext Modifier and Type Method Description protected ExecutionContextPipelineDriver. getContext()Methods in net.sf.okapi.common.pipelinedriver with parameters of type ExecutionContext Modifier and Type Method Description voidIPipelineDriver. setExecutionContext(ExecutionContext context)Sets the execution context for this driver.voidPipelineDriver. setExecutionContext(ExecutionContext context) -
Uses of ExecutionContext in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return ExecutionContext Modifier and Type Method Description ExecutionContextPipelineParameters. getExecutionContext()Methods in net.sf.okapi.common.resource with parameters of type ExecutionContext Modifier and Type Method Description voidPipelineParameters. setExecutionContext(ExecutionContext context) -
Uses of ExecutionContext in net.sf.okapi.steps.common
Methods in net.sf.okapi.steps.common with parameters of type ExecutionContext Modifier and Type Method Description voidFilterEventsWriterStep. setExecutionContext(ExecutionContext context) -
Uses of ExecutionContext in net.sf.okapi.steps.formatconversion
Methods in net.sf.okapi.steps.formatconversion with parameters of type ExecutionContext Modifier and Type Method Description voidFormatConversionStep. setExecutionContext(ExecutionContext context) -
Uses of ExecutionContext in net.sf.okapi.steps.idaligner
Methods in net.sf.okapi.steps.idaligner with parameters of type ExecutionContext Modifier and Type Method Description voidIdBasedAlignerStep. setExecutionContext(ExecutionContext context) -
Uses of ExecutionContext in net.sf.okapi.steps.rainbowkit.creation
Methods in net.sf.okapi.steps.rainbowkit.creation with parameters of type ExecutionContext Modifier and Type Method Description voidExtractionStep. setContext(ExecutionContext context)
-