public class RobotJointGroup extends AbstractJointGroup<Robot.JointId,RobotJointGroup,Joint>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_TYPE
Service version name.
|
static String |
CONFIG_VERSION
Service version number.
|
static VersionProperty |
VERSION
Service VersionProperty.
|
myGroups, myJointIds, myNamePROP_ADD_JOINT_GROUP, PROP_ADD_JOINT_ID, PROP_ENABLED, PROP_JOINT_CHANGED, PROP_NAME, PROP_REMOVE_JOINT_GROUP, PROP_REMOVE_JOINT_ID, PROP_STRUCTURE_CHANGED| Constructor and Description |
|---|
RobotJointGroup(String name,
List<Robot.JointId> ids,
List<RobotJointGroup> groups) |
| Modifier and Type | Method and Description |
|---|---|
protected Joint |
getJointById(Robot.JointId jointId)
Retrieves a Joint with the given jointId.
|
Robot |
getRobot() |
void |
setRobot(Robot robot) |
addGroup, addJointId, getEnabled, getGroupCount, getJoint, getJointCount, getJointGroup, getJointGroups, getJointId, getJointIds, getJoints, getName, insertGroup, insertJointId, removeGroup, removeGroupAt, removeJointId, removeJointIdAt, setEnabled, setName, toStringaddPropertyChangeListener, addPropertyChangeListener, clearAllListeners, clearListeners, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerpublic static final String CONFIG_TYPE
public static final String CONFIG_VERSION
public static final VersionProperty VERSION
public RobotJointGroup(String name, List<Robot.JointId> ids, List<RobotJointGroup> groups)
name - ids - groups - public void setRobot(Robot robot)
public Robot getRobot()
protected Joint getJointById(Robot.JointId jointId)
AbstractJointGroupgetJointById in class AbstractJointGroup<Robot.JointId,RobotJointGroup,Joint>jointId - id of the joint to retrieveCopyright © 2011-2014. All Rights Reserved.