org.robokind.api.motion.jointgroup
Class RobotJointGroupConfig
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.motion.jointgroup.DefaultJointGroupConfig<Robot.JointId,RobotJointGroupConfig>
org.robokind.api.motion.jointgroup.RobotJointGroupConfig
- All Implemented Interfaces:
- PropertyChangeSource, JointGroupConfig<Robot.JointId,RobotJointGroupConfig>
public class RobotJointGroupConfig
- extends DefaultJointGroupConfig<Robot.JointId,RobotJointGroupConfig>
- Author:
- Matthew Stevenson
| Methods inherited from class org.robokind.api.motion.jointgroup.DefaultJointGroupConfig |
addGroup, addJointId, getEnabled, getGroupCount, getJointCount, getJointGroup, getJointGroups, getJointId, getJointIds, getName, insertGroup, insertJointId, removeGroup, removeGroupAt, removeJointId, removeJointIdAt, setEnabled, setName, toString |
| Methods inherited from class org.robokind.api.common.property.PropertyChangeNotifier |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener |
RobotJointGroupConfig
public RobotJointGroupConfig(String name,
Robot.Id robotId)
RobotJointGroupConfig
public RobotJointGroupConfig(String name,
Robot.Id robotId,
List<? extends Robot.JointId> ids,
List<? extends RobotJointGroupConfig> groups)
getRobotId
public Robot.Id getRobotId()
Copyright © 2011-2012. All Rights Reserved.