Model Registry Model Resolver

The org.eclipse.gmt.umlx.registry.util.ModelResolver interface defines the API by which tools may locate models registered in the Model Registry.

The getURI(Accessor) supports resolution of an arbitrary accessor to its registered platform resource URI.
getURI(String) and getURI(URI) are convenience methods for the standard informal Model Name or URI forms of accessor.

Derivations of ModelResolver and their instantiation from org.eclipse.gmt.umlx.eqvtr.editor.builder.QVTrBuilder may be consulted for example usage.