blob: 00a10258961bf194e7aee0b87cf602bd0a0baea2 [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.RobotML.InfraRedProximetrySystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Infra Red Proximetry System</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class InfraRedProximetrySystemImpl extends ObjectDetectionSensorSystemImpl implements InfraRedProximetrySystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected InfraRedProximetrySystemImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return RobotMLPackage.Literals.INFRA_RED_PROXIMETRY_SYSTEM;
}
} // InfraRedProximetrySystemImpl