hi,
can someone explain syntax {“SUPERCLASS”: false, “ANCESTORS”:"{Class,CI,Asset,StructuralElement}"} in common-classlist note
-
SUPERCLASS
: false - the class is not a superclass for any other class. -
ANCESTORS
: {Class,CI,Asset,StructuralElement} - specifies the list of ancestors for the class. In this case, the class has the following ancestors: Class, CI, Asset, and StructuralElement.