ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.align.methods
Interface AlignmentMethod

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
AbstractAdvancedMethod, AllAlignmentsMethod, DemoAlignMethod, LeftAlignmentMethod, LeftAndRightAlignmentMethod, RightAlignmentMethod, SuffixTreeAlignment, WagnerFisherAlignmentMethod, WagnerFisherBiasedAlignmentMethod, WagnerFisherDefaultAlignmentMethod

public interface AlignmentMethod
extends IConfigurable

An AlignmentMethod. In ABL4J, all alignment methods are represented as interfaces, so they can be passed to the Align component via its constructor Align#Align(ITreeBank, AlignmentMethod).

Author:
Stephan Schwiebert (sschwieb@spinfo.uni-koeln.de)
See Also:
Align

Method Summary
 void handleEditOperationStructure(ITreeBank tb, ITree<?> current)
           
 
Methods inherited from interface org.schwiebert.abl4j.IConfigurable
configure
 

Method Detail

handleEditOperationStructure

void handleEditOperationStructure(ITreeBank tb,
                                  ITree<?> current)

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert