public interface WithPartialsLogicalModelProvider extends LogicalModelProvider
LogicalModelProvider
to support generation the
IModel
partially for specific usecases.
FIXME we should maybe split the interfaces completely
Modifier and Type | Method and Description |
---|---|
IModel |
getModelForWelcomePage(ModelEditionID modelEdition)
Get a
IModel where only minimal IModel.getApplications()
is populated with minimal information on applications themselves (name,
label..) |
Collection<IModelVariable> |
getModelVariables(ModelEditionID modelEditionID)
Obtain the list of model variables defined for a modelEdition.
|
getLogicalModel, invalidateCachedModel
Collection<IModelVariable> getModelVariables(ModelEditionID modelEditionID)
#getRuntimeModelProvider(ISemProgressMonitor, ModelEdition)
modelEditionID
- IModel getModelForWelcomePage(ModelEditionID modelEdition)
IModel
where only minimal IModel.getApplications()
is populated with minimal information on applications themselves (name,
label..)modelEdition
- Copyright © 2016. All rights reserved.