DSMConcept

class dsviper.DSMConcept

Bases: object

A class used to represent the definition of a concept.

Note: Not directly instantiable.

documentation() str

Return the documentation.

parent() DSMTypeReference

Return the type reference of the parent concept or None.

runtime_id() ValueUUId

Return the uuid assigned by the runtime.

type_name() TypeName

Return the TypeName.

type_reference() DSMTypeReference

Return the type reference.