Plugin.related

Nodes related(Node type)

Get the resources related to plugin with lv2:appliesTo.

Some plugin-related resources are not linked directly to the plugin with rdfs:seeAlso and thus will not be automatically loaded along with the plugin data (usually for performance reasons). All such resources of the given type related to plugin can be accessed with this function.

If type is null, all such resources will be returned, regardless of type.

To actually load the data for each returned resource, use World.loadResource().

Parameters

typeResource type

Returns

Collection of resources matching the given type or null