Property definitions

nitc $ UMLModel :: defaultinit
# UML model builder.
class UMLModel

	# Model to access mentities
	var model: Model

	# Main module used for linearization.
	var mainmodule: MModule

	# Filters to apply on model if any
	var filter: nullable ModelFilter
end
src/uml/uml_base.nit:21,1--32,3