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