isAbstract: Boolean
Manual isAbstract: Boolean Scope: DClass It returns true if the metaclass (DClass) is abstract, false otherwise.
Manual isAbstract: Boolean Scope: DClass It returns true if the metaclass (DClass) is abstract, false otherwise.
Manual instanceOf: DClass Scope: Model, Metamodel Return all the instances of a given metaclass. Example Given a metaclass called Person, then all the instances of
Manual packages: Array<DPackage> Scope: Metamodel, Model, Package Returns the collection of packages or subpackages defined in a given metamodel or package. Please note that when
Manual allInstances: Array<DObject> Scope: DClass It returns all the instances of a given metaclass (DClass) including the instances of its subclasses.