Collections of package grouped by their names

Property definitions

nitc :: mpackage $ Model :: mpackage_by_name
	# Collections of package grouped by their names
	private var mpackage_by_name = new MultiHashMap[String, MPackage]
src/model/mpackage.nit:191,2--192,66