979899100101102103
public CompositeNodeFactory compositeNode(long id) { return new CompositeNodeFactory(this, nodeContainer, id); } public ForEachNodeFactory forEachNode(long id) { return new ForEachNodeFactory(this, nodeContainer, id); }
9899100101102103104