|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.api.FrameSetting
public abstract class FrameSetting
Base class for frame settings. A frame setting must at least have a reference and target name.
| Constructor Summary | |
|---|---|
protected |
FrameSetting(String referenceName,
String targetName)
Creates a new frame setting. |
| Method Summary | |
|---|---|
String |
getReferenceName()
Gets the reference name of this frame setting. |
String |
getTargetName()
Gets the target name of this frame setting. |
boolean |
hasSameDataAs(Object obj)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib.ISegment |
|---|
getChecksum, getComponentType, getComponentVersion |
| Constructor Detail |
|---|
protected FrameSetting(String referenceName,
String targetName)
referenceName - The name of the reference frame.targetName - The name of the target frame.| Method Detail |
|---|
public String getReferenceName()
public String getTargetName()
public boolean hasSameDataAs(Object obj)
hasSameDataAs in interface com.kuka.common.IDataEquatable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||