Package nzilbb.editpath
Class TestDefaultEditComparator
- java.lang.Object
-
- nzilbb.editpath.TestDefaultEditComparator
-
public class TestDefaultEditComparator extends Object
-
-
Constructor Summary
Constructors Constructor Description TestDefaultEditComparator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
basicCompare()
void
compareIncludingNull()
Test compare where one or both of the arguments is null.void
customisedEquals()
static void
main(String[] args)
-
-
-
Method Detail
-
basicCompare
public void basicCompare()
-
compareIncludingNull
public void compareIncludingNull()
Test compare where one or both of the arguments is null. Not actually intended to be possible, as used by MinimumEditPath but it could conceivably happen if the given sequences include nulls. If this is the case, then the result operation isn't INSERT or DELETE, but rather CHANGE i.e. you CHANGE an element from something to null, or from null to something.
-
customisedEquals
public void customisedEquals()
-
main
public static void main(String[] args)
-
-