com.yobotics.simulationconstructionset.robotdefinition
Class RobotDefinitionFixedFrame
java.lang.Object
com.yobotics.simulationconstructionset.robotdefinition.RobotDefinitionFixedFrame
public class RobotDefinitionFixedFrame
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RobotDefinitionFixedFrame
public RobotDefinitionFixedFrame()
createRobotDefinitionFromRobot
public void createRobotDefinitionFromRobot(Robot r)
addRootJoint
public void addRootJoint(JointDefinitionFixedFrame jointDef)
getNumberOfJoints
public int getNumberOfJoints()
getRobotName
public java.lang.String getRobotName()
setRobotName
public void setRobotName(java.lang.String name)
getRootJointDefinitions
public java.util.ArrayList<JointDefinitionFixedFrame> getRootJointDefinitions()
returnAllJointStrings
public java.lang.String returnAllJointStrings(JointDefinitionFixedFrame currentJoint,
JointDefinitionFixedFrame parent)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object