38394041424344
this.id = id; this.nodes = new ArrayList<Node>(); this.edges = new ArrayList<Edge>(); this.parentForList = new ArrayList<Node>(); this.shape = new NodeShapeImpl(); }