Documentation Language: Swift

Protocol

IReferenceModel

Protocol for reference models (metamodels).

protocol IReferenceModel : IModel

Overview

Reference models represent metamodels and provide access to type definitions and structural information required for model manipulation.

Topics

Instance Properties

V
rootPackage

The root package of this metamodel.

Instance Methods

F
getClassifier(_:)

Find a classifier by name.

F
getClassifiers(matching:)

Find all classifiers matching a name pattern.

Relationships

Inherits From

Conforming Types