| Modifier and Type | Class and Description |
|---|---|
static class |
JointProperty.ReadOnly<T>
Defines a JointProperty which can read but not write.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JointProperty> |
AbstractJoint.myProperties
JointProperties available from this Joint
|
| Modifier and Type | Method and Description |
|---|---|
JointProperty |
AbstractJoint.getProperty(String name) |
JointProperty |
Joint.getProperty(String name)
Returns the JointProperty with the given name.
|
<T> JointProperty<T> |
AbstractJoint.getProperty(String name,
Class<T> propertyType) |
<T> JointProperty<T> |
Joint.getProperty(String name,
Class<T> propertyType)
Returns the JointProperty with the given name, ensuring the value is
assignable to propertyType.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<JointProperty> |
AbstractJoint.getProperties() |
Collection<JointProperty> |
Joint.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJoint.addProperty(JointProperty prop)
Adds a JointProperty to the Joint
|
protected void |
AbstractJoint.removeProperty(JointProperty prop)
Removes a JointProperty from the Joint
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnableMovement |
class |
EnableTorque |
class |
ReadAbsoluteCurrentPosition |
class |
ReadAbsoluteGoalPosition |
class |
ReadCurrentPosition |
class |
ReadLoad |
class |
ReadSpeed |
class |
ReadTemperature |
class |
ReadVoltage |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteJointProperty<T> |
| Modifier and Type | Method and Description |
|---|---|
JointProperty |
RemoteJoint.getProperty(String name) |
<T> JointProperty<T> |
RemoteJoint.getProperty(String name,
Class<T> propertyType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JointProperty> |
RemoteJoint.getProperties() |
| Constructor and Description |
|---|
ServoJoint(Joint.Id jointId,
S servo,
List<JointProperty> properties)
Creates a new ServoJoint
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<JointProperty> |
AbstractServoJointAdapter.getJointProperties(S servo)
Returns the default JointProperties for a new ServoJoint.
|
Copyright © 2011-2014. All Rights Reserved.