public class Robot extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
Joint |
getJointForName(String n) |
Joint |
getJointForOldLogicalNumber(Integer oln) |
Set<String> |
getJointNameSet() |
Collection<Joint> |
getJoints() |
String |
getName() |
void |
registerJoint(Joint j) |
public Robot(String name)
public String getName()
public void registerJoint(Joint j)
public Collection<Joint> getJoints()
Copyright © 2010-2016. All Rights Reserved.