Interface InheritanceBeta

Represents an inheritance relationship between concepts.

interface Inheritance {
    base_concept: string;
    derived_concept: string;
    display_name: string;
}

Properties

base_concept: string

The base concept in the inheritance.

derived_concept: string

The derived concept in the inheritance.

display_name: string

The name will be displayed on ui