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