All the nodes

Property definitions

poset $ POSet :: elements=
	# All the nodes
	private var elements = new HashMap[E, POSetElement[E]]
lib/poset/poset.nit:86,2--87,55