Interface IJavaURIMapping

  • All Superinterfaces:
    IJavaReferenceMapping<URI>
    All Known Implementing Classes:
    JavaURIMapping

    public interface IJavaURIMapping
    extends IJavaReferenceMapping<URI>
    Implementors of this interface map identifiers to URIs. This is sometimes necessary when resolving references depends on the resolution of others.
    • Method Detail

      • getTarget

        URI getTarget()
        Returns an alternative proxy URI that should follow EMF's default naming scheme such that it can be resolved by the default resolution mechanism that will be called on this URI (see Resource.getEObject()).
        Specified by:
        getTarget in interface IJavaReferenceMapping<URI>
        Returns:
        the mapped URI.