public void CreateEdgeToNextSibling() { DotEdge edge = new DotEdge(node.GetEndId(), node.GetNextId()); DotDefinition.Add(edge); }