A bit of searching didn't gave satisfactory results, I found one example of such a diagram in the xypic manual. And of course there's TikZ. But I'm not that satisfied with the possible placement options, for instance, the list of examples on generic graphs at http://www.texample.net/tikz/examples/tag/graphs/ does not contain the kind of relative placement modifiers I'm looking for.
This leads me to these questions:
- Is there a package I'm overlooking? But "hasse diagram latex" only has 2910 results on Google, so unless I'm missing a far more obvious term for Hasse diagrams I'm afraid there is no ready-to-go package

- When resorting to TikZ, is it possible to place nodes using only two types of information, i.e., the level on which a node must be placed and their order? The relative placement modifiers below of= and its variants don't (I think) allow me to center a row according to the number of nodes present. Or is it possible to group the nodes on a row while retaining the possibility to give them separate names to place the necessary arrows?
Of course it's possible to create these kind of diagrams using semi-hard-coded positions, but I feel / hope it is possible to let the placement occur automatically

Thanks in advance.
I placed this in Graphics, Figures & Tables, maybe the more mathematical nature of the diagrams requires it to be in Math & Science?