Property definitions

nitc $ LinexComparator :: maxi
	fun maxi(o: Object): nullable MModule do
		if o isa MModule then return o
		assert o isa MGroup
		if not maxs.has_key(o) then computeminmax(o)
		return maxs[o]
	end
src/model/model_viz.nit:73,2--78,4