MPSModelContentDependency

data class MPSModelContentDependency(val model: SModel) : MPSDependencyBase

This is used to handle the case that MPS reloads a model from disk.

Constructors

Link copied to clipboard
constructor(model: SModel)

Properties

Link copied to clipboard
val model: SModel

Functions

Link copied to clipboard
open override fun getGroup(): MPSModelDependency
Link copied to clipboard
open override fun read(): Any?