Skip to content

Commit

Permalink
remove graphical syntax chapter until it is described better
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar committed Nov 11, 2024
1 parent dd48906 commit d44346f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ This document describes the syntax, notation, semantics, and API of the Ontologi

- The section [Textual BNF](#Textual-BNF) describes the BNF grammar of OML. This can help readers understand textual OML models and create them using an OML text editor.

- The section [Grahical BNF](#Graphical-BNF) describes the graphical BNF grammar of OML. This can help readers understand standard OML diagrams.

- The section [Abstract Syntax](#Abstract-Syntax) describes the concepts that make up the OML syntax, along with their attibutes and relations. Hyperlinks are provided to help the reader navigate the concepts.

- The section [Public API](#Public-API) describes the OML public API that can be used to create tools that read or write OML models. Some of the public API maps directly from the corresponding OML abstract syntax. Other API adds useful functions that make working with OML easier programmatically.
Expand Down
25 changes: 0 additions & 25 deletions io.opencaesar.oml.specification/src/main/graphical-syntax.md

This file was deleted.

4 changes: 0 additions & 4 deletions io.opencaesar.oml.specification/src/main/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ path: language-reference.md
path: textual-syntax.md
</pre>

<pre class=include>
path: graphical-syntax.md
</pre>

<pre class=include>
path: Oml.md
</pre>
Expand Down

0 comments on commit d44346f

Please sign in to comment.