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

com.greenpepper.interpreter.ActionInterpreter Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy