* <!-- end-user-doc -->
* @generated
*/
public static ProjectFactory init() {
try {
ProjectFactory theProjectFactory = (ProjectFactory) EPackage.Registry.INSTANCE
.getEFactory("http:///net/refractions/udig/project/internal.ecore"); //$NON-NLS-1$
if (theProjectFactory != null) {
return theProjectFactory;
}
} catch (Exception exception) {