Uses of Interface
net.sf.okapi.common.pipeline.ICallableStep
-
Packages that use ICallableStep Package Description net.sf.okapi.common.pipeline Interfaces and classes to implement and manage pipelines. -
-
Uses of ICallableStep in net.sf.okapi.common.pipeline
Methods in net.sf.okapi.common.pipeline that return types with arguments of type ICallableStep Modifier and Type Method Description LinkedList<ICallableStep<T>>IWorkQueueStep. getCallableSteps()Gets the list ofICallableStepbased on the main or template step.
-