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