Mentities associated to nodes.

The key is the node’s id.

Property definitions

nitc $ NeoModel :: mentities
	# Mentities associated to nodes.
	#
	# The key is the node’s id.
	private var mentities = new HashMap[Int, MEntity]
src/neo.nit:323,2--326,50