this.moduleGroup = moduleGroup;
Dataflow dataflow;
// Initialize parameters to construct Dataflow object
String name = moduleGroup.getName();
AnnotatedGranularDepthInputPorts inputPorts = new AnnotatedGranularDepthInputPorts();
AnnotatedGranularDepthOutputPorts outputPorts = new AnnotatedGranularDepthOutputPorts();
Processors processors = new Processors();
Conditions conditions = new Conditions();
Datalinks datalinks = (Datalinks) visit(pipeline.getConnections());
Annotations annotations = new Annotations();