Uses of Class
com.evelopers.unimod.runtime.EventProcessorException

Packages that use EventProcessorException
com.evelopers.unimod.core.stateworks   
com.evelopers.unimod.runtime   
com.evelopers.unimod.runtime.interpretation   
 

Uses of EventProcessorException in com.evelopers.unimod.core.stateworks
 

Methods in com.evelopers.unimod.core.stateworks that throw EventProcessorException
 java.lang.Object ImplementationHandler.getObject()
          Instantiates target implementation object.
 

Uses of EventProcessorException in com.evelopers.unimod.runtime
 

Methods in com.evelopers.unimod.runtime that throw EventProcessorException
 StateMachinePath ModelStructure.getRootPath()
          Returns path to the root state machine.
 StateMachineConfigManager ModelStructure.getConfigManager(java.lang.String stateMachine)
          Returns config manager for state machine with given name.
 StateMachineConfig ModelStructure.getTopConfig(java.lang.String stateMachine)
          Initial config factory method.
 boolean ModelStructure.isFinal(java.lang.String stateMachine, StateMachineConfig config)
          Determines whether active state defined by the given config is final for state machine with the given name
protected  StateMachineConfig AbstractEventProcessor.initConfig(StateMachinePath path, StateMachineContext context)
           
protected  StateMachineConfig AbstractEventProcessor.loadConfig(StateMachinePath path, StateMachineContext context)
           
protected  void AbstractEventProcessor.storeConfig(StateMachinePath path, StateMachineContext context, StateMachineConfig config)
           
protected  void AbstractEventProcessor.disposeConfig(StateMachinePath path, StateMachineContext context, StateMachineConfig config)
           
protected  boolean AbstractEventProcessor.isTopConfig(StateMachinePath path, StateMachineConfig config)
           
protected  boolean AbstractEventProcessor.isFinalConfig(StateMachinePath path, StateMachineConfig config)
           
 

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

Methods in com.evelopers.unimod.runtime.interpretation that throw EventProcessorException
 StateMachineConfigManager InterpretationModelStructure.getConfigManager(java.lang.String stateMachineName)
           
static ControlledObject InstantiateHelper.getControlledObject(java.lang.String implementationClassName)
          Instantiates target ControlledObject implementation.
static EventProvider InstantiateHelper.getEventProvider(java.lang.String implementationClassName)
          Instantiates target EventProvider implementation.
static StateMachineConfigManager InstantiateHelper.getStateMachineConfigManager(java.lang.String implementationClassName)
          Instantiates target StateMachineConfigManager implementation.
static java.lang.Object InstantiateHelper.getObject(java.lang.String implementationClassName, java.lang.Class generalClass)
          Instantiates target implementation object.
 void ActionExecutor.execute(Action action, StateMachineContext context)
          Executes action against given context, ignoring return type.