blob: 89044243b88872ae027d159c74abed7c6eed7920 [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;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>min max norm</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_constraints.min_max_norm#getMin_value <em>Min value</em>}</li>
* <li>{@link org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_constraints.min_max_norm#getRate <em>Rate</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_constraints.Layer_weight_constraintsPackage#getmin_max_norm()
* @model
* @generated
*/
public interface min_max_norm extends NormWithMaxValue {
/**
* Returns the value of the '<em><b>Min value</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Min value</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Min value</em>' attribute.
* @see #setMin_value(double)
* @see org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_constraints.Layer_weight_constraintsPackage#getmin_max_norm_Min_value()
* @model dataType="org.eclipse.uml2.types.Real" required="true" ordered="false"
* @generated
*/
double getMin_value();
/**
* Sets the value of the '{@link org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_constraints.min_max_norm#getMin_value <em>Min value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Min value</em>' attribute.
* @see #getMin_value()
* @generated
*/
void setMin_value(double value);
/**
* Returns the value of the '<em><b>Rate</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Rate</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Rate</em>' attribute.
* @see #setRate(double)
* @see org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_constraints.Layer_weight_constraintsPackage#getmin_max_norm_Rate()
* @model dataType="org.eclipse.uml2.types.Real" required="true" ordered="false"
* @generated
*/
double getRate();
/**
* Sets the value of the '{@link org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_constraints.min_max_norm#getRate <em>Rate</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Rate</em>' attribute.
* @see #getRate()
* @generated
*/
void setRate(double value);
} // min_max_norm