/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package CPS.Module; /** * */ public interface CPSModuleMediator { public String getCropPlan(); public String getPlantingCropName(); }