X
- the class of the elements in the left input sequence.Y
- the class of the elements in the right input sequence.public class Operation<X,Y> extends Object
public Operation(X left, Y right, @NonNull OperationType type, double distance)
left
- The Node from the left input sequence that was used here or null if this is a
DELETION/SKIPDELETION operation.right
- The Node from the right input sequence that was used here or null if this is an
INSERTION/SKIPINSERTION operation.type
- The type of this Operation. Please refer to the OperationType class for more
information.distance
- The local distance contributed by this operation.Copyright (C) 2016-2018 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/