The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package org.maltparser.parser.history.action;

/**
*
* @author Johan Hall
* @since 1.1
**/
public interface ActionDecision {
	public void clear();
}