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

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

package org.maltparserx.parser.history.action;

import org.maltparserx.core.exception.MaltChainedException;

/**
*
* @author Johan Hall
* @since 1.1
**/
public interface MultipleDecision extends GuideDecision {
	public SingleDecision getSingleDecision(int decisionIndex) throws MaltChainedException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy