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