blob: 8fb86333015ce246a353f04d68484a987ad9353d [file] [log] [blame]
/**
* Copyright (c) 2020 CEA LIST
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v2.0 which
* accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
*/
package org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_constraints;
import org.eclipse.emf.ecore.EFactory;
/**
* <!-- begin-user-doc -->
* The <b>Factory</b> for the model.
* It provides a create method for each non-abstract class of the model.
* <!-- end-user-doc -->
* @see org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_constraints.Layer_weight_constraintsPackage
* @generated
*/
public interface Layer_weight_constraintsFactory extends EFactory {
/**
* The singleton instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
Layer_weight_constraintsFactory eINSTANCE = org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_constraints.impl.Layer_weight_constraintsFactoryImpl.init();
/**
* Returns a new object of class '<em>min max norm</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>min max norm</em>'.
* @generated
*/
min_max_norm createmin_max_norm();
/**
* Returns a new object of class '<em>max norm</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>max norm</em>'.
* @generated
*/
max_norm createmax_norm();
/**
* Returns a new object of class '<em>non neg</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>non neg</em>'.
* @generated
*/
non_neg createnon_neg();
/**
* Returns a new object of class '<em>radial constraint</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>radial constraint</em>'.
* @generated
*/
radial_constraint createradial_constraint();
/**
* Returns a new object of class '<em>unit norm</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>unit norm</em>'.
* @generated
*/
unit_norm createunit_norm();
/**
* Returns the package supported by this factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the package supported by this factory.
* @generated
*/
Layer_weight_constraintsPackage getLayer_weight_constraintsPackage();
} //Layer_weight_constraintsFactory