|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.deviceModel.MasteringActionsInfo
public class MasteringActionsInfo
Data object for mastering actions.
| Field Summary | |
|---|---|
MasteringActionEnabledInfo[] |
actionEnabledInfo
Array of action enabling for all types of mastering actions. |
int |
jointIndex
The joint index for which the mastering action enabling information is contained. |
| Constructor Summary | |
|---|---|
MasteringActionsInfo()
Constructor for serialization. |
|
MasteringActionsInfo(int jointIndexValue,
MasteringActionEnabledInfo[] actionEnabledInfoValue)
Constructor with parameters. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int jointIndex
public MasteringActionEnabledInfo[] actionEnabledInfo
| Constructor Detail |
|---|
public MasteringActionsInfo()
public MasteringActionsInfo(int jointIndexValue,
MasteringActionEnabledInfo[] actionEnabledInfoValue)
jointIndexValue - the joint indexactionEnabledInfoValue - array containing the enabling information for each mastering action.| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||