Collections of properties grouped by their short name

Property definitions

nitc :: model $ Model :: mproperties_by_name=
	# Collections of properties grouped by their short name
	private var mproperties_by_name = new MultiHashMap[String, MProperty]
src/model/model.nit:102,2--103,70