All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.maltparserx.parser.history.action.GuideDecision Maven / Gradle / Ivy

package org.maltparserx.parser.history.action;

import org.maltparserx.parser.history.GuideHistory;

/**
*
* @author Johan Hall
* @since 1.1
**/
public interface GuideDecision extends ActionDecision {
	public GuideHistory getGuideHistory();
	public int numberOfDecisions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy