Method
getElementsByType(_:)
Get all elements of a specific type.
func getElementsByType(_ type: EClass) async -> OrderedSet<EUUID>
Parameters
type-
EClass to search for
Return Value
OrderedSet of element UUIDs matching the type
Discussion
This method searches through the resource to find all elements that are instances of the specified EClass or its subtypes.