Interface IPartialModelProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The
IPartialModel provider.-
Method Summary
-
Method Details
-
getPartialModel
Returns theIPartialModel.- Parameters:
node- the partial model node to get the partial model for, cannot benull- Returns:
- the
IPartialModel, may benull
-