001 package org.maltparser.parser.history.action; 002 003 import org.maltparser.parser.history.GuideHistory; 004 005 /** 006 * 007 * @author Johan Hall 008 * @since 1.1 009 **/ 010 public interface GuideDecision extends ActionDecision { 011 public GuideHistory getGuideHistory(); 012 public int numberOfDecisions(); 013 }