Project

General

Profile

« Previous | Next » 

Revision 40096

partial reimplementation of the wf engine

View differences:

ProcessInfo.java
3 3
import java.util.List;
4 4

  
5 5
import com.google.common.collect.Lists;
6
import eu.dnetlib.msro.workflows.graph.Process;
6
import eu.dnetlib.msro.workflows.procs.WorkflowProcess;
7 7
import eu.dnetlib.msro.workflows.util.ProcessUtils;
8 8

  
9 9
/**
......
29 29
		this.procId = procId;
30 30
	}
31 31

  
32
	public ProcessInfo(final Process process) {
32
	public ProcessInfo(final WorkflowProcess process) {
33 33
		this.procId = process.getId();
34 34
		this.wfId = ProcessUtils.calculateWfId(process);
35 35
		this.name = process.getName();

Also available in: Unified diff