com.kuka.roboticsAPI.geometricModel
Class AdditionalData
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.kuka.roboticsAPI.geometricModel.AdditionalData
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
public final class AdditionalData
- extends HashMap<String,Object>
Container for frame data objects. The frame data are basically a key-value
map where the key is a string and the value an arbitrary object.
- See Also:
- Serialized Form
- 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.
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
AdditionalData
public AdditionalData()
useValuesFrom
public void useValuesFrom(AdditionalData toCopy)
- Clears all stored informations and adds the informations from the given
properties object.
- Parameters:
toCopy - The object whose values will be used as new values for the
properties object.- 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.
toString
public String toString()
-
- Overrides:
toString in class AbstractMap<String,Object>
- 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.