/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package br.uff.ic.gems.peixeespadacliente.strategy.main; import br.uff.ic.gems.peixeespadacliente.configuration.Configuration; /** * * @author Gleiph */ public interface SearchStrategy { public Configuration execute(); }