ConceptData

@Serializable
data class ConceptData(val uid: String? = null, val name: String, val abstract: Boolean = false, val properties: List<PropertyData> = emptyList(), val children: List<ChildLinkData> = emptyList(), val references: List<ReferenceLinkData> = emptyList(), val extends: List<String> = emptyList())

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())

Properties

Link copied to clipboard
val abstract: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uid: String? = null