Interface IModelExtension
- All Superinterfaces:
IModel
-
Method Summary
Modifier and TypeMethodDescriptiondefault IContextReturns a context which provides information and services pertaining to this model.
-
Method Details
-
getModelContext
Returns a context which provides information and services pertaining to this model. The context, as a set of bindings, is immutable. The relationship between a model and its context does not change over the lifetime of the model.- Returns:
- the model context (never
null)
-