ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.align.methods
Class LeftAndRightAlignmentMethod

java.lang.Object
  extended by org.schwiebert.abl4j.align.methods.LeftAndRightAlignmentMethod
All Implemented Interfaces:
AlignmentMethod, IConfigurable

public class LeftAndRightAlignmentMethod
extends Object
implements AlignmentMethod

Implements the "both"-alignment of ABL

Author:
sschwieb

Field Summary
private  AlignmentMethod left
           
private  AlignmentMethod right
           
 
Constructor Summary
LeftAndRightAlignmentMethod()
           
 
Method Summary
 void configure(PropertiesMap properties)
           
 void handleEditOperationStructure(ITreeBank tb, ITree current)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

private AlignmentMethod left

right

private AlignmentMethod right
Constructor Detail

LeftAndRightAlignmentMethod

public LeftAndRightAlignmentMethod()
Method Detail

configure

public void configure(PropertiesMap properties)
Specified by:
configure in interface IConfigurable

handleEditOperationStructure

public void handleEditOperationStructure(ITreeBank tb,
                                         ITree current)
Specified by:
handleEditOperationStructure in interface AlignmentMethod

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert