ConceptData
@Serializable
Deprecated
use org.modelix.mode.data.*
Constructors
Link copied to clipboard
constructor(uid: String? = null, name: String, abstract: Boolean = false, properties: List<PropertyData> = emptyList(), children: List<ChildLinkData> = emptyList(), references: List<ReferenceLinkData> = emptyList(), extends: List<String> = emptyList())