EntityDefinition

constructor(description: String, labels: Set<String>, properties: List<PropertyDefinition>, creationPermitted: Boolean = true)

Parameters

description

a human-readable description of the entity type

labels

a set of labels or types that this entity belongs to

properties

a list of properties that this entity has

creationPermitted

if false new entities of this type cannot be created