|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.deviceModel.DeviceUtil
public final class DeviceUtil
Utilities for devices.
| Method Summary | |
|---|---|
static String |
createUniqueDeviceName(String controllerName,
String deviceName)
Creates the unique name of the device which looks like 'controllerName/deviceName'. |
static String[] |
splitUniqueDeviceName(String uniqueDeviceName)
Parses and splits the unique device name into its parts (controller name and device name). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String createUniqueDeviceName(String controllerName,
String deviceName)
controllerName - name of the controllerdeviceName - name of the device
public static String[] splitUniqueDeviceName(String uniqueDeviceName)
uniqueDeviceName - the unique name of the device which looks like
'controllerName/deviceName'.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||