com.kuka.roboticsAPI.controllerModel.sunrise.xml
Class JavaSPR

java.lang.Object
  extended by com.kuka.roboticsAPI.controllerModel.sunrise.xml.JavaSPR

public final class JavaSPR
extends Object

This class is able to convert an SPR into java code.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Method Summary
static String toJavaCode(SPR spr)
          Transforms the given SPR to java code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toJavaCode

public static String toJavaCode(SPR spr)
Transforms the given SPR to java code.

Parameters:
spr - The SPR which should be converted to Java code.
Returns:
The java code snippet.
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.


Copyright © 2019. All rights reserved.