|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.sensorModel.TorqueStatistic
public final class TorqueStatistic
This immutable class contains torque statistic data over a period of time.
| Constructor Summary | |
|---|---|
TorqueStatistic(double[] torqueValues,
Date startTime,
Date stopTime,
boolean areDataValid,
boolean isTorqueMeasured)
Creates a new torque statistic data instance with the given torque values. |
|
| Method Summary | |
|---|---|
boolean |
areDataValid()
Provides the information whether the statistic data are valid or not. |
double[] |
getMaxAbsTorqueValues()
Provides the maximum absolute torque values. |
double |
getSingleMaxAbsTorqueValue(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
Gets the maximum absolute torque value for specific axis. |
Date |
getStartTimestamp()
Provides the timestamp for start of statistic data evaluation. |
Date |
getStopTimestamp()
Provides the timestamp for end of statistic data evaluation. |
boolean |
isTorqueMeasured()
Indicates if the torque is measured. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TorqueStatistic(double[] torqueValues,
Date startTime,
Date stopTime,
boolean areDataValid,
boolean isTorqueMeasured)
torqueValues - the torque statistic values.startTime - the timestamp for start of evaluation.stopTime - the timestamp for end of evaluation.areDataValid - true if contained statistic data are valid,
false otherwise.isTorqueMeasured - true if the torque is measured; otherwise
false.| Method Detail |
|---|
public Date getStartTimestamp()
public Date getStopTimestamp()
public boolean areDataValid()
true if contained statistic data are valid,
false otherwise.public double[] getMaxAbsTorqueValues()
public double getSingleMaxAbsTorqueValue(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
joint - the joint for which the maximum absolute torque is desired.
public boolean isTorqueMeasured()
True if the torque is measured; otherwise
false.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||