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