Uses of Interface
com.evelopers.unimod.runtime.StateMachineConfigManager

Packages that use StateMachineConfigManager
com.evelopers.unimod.debug   
com.evelopers.unimod.runtime   
com.evelopers.unimod.runtime.config   
com.evelopers.unimod.runtime.interpretation   
 

Uses of StateMachineConfigManager in com.evelopers.unimod.debug
 

Classes in com.evelopers.unimod.debug that implement StateMachineConfigManager
 class ThreadConfigManager
          Uses ThreadInfo as statemachine config key.
 

Uses of StateMachineConfigManager in com.evelopers.unimod.runtime
 

Methods in com.evelopers.unimod.runtime that return StateMachineConfigManager
 StateMachineConfigManager ModelStructure.getConfigManager(java.lang.String stateMachine)
          Returns config manager for state machine with given name.
 

Uses of StateMachineConfigManager in com.evelopers.unimod.runtime.config
 

Classes in com.evelopers.unimod.runtime.config that implement StateMachineConfigManager
 class DistinguishConfigManager
          In-memory config store implementation.
 class SharedStateConfigManager
          ConfigManager that ignores state machine path.
 

Uses of StateMachineConfigManager in com.evelopers.unimod.runtime.interpretation
 

Methods in com.evelopers.unimod.runtime.interpretation that return StateMachineConfigManager
 StateMachineConfigManager InterpretationModelStructure.getConfigManager(java.lang.String stateMachineName)
           
static StateMachineConfigManager InstantiateHelper.getStateMachineConfigManager(java.lang.String implementationClassName)
          Instantiates target StateMachineConfigManager implementation.