*
* @generated
*/
public static BlocksFactory init() {
try {
BlocksFactory theBlocksFactory = (BlocksFactory)EPackage.Registry.INSTANCE.getEFactory(BlocksPackage.eNS_URI);
if(theBlocksFactory != null) {
return theBlocksFactory;
}
} catch (Exception exception) {
EcorePlugin.INSTANCE.log(exception);