blob: bb8fac598a755bd545ad9803919068d848381a25 [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.RobotML.PilotedSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Piloted System</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class PilotedSystemImpl extends RobotImpl implements PilotedSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected PilotedSystemImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return RobotMLPackage.Literals.PILOTED_SYSTEM;
}
} // PilotedSystemImpl