Documentation Language: Swift

Method

getClassifiers(matching:)

Finds all classifiers matching a name pattern.

func getClassifiers(matching pattern: String) -> [any EClassifier]

Parameters

pattern

A pattern to match against classifier names

Return Value

Array of classifiers with names containing the pattern

Discussion

Searches through all classifiers in the root package and returns those whose names contain the specified pattern. Useful for discovering related types or performing pattern-based queries.