blob: 46a61045776e41743acaaedf472fa7fa3765a15c [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2008 - 2018 Profactor GmbH, TU Wien ACIN, fortiss GmbH
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Gerhard Ebenhofer, Alois Zoitl, Ingo Hegny, Monika Wenger, Martin Jobst
* - initial API and implementation and/or initial documentation
* *******************************************************************************
*/
package org.eclipse.fordiac.ide.model.libraryElement.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.fordiac.ide.model.libraryElement.Demultiplexer;
import org.eclipse.fordiac.ide.model.libraryElement.LibraryElementPackage;
/**
* <!-- begin-user-doc --> An implementation of the model object
* '<em><b>Demultiplexer</b></em>'. <!-- end-user-doc -->
*
* @generated
*/
public class DemultiplexerImpl extends StructManipulatorImpl implements Demultiplexer {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
protected DemultiplexerImpl() {
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return LibraryElementPackage.Literals.DEMULTIPLEXER;
}
} // DemultiplexerImpl