Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse ESCET (Supervisory Control Engineering Toolkit)
escet
Commits
0cf664ff
Commit
0cf664ff
authored
May 10, 2022
by
Ferdie Reijnen
Browse files
#364
Included information on benchmark models in the CIF documentation.
parent
199c6b8f
Pipeline
#3974
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cif/org.eclipse.escet.cif.documentation/asciidoc/developers/lang-modify.asciidoc
View file @
0cf664ff
...
...
@@ -59,7 +59,7 @@ For each change to the CIF language, follow these steps:
* Update type checker (`org.eclipse.escet.cif.typechecker`).
** Add new constraints to the error and problem messages (`ErrMsg.java`).
** Verify the implementation by running `chk.bash`.
* Update example models for changed syntax and constraints (`org.eclipse.escet.cif.examples`).
* Update example
and benchmark
models for changed syntax and constraints (`org.eclipse.escet.cif.examples`).
* Update pretty printer including set of keywords (`org.eclipse.escet.cif.prettyprinter`).
* Update common methods (`org.eclipse.escet.cif.common`).
* Update CIF to CIF transformations and other tools.
...
...
cif/org.eclipse.escet.cif.documentation/asciidoc/examples.asciidoc
View file @
0cf664ff
...
...
@@ -18,12 +18,12 @@ indexterm:[examples]
[[examples-chapter-index]]
== CIF examples
CIF ships with several examples.
CIF ships with several examples
and benchmark models
.
To obtain these examples, follow these steps:
* Start the Eclipse ESCET IDE.
* Click menu:File[New > Example...].
* Select _CIF Examples_ and click btn:[Next].
* Select _CIF Examples_
or _CIF Benchmarks_
and click btn:[Next].
* Choose the name of the new project that will be created.
* Choose a location for the new project, on your hard disk.
If you leave the _Use default location_ option enabled, the new project will be created in workspace directory.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment