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