/***************************************************************************** * Copyright (c) 2013 CEA LIST. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Saadia Dhouib (CEA LIST) saadia.dhouib@cea.fr - Initial API and implementation *****************************************************************************/ package org.eclipse.papyrus.RobotML.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.papyrus.RobotML.ActuatorSystem; import org.eclipse.papyrus.RobotML.RobotMLPackage; /** * * An implementation of the model object 'Actuator System'. * *

*

* * @generated */ public class ActuatorSystemImpl extends RoboticSystemImpl implements ActuatorSystem { /** * * * * @generated */ protected ActuatorSystemImpl() { super(); } /** * * * * @generated */ @Override protected EClass eStaticClass() { return RobotMLPackage.Literals.ACTUATOR_SYSTEM; } } //ActuatorSystemImpl