All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.frascati.native_.util.NativeResourceImpl Maven / Gradle / Ivy

The newest version!
/**
 * 
 * 
 *
 * $Id$
 */
package org.ow2.frascati.native_.util;

import org.eclipse.emf.common.util.URI;

import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;

/**
 * 
 * The Resource  associated with the package.
 * 
 * @see org.ow2.frascati.native_.util.NativeResourceFactoryImpl
 * @generated
 */
public class NativeResourceImpl extends XMLResourceImpl {
	/**
     * Creates an instance of the resource.
     * 
	 * 
     * @param uri the URI of the new resource.
     * @generated
     */
	public NativeResourceImpl(URI uri) {
        super(uri);
    }

} //NativeResourceImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy