* <!-- end-user-doc -->
* @generated
*/
public static DiFactory init() {
try {
DiFactory theDiFactory = (DiFactory) EPackage.Registry.INSTANCE
.getEFactory("http://www.omg.org/spec/DD/20100524/DI-XMI");
if (theDiFactory != null) {
return theDiFactory;
}
} catch (Exception exception) {