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

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

The newest version!
package com.greenpepper.interpreter.flow;

import com.greenpepper.Specification;
import com.greenpepper.reflect.Fixture;

/**
 * You need to have a constructor taking a {@link com.greenpepper.reflect.Fixture}.
 *
 * @author wattazoum
 * @version $Id: $Id
 */
public interface Row
{
    /**
     * 

interpret.

* * @param row a {@link com.greenpepper.Specification} object. */ void interpret(Specification row); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy