com.greenpepper.interpreter.ActionInterpreter Maven / Gradle / Ivy
package com.greenpepper.interpreter;
import com.greenpepper.interpreter.flow.AbstractFlowInterpreter;
import com.greenpepper.interpreter.flow.action.ActionRowSelector;
import com.greenpepper.reflect.Fixture;
/**
* ActionInterpreter class.
*
* @author oaouattara
* @version $Id: $Id
*/
public class ActionInterpreter extends AbstractFlowInterpreter
{
/**
* Constructor for ActionInterpreter.
*
* @param fixture a {@link com.greenpepper.reflect.Fixture} object.
*/
public ActionInterpreter(Fixture fixture)
{
setRowSelector( new ActionRowSelector( fixture ) );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy