Uses of Class
edu.stanford.hci.dtools.deviceeditor.components.IOComponentHashMap

Packages that use IOComponentHashMap
edu.stanford.hci.dtools.statechart.model   
 

Uses of IOComponentHashMap in edu.stanford.hci.dtools.statechart.model
 

Methods in edu.stanford.hci.dtools.statechart.model with parameters of type IOComponentHashMap
 void StateModel.updateDeviceConfiguration(DeviceConfiguration deviceConfig, IOComponentHashMap deviceMapping, java.util.Map<StateModel,java.util.List<ComponentConnectionModel>> componentConnectionMap)
          Sets the state up with whatever the current device configuaration is.
 void DiagramModel.updateDeviceConfiguration(DeviceConfiguration newConfig, IOComponentHashMap deviceMapping, java.util.Map<StateModel,java.util.List<ComponentConnectionModel>> componentConnectionMap)
          Call when the device configuration has changed and the diagram should propogate this change amongst its children.