org.schwiebert.abl4j.align
Class AllAlignment
java.lang.Object
org.schwiebert.abl4j.align.AllAlignment
public final class AllAlignment
- extends Object
- Author:
- Menno van Zaanen (menno@ics.mq.edu.au) (original C++ Version), Jeroen Geertzen (j.geertzen@uvt.nl) (modifications in C++ Version), Stephan Schwiebert (sschwieb@spinfo.uni-koeln.de)
(Java-Implementation)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operations
private final Vector<EditOperation> operations
alignments
private final Vector<Alignment> alignments
begin1
private final int begin1
end1
private final int end1
begin2
private final int begin2
end2
private final int end2
b
private final ITree b
e
private final ITree e
AllAlignment
public AllAlignment(ITree b,
ITree e,
boolean comparismMode)
swap
private void swap(AllAlignment.SetLinkList a,
AllAlignment.SetLinkList b)
findAllLinks
public AllAlignment.SetLinkList findAllLinks()
findAllMatchingTerminals
public AllAlignment.LinkList findAllMatchingTerminals()
getAlignments
public final Vector<Alignment> getAlignments()
© 2007 Stephan Schwiebert