From d44346fddfd7ee5fd883258a1f3b1da1a1ac7d06 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 10 Nov 2024 18:53:12 -0800 Subject: [PATCH] remove graphical syntax chapter until it is described better --- .../src/main/document-organization.md | 2 -- .../src/main/graphical-syntax.md | 25 ------------------- .../src/main/index.bs | 4 --- 3 files changed, 31 deletions(-) delete mode 100644 io.opencaesar.oml.specification/src/main/graphical-syntax.md diff --git a/io.opencaesar.oml.specification/src/main/document-organization.md b/io.opencaesar.oml.specification/src/main/document-organization.md index 51dd8cc2..bd8c1b8f 100644 --- a/io.opencaesar.oml.specification/src/main/document-organization.md +++ b/io.opencaesar.oml.specification/src/main/document-organization.md @@ -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. diff --git a/io.opencaesar.oml.specification/src/main/graphical-syntax.md b/io.opencaesar.oml.specification/src/main/graphical-syntax.md deleted file mode 100644 index 429ca17b..00000000 --- a/io.opencaesar.oml.specification/src/main/graphical-syntax.md +++ /dev/null @@ -1,25 +0,0 @@ -# Graphical BNF # {#Graphical-BNF} - -**Convensions** - -BNF symbols are colored in orange and will not show up in actual rendering of OML diagrams. Elements with a hyperlink can be clicked on to navigate to a detailed description of their abstract syntax. Shares are laid freely on diagrams. List compartments (within shapes) are always laid out in a vertical stack. - -
-
-Concept:
-
-    
-
-Aspect:
-
-    
-
-Scalar:
-
-    
-
-Rule:
-
-    
-
-
\ No newline at end of file diff --git a/io.opencaesar.oml.specification/src/main/index.bs b/io.opencaesar.oml.specification/src/main/index.bs index 3daca84d..67a66e68 100644 --- a/io.opencaesar.oml.specification/src/main/index.bs +++ b/io.opencaesar.oml.specification/src/main/index.bs @@ -75,10 +75,6 @@ path: language-reference.md path: textual-syntax.md -
-path: graphical-syntax.md
-
-
 path: Oml.md