Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
enterpriseedition [2017/12/24 02:00]
admin [Activate State]
— (current)
Line 1: Line 1:
-=====Enterprise Edition===== 
- 
-Enterprise Edition offers enhanced features which are not available for other editions. This includes concurrent modeling and model orchestration execution. 
- 
----- 
-====Concurrent System Modeling==== 
-Concurrent modeling is used to model concurrent systems or event/message driven systems such as embedded systems. It allows multiple transitions to be executing concurrently and complex logic to determine when a state can be activated (fired) and which of the outgoing transitions can be triggered/executed. 
- 
- 
-Click [[http://testoptimal.com/images/Concurrent_MedDev.jpg|here]] for an example of concurrent system model. 
- 
----- 
-====Model Orchestration==== 
-For complex systems which involve many models to be executed concurrently and require ability to coordinate with each other through inter-model communication, model orchestration provides a facility to run models in a precise timing as required. 
- 
-===Load Plugin=== 
-[[Model Orchestration with LoadPlugin|LoadPlugin]] is available for building models to orchestrate multiple model executions, see a simple example of such model: [[http://testoptimal.com/img/ModelOrchestrationExample.jpg | Load Model Example]]. It depends on [[Server Manager Edition|SvrMgr]] to execute and manage remote Runtime servers, an deal setup for large complex system testing that requires more than one physical servers for conducting the testing. It also provides the facility to conduct load and stress testing. 
- 
----- 
-====Activate State==== 
-In concurrent models, a state can be activated in several ways: 
- 
-  - number of incoming transition traversals exceeded the threshold value 
-  - number of distinct incoming transition exceeded the threshold value - multiple traversals for same transition are counted once 
-  - total weight of all incoming transition traversals exceeded the threshold value 
-  - activated by [[http://testoptimal.com/javaDoc/reference/com/webmbt/plugin/LoadPlugin.html|MScript functions]] 
- 
----- 
-====Execute Transition==== 
-Once the state is activated, transitions are triggered in several ways. Only transitions without guard condition and transitions with guard conditions evaluated to true can participate this operation. 
- 
-  - all outgoing transitions 
-  - random selection of one transition from the outgoing transitions 
-  - the transition with name matching the value of path var //_triggerTransName// 
-  - triggered by [[http://testoptimal.com/javaDoc/reference/com/webmbt/plugin/LoadPlugin.html|MScript functions]] 
- 
----- 
-====Path Variables (Messages)==== 
-Messages can be stored in path variables. Path variables are similar to user variable except that they are only visible to the transitions that are on the path. Path variables are carried along the path and merged when multiple transitions merge at the states. They can also be removed from the path anytime. 
- 
----- 
-====Inter-Model Communication==== 
-The inter-model communication is supported by [[Model Orchestration with LoadPlugin|LoadPlugin]] also and can be displayed in [[Message Sequence Chart (MSC)|MSC]] by clicking on {{http://testoptimal.com/img/execMSC.png}}. 
-