Is there a name for a tree like graph, where nodes can have multiple parents, but still from only 1 level above.
Therefore the graph is directed and acyclic, but it has other constraints as well.
This will also mean that, all paths from any particular node back to the root are the same length.