/** * */ package org.gcube.common.workspacetaskexecutor.shared; /** * The Interface BaseTaskComputation. * * @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it * May 3, 2018 */ public interface BaseTaskComputation { /** * Gets the id. * * @return the id */ public String getId(); }