blob: 5445711d5e23a6edec6ad73c17594e825a85cbc1 [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.Loss_functions;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Loss functions 121</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.aiml.profile.AIML.Loss_functions.Loss_functions_1_2_1#getIgnore_index <em>Ignore index</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.aiml.profile.AIML.Loss_functions.Loss_functionsPackage#getLoss_functions_1_2_1()
* @model abstract="true"
* @generated
*/
public interface Loss_functions_1_2_1 extends Loss_functions_1_2 {
/**
* Returns the value of the '<em><b>Ignore index</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ignore index</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ignore index</em>' attribute.
* @see #setIgnore_index(int)
* @see org.eclipse.papyrus.aiml.profile.AIML.Loss_functions.Loss_functionsPackage#getLoss_functions_1_2_1_Ignore_index()
* @model dataType="org.eclipse.uml2.types.Integer" ordered="false"
* @generated
*/
int getIgnore_index();
/**
* Sets the value of the '{@link org.eclipse.papyrus.aiml.profile.AIML.Loss_functions.Loss_functions_1_2_1#getIgnore_index <em>Ignore index</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ignore index</em>' attribute.
* @see #getIgnore_index()
* @generated
*/
void setIgnore_index(int value);
} // Loss_functions_1_2_1