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

com.greenpepper.interpreter.flow.RowSelector Maven / Gradle / Ivy

package com.greenpepper.interpreter.flow;

import com.greenpepper.Example;

/**
 * 

RowSelector interface.

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

select.

* * @param example a {@link com.greenpepper.Example} object. * @return a {@link com.greenpepper.interpreter.flow.Row} object. */ Row select(Example example); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy