MPSModelImportReference

data class MPSModelImportReference(val importedModel: SModelReference, val importingModel: SModelReference) : INodeReference

Constructors

Link copied to clipboard
constructor(importedModel: SModelReference, importingModel: SModelReference)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val importedModel: SModelReference
Link copied to clipboard
val importingModel: SModelReference

Functions

Link copied to clipboard
open fun resolveNode(area: IArea?): INode?
Link copied to clipboard
open override fun serialize(): String