222223224225226227228229230
} } } node = newNode; } else if (jPDLnode instanceof org.jbpm.graph.node.State) { node = new State(); } return node; }