Class ATLResourceProvider


  • public final class ATLResourceProvider
    extends java.lang.Object
    Provides common .ecore files:
    • ATL.ecore: ATL metamodel.
    • Problem.ecore: Problem metamodel.
    • RefiningTrace.ecore: RefiningTrace metamodel.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.URL getURL​(java.lang.String resourceName)
      Returns the URL of the resource matching the given name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getURL

        public static java.net.URL getURL​(java.lang.String resourceName)
        Returns the URL of the resource matching the given name.
        Parameters:
        resourceName - the resource name
        Returns:
        the URL of the resource matching the given name.