Project

General

Profile

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

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

    
8
	void setProcess(Process process);
9

    
10
}
(8-8/12)