Просмотр исходного кода

YAKHMI-525 Write documentation section Concepts

webmaster@wendler-im-netz.de 13 лет назад
Родитель
Сommit
05abe5e07b

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
plugins/org.yakindu.sct.doc.user/help/02_Getting_Started/getting_started.html


Разница между файлами не показана из-за своего большого размера
+ 2 - 0
plugins/org.yakindu.sct.doc.user/help/02_Getting_Started/getting_started.textile


BIN
plugins/org.yakindu.sct.doc.user/help/05_Reference/images/sGenWizard.png


BIN
plugins/org.yakindu.sct.doc.user/help/05_Reference/images/sgenEditor.png


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
plugins/org.yakindu.sct.doc.user/help/05_Reference/reference.html


+ 13 - 0
plugins/org.yakindu.sct.doc.user/help/05_Reference/reference.textile

@@ -395,10 +395,23 @@ exitpoint exit1
 
 h2. SGraph
 
+SGraph is the metamodel for the graphical part of the statechart editor. It owns all core elements of a state machine like states, pseudostates, transitons etc. but it describes how these elements shall be shown by the editor.
+
 h2. SExec
 
+SExec is the name of an intermediate execution model. This intermediate model is used behind the scenes as a foundation for the code generators and the simulation engine. This guarantees that the simulation behaves in the same way as the generated Statechart implementations. It captures the execution behavior and may also serve as the basis of custom code generators.
+
 h2. SGen
 
+All generators can be customized with a generator model. This is a textual model file where generator features, like i.e. the outlet path, can be specified. The following screenshot shows an example configuration for the java code generator. In future releases, we will add generator features for the execution type (event or cycle based), interface styles (static or generic) and much more.
+
+!images/sGenEditor.png!
+
+To get started with the generator model, we included a new Eclipse wizard that creates a basic configuration file with default values.
+
+!images/sGenEditor.png!
+
+To execute the Generator Model, select “Generate Model” from the context menu of the resource in the “Project Explorer”.