private org.drools.workflow.core.NodeContainer nodeContainer;
private Map<String, CompositeNode.NodeAndType> inConnectionMap = new HashMap<String, CompositeNode.NodeAndType>();
private Map<String, CompositeNode.NodeAndType> outConnectionMap = new HashMap<String, CompositeNode.NodeAndType>();
public CompositeNode() {
this.nodeContainer = new NodeContainerImpl();
}