org.eclipse.emf.henshin.statespace.resource
Class StateSpaceResourceFactory

java.lang.Object
  extended by org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceFactory
All Implemented Interfaces:
Resource.Factory

public class StateSpaceResourceFactory
extends Object
implements Resource.Factory

Resource factory for state space resources.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource.Factory
Resource.Factory.Descriptor, Resource.Factory.Registry
 
Constructor Summary
StateSpaceResourceFactory()
           
 
Method Summary
 Resource createResource(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateSpaceResourceFactory

public StateSpaceResourceFactory()
Method Detail

createResource

public Resource createResource(URI uri)
Specified by:
createResource in interface Resource.Factory