* <!-- end-user-doc -->
* @generated
*/
public static ModelFactory init() {
try {
ModelFactory theModelFactory = (ModelFactory)EPackage.Registry.INSTANCE.getEFactory("http:///net/refractions/udig/printing/model.ecore");
if (theModelFactory != null) {
return theModelFactory;
}
}
catch (Exception exception) {