|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.positionMastering.ToolOffsetMemoryStatus
public class ToolOffsetMemoryStatus
Container for the current tool offset memory status.
| Constructor Summary | |
|---|---|
ToolOffsetMemoryStatus(int toolIdCountCurrent,
int toolIdCountMax)
Constructor for tool offset memory status. |
|
| Method Summary | |
|---|---|
int |
getToolIdCountCurrent()
Returns the current count of known tools. |
int |
getToolIdCountMax()
Returns the maximum count of learnable tools. |
void |
incrementToolIdCount()
Increases the count of known tool ids by one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToolOffsetMemoryStatus(int toolIdCountCurrent,
int toolIdCountMax)
toolIdCountCurrent - the current count of known toolstoolIdCountMax - the maximum count of learnable tools| Method Detail |
|---|
public int getToolIdCountCurrent()
public int getToolIdCountMax()
public void incrementToolIdCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||