/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package br.uff.ic.oceano.core.tools; /** * * @author DanCastellani */ public interface Tool { public String getName(); public String getRationale(); }