|
||||||||||
| 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
com.kuka.roboticsAPI.controllerModel.sunrise.api.StaticFrameSetting
public class StaticFrameSetting
A static frame setting is used to describe a geometric relation between two frames through a static value that comes from a transformation matrix.
| Constructor Summary | |
|---|---|
StaticFrameSetting(String referenceName,
ITransformation transformation,
String targetName)
Creates a new DynamicFrameSetting instance. |
|
| Method Summary | |
|---|---|
int |
getChecksum()
Returns the checksum for the segment. |
String |
getComponentType()
Gets the type of this component. |
String |
getComponentVersion()
Gets the version of this component. |
ITransformation |
getTransformation()
Gets the transformation matrix of this static frame settings. |
String |
getTransformationName()
Gets the optional frame name for the static setting. |
boolean |
hasSameDataAs(Object obj)
|
void |
setTransformationName(String transformationName)
Sets an optional frame name for the static setting. |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.FrameSetting |
|---|
getReferenceName, getTargetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticFrameSetting(String referenceName,
ITransformation transformation,
String targetName)
referenceName - The name of the reference frame.transformation - The transformation for the setting data.targetName - The name of the target frame.| Method Detail |
|---|
public final ITransformation getTransformation()
public void setTransformationName(String transformationName)
transformationName - The name for the transformation.public String getTransformationName()
public int getChecksum()
public String getComponentType()
public String getComponentVersion()
public boolean hasSameDataAs(Object obj)
hasSameDataAs in interface com.kuka.common.IDataEquatablehasSameDataAs in class FrameSetting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||