|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.ControllerInformation
public final class ControllerInformation
This class holds some additional information for a controller. Each concrete controller may modify the parameter of this class in order to provide some additional information.
| Method Summary | |
|---|---|
static ControllerInformation |
getDefault()
Gets a new default controller information instance. |
String |
getDescription()
Gets some description text of the controller. |
String |
getId()
Gets the id of the controller. |
String |
getName()
Gets the name of the controller. |
com.kuka.common.ParameterSet |
getParameters()
Gets the parameter map with which the attached controller was configured. |
String |
getVersion()
Gets version information about the controller. |
void |
setDescription(String description)
Sets the description text of the controller. |
void |
setVersion(String version)
Sets version information for this controller. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public String getId()
public com.kuka.common.ParameterSet getParameters()
public String getDescription()
public void setDescription(String description)
description - The description text of the controller.public String getVersion()
public void setVersion(String version)
version - Version information for this controller.public static ControllerInformation getDefault()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||