* <!-- end-user-doc -->
* @generated
*/
public static SmartGenFactory init() {
try {
SmartGenFactory theSmartGenFactory = (SmartGenFactory)EPackage.Registry.INSTANCE.getEFactory("http://smartqvt.elibel.tm.fr/models/mm/smartgen");
if (theSmartGenFactory != null) {
return theSmartGenFactory;
}
}
catch (Exception exception) {