Registration of the npropdef associated to each mpropdef.

Public clients need to use mpropdef2node to access stuff.

Property definitions

nitc :: modelize_property $ ModelBuilder :: mpropdef2npropdef
	# Registration of the npropdef associated to each mpropdef.
	#
	# Public clients need to use `mpropdef2node` to access stuff.
	private var mpropdef2npropdef = new HashMap[MPropDef, APropdef]
src/modelize/modelize_property.nit:40,2--43,64