Interface ModelContribution.Facade
-
- All Known Implementing Classes:
LoadSimuLizarModelsIntoBlackboardJob
,TestSimuLizarLoadModelsJob
- Enclosing interface:
- ModelContribution
public static interface ModelContribution.Facade
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadModel(URI modelURI)
Load a model into the default analysis partitionvoid
loadModel(URI modelURI, String partitionId)
Load model into dedicated partition
-
-
-
Method Detail
-
loadModel
void loadModel(URI modelURI)
Load a model into the default analysis partition- Parameters:
modelURI
- the URI to load the model from
-
-