Uses of Class
nzilbb.editpath.EditStep.StepOperation
- 
Packages that use EditStep.StepOperation Package Description nzilbb.editpath Implementation of Wagner-Fischer algorithm to determine the minimum edit path.
- 
- 
Uses of EditStep.StepOperation in nzilbb.editpathMethods in nzilbb.editpath that return EditStep.StepOperation Modifier and Type Method Description EditStep.StepOperationEditStep. getOperation()Getter forEditStep.enOperation: The operation represented by this step.static EditStep.StepOperationEditStep.StepOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static EditStep.StepOperation[]EditStep.StepOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nzilbb.editpath with parameters of type EditStep.StepOperation Modifier and Type Method Description EditStep<T>EditStep. setOperation(EditStep.StepOperation enNewOperation)Setter forEditStep.enOperation: The operation represented by this step.Constructors in nzilbb.editpath with parameters of type EditStep.StepOperation Constructor Description EditStep(T from, T to, double stepDistance, EditStep.StepOperation operation)ConstructorEditStep(T from, T to, double stepDistance, EditStep.StepOperation operation, EditStep<T> backtrace)Constructor
 
-