Interface ModelContribution.Facade

All Known Implementing Classes:
LoadSimuLizarModelsIntoBlackboardJob, TestSimuLizarLoadModelsJob
Enclosing interface:
ModelContribution

public static interface ModelContribution.Facade
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    loadModel(URI modelURI)
    Load a model into the default analysis partition
    void
    loadModel(URI modelURI, String partitionId)
    Load model into dedicated partition
  • Method Details

    • loadModel

      void loadModel(URI modelURI)
      Load a model into the default analysis partition
      Parameters:
      modelURI - the URI to load the model from
    • loadModel

      void loadModel(URI modelURI, String partitionId)
      Load model into dedicated partition
      Parameters:
      modelURI - the URI to load the model from
      partitionId - the partition id of the partition to load the model into