Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / uml / uml_base.nit
index 2580d95..04538f0 100644 (file)
@@ -21,9 +21,12 @@ import model::model_collect
 # UML model builder.
 class UMLModel
 
-       # Model view
-       var view: ModelView
+       # 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