newModel Last update: 16.07.2025 abstract fun newModel() loads ModelCenter with a new, empty Model (data dependency model - MODEL_TYPE_DATA) Throws ModelCenterException abstract fun newModel(modelType: String) loads ModelCenter with a new, empty Model Parameters modelType can be either MODEL_TYPE_DATA to create a traditional data dependency ModelCenter model or MODEL_TYPE_PROCESS to create a model that can incorporate newer process modeling components and features Throws ModelCenterException