![JAR search and dependency download from the Maven repository](/logo.png)
eu.project.ttc.stream.CasConsumer Maven / Gradle / Ivy
package eu.project.ttc.stream;
import eu.project.ttc.models.TermSuiteCas;
public interface CasConsumer {
public void consume(TermSuiteCas cas);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy