// resolve the joins
if (!GraphUtil.isCEPNode(processingNode)) {
processingNode.setRequireJoin(true);
}
processingNode.inventLabel(GraphUtil
.getEncodedInputLabels(processingNode));
String nodeOutLabel = processingNode.getLabel() + "_out";
List<DataPort> outputPorts = processingNode
.getOutputPorts();