* <!-- end-user-doc -->
* @generated
*/
public static JexFactory init() {
try {
JexFactory theJexFactory = (JexFactory)EPackage.Registry.INSTANCE.getEFactory("platform:/plugin/no.hal.jex/model/jex.ecore");
if (theJexFactory != null) {
return theJexFactory;
}
}
catch (Exception exception) {