
org.ow2.frascati.native_.util.NativeResourceImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of frascati-metamodel-native Show documentation
Show all versions of frascati-metamodel-native Show documentation
SCA metamodel extension for describing native libraries.
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