|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mechio.api.motion.servos.utils.AbstractServoJointAdapter<S>
S - Type of Servo usedpublic abstract class AbstractServoJointAdapter<S extends Servo>
Common functionality for ServoJointAdapters.
| Constructor Summary | |
|---|---|
AbstractServoJointAdapter()
|
|
| Method Summary | |
|---|---|
ServoJoint<S> |
getJoint(Joint.Id jId,
S s)
Creates a ServoJoint with the given Joint.Id, Servo, and default JointProperties returned by getJointProperties |
protected abstract java.util.List<JointProperty> |
getJointProperties(S servo)
Returns the default JointProperties for a new ServoJoint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractServoJointAdapter()
| Method Detail |
|---|
public ServoJoint<S> getJoint(Joint.Id jId,
S s)
getJoint in interface ServoJointAdapter<S extends Servo,ServoJoint<S extends Servo>>jId - Joint.Id for the ServoJoints - Servo to use
protected abstract java.util.List<JointProperty> getJointProperties(S servo)
servo - Servo to get JointProperties for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||