org.eclipse.gmt.umlx.alien.adapter
Class AlienModelResolver

java.lang.Object
  extended by org.eclipse.gmt.umlx.registry.environment.AbstractModelResolver
      extended by org.eclipse.gmt.umlx.alien.adapter.AlienModelResolver
All Implemented Interfaces:
org.eclipse.gmt.umlx.registry.environment.ModelResolver

public class AlienModelResolver
extends org.eclipse.gmt.umlx.registry.environment.AbstractModelResolver


Constructor Summary
AlienModelResolver(org.eclipse.gmt.umlx.registry.environment.AbstractFileHandle handle)
           
 
Method Summary
 org.eclipse.emf.ecore.resource.Resource getResource(org.eclipse.gmt.umlx.registry.model.Registration<org.eclipse.gmt.umlx.registry.model.ModelNameAccessor> registration)
           
 org.eclipse.emf.ecore.resource.Resource getResource(org.eclipse.emf.common.util.URI uri, boolean loadOnDemand)
           
 
Methods inherited from class org.eclipse.gmt.umlx.registry.environment.AbstractModelResolver
getProjectRegistry, getRegistration, getRegistration, getRegistration, getRegistrations, getResourceSet, getURI, getURI, getURI, setResourceSet, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlienModelResolver

public AlienModelResolver(org.eclipse.gmt.umlx.registry.environment.AbstractFileHandle handle)
Method Detail

getResource

public org.eclipse.emf.ecore.resource.Resource getResource(org.eclipse.gmt.umlx.registry.model.Registration<org.eclipse.gmt.umlx.registry.model.ModelNameAccessor> registration)
                                                    throws java.io.IOException
Overrides:
getResource in class org.eclipse.gmt.umlx.registry.environment.AbstractModelResolver
Throws:
java.io.IOException

getResource

public org.eclipse.emf.ecore.resource.Resource getResource(org.eclipse.emf.common.util.URI uri,
                                                           boolean loadOnDemand)
                                                    throws java.lang.Exception
Specified by:
getResource in interface org.eclipse.gmt.umlx.registry.environment.ModelResolver
Overrides:
getResource in class org.eclipse.gmt.umlx.registry.environment.AbstractModelResolver
Throws:
java.lang.Exception