Project

General

Profile

1
package eu.dnetlib.msro.workflows.procs;
2

    
3
/**
4
 * Created by michele on 24/11/15.
5
 */
6
public interface ProcessAware {
7

    
8
	void setProcess(WorkflowProcess process);
9

    
10
}
(2-2/8)