java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.inductiveautomation.perspective.gateway.script.DotReferenceMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class DotReferenceMap extends HashMap<String,Object>
This is used for when you want to give a map to a script, but you want the map to also act like a python object, meaning, its keys can be referenced like this: myMap['key'] or like this myMap.key
See Also:
  • Constructor Details