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.
@FunctionalInterface public interface IPartialModelProvider
TheIPartialModelprovider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPartialModelgetPartialModel(IPartialModelNode node)Returns theIPartialModel.
-
-
-
Method Detail
-
getPartialModel
IPartialModel getPartialModel(IPartialModelNode node)
Returns theIPartialModel.- Parameters:
node- the partial model node to get the partial model for, cannot benull- Returns:
- the
IPartialModel, may benull
-
-