blob: deaba4a3a611652473d39e1106d69bc4dbea3d19 [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.NonLinearActivations.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.aiml.profile.AIML.NonLinearActivations.NonLinearActivationsPackage;
import org.eclipse.papyrus.aiml.profile.AIML.NonLinearActivations.Sigmoid;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Sigmoid</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class SigmoidImpl extends Nonlinear_activations_weightedsumnonlinearityImpl implements Sigmoid {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected SigmoidImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return NonLinearActivationsPackage.Literals.SIGMOID;
}
} //SigmoidImpl