Class ProblemResourceFactoryImpl

java.lang.Object
org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
tools.refinery.language.model.problem.util.ProblemResourceFactoryImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Factory

public class ProblemResourceFactoryImpl extends org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
The Resource Factory associated with the package.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource.Factory

    org.eclipse.emf.ecore.resource.Resource.Factory.Descriptor, org.eclipse.emf.ecore.resource.Resource.Factory.Registry
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of the resource factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.ecore.resource.Resource
    createResource(org.eclipse.emf.common.util.URI uri)
    Creates an instance of the resource.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProblemResourceFactoryImpl

      public ProblemResourceFactoryImpl()
      Creates an instance of the resource factory.
  • Method Details

    • createResource

      public org.eclipse.emf.ecore.resource.Resource createResource(org.eclipse.emf.common.util.URI uri)
      Creates an instance of the resource.
      Specified by:
      createResource in interface org.eclipse.emf.ecore.resource.Resource.Factory
      Overrides:
      createResource in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl