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

com.greenpepper.document.InterpreterSelector Maven / Gradle / Ivy

The newest version!
package com.greenpepper.document;

import com.greenpepper.Interpreter;
import com.greenpepper.Example;

/**
 * 

InterpreterSelector interface.

* * @author oaouattara * @version $Id: $Id */ public interface InterpreterSelector { /** *

selectInterpreter.

* * @param table a {@link com.greenpepper.Example} object. * @return a {@link com.greenpepper.Interpreter} object. */ Interpreter selectInterpreter(Example table); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy