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