/** */ package org.archstudio.xadl3.statechart_1_0.util; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; /** * <!-- begin-user-doc --> The <b>Resource </b> associated with the package. <!-- end-user-doc --> * * @see org.archstudio.xadl3.statechart_1_0.util.Statechart_1_0ResourceFactoryImpl * @generated */ public class Statechart_1_0ResourceImpl extends XMLResourceImpl { /** * Creates an instance of the resource. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param uri the URI of the new resource. * @generated */ public Statechart_1_0ResourceImpl(URI uri) { super(uri); } } // Statechart_1_0ResourceImpl