/** */ package org.eclipse.papyrus.RobotML; /** * * A representation of the model object 'Human'. * * * * @see org.eclipse.papyrus.RobotML.RobotMLPackage#getHuman() * @model * @generated */ public interface Human extends Agent { } // Human