Skip to content

Commit

Permalink
eerste versie bug fix (error)
Browse files Browse the repository at this point in the history
  • Loading branch information
Svroozendaal committed Jul 5, 2024
1 parent 513215c commit 4e6be04
Show file tree
Hide file tree
Showing 9 changed files with 1,685 additions and 477 deletions.
456 changes: 40 additions & 416 deletions ATLAS_file.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions AmpersandData/FormalAmpersand/Documentation.adl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ PATTERN Documentation
CONCEPT MarkupText ""
CONCEPT Markup ""

RELATION language[Markup*Language][UNI,TOT]
RELATION text[Markup*MarkupText][UNI,TOT]
RELATION language[Markup*Language][UNI] -- TOT hier weggehaald wegens errormessage. Tempfix
RELATION text[Markup*MarkupText][UNI] -- TOT hier weggehaald wegens errormessage. Tempfix
RULE enumerationOfLanguage : I[Language] = "Dutch" \/ "English"
POPULATION Language CONTAINS ["Dutch", "English" ]
RELATION origin[Purpose*Origin][]
Expand Down
72 changes: 13 additions & 59 deletions out.adl
Original file line number Diff line number Diff line change
@@ -1,81 +1,42 @@
CONTEXT ContextName

-- Concepts
CONCEPT Concept4Ctx "this is the definition of CONCEPT Concept4Ctx in de CONTEXT"
CONCEPT Concept1Ctx "this is the definition of CONCEPT Concept1Ctx in de CONTEXT"
CONCEPT Concept2Ctx "this is the definition of CONCEPT Concept2Ctx in de CONTEXT"
CONCEPT Concept3Ctx "this is the definition of CONCEPT Concept3Ctx in de CONTEXT"
CONCEPT Concept5Ctx "this is the definition of CONCEPT Concept5Ctx in de CONTEXT"
CONCEPT "ONE" "Definition not provided"


-- Relations
RELATION originalFileName [FileObject*FileName] [UNI
,TOT]

RELATION relatie4Ctx [Concept1Ctx*Concept2Ctx] [TOT]
MEANING "this is the meaning of the RELATION relatie4Ctx, gedefineerd in de CONTEXT"
RELATION filePath [FileObject*FilePath] [UNI
,TOT]

RELATION relatie1Ctx [Concept0Ctx*Concept0Ctx]
MEANING "this is the meaning of the RELATION relatie1Ctx, gedefineerd in de CONTEXT"
RELATION relatie5Ctx [Concept3Ctx*Concept2Ctx]
MEANING "this is the meaning of the RELATION relatie5Ctx, gedefineerd in de CONTEXT"
RELATION relatie7Ctx [Concept4Ctx*Concept4Ctx]
MEANING "this is the meaning of the RELATION relatie7Ctx, gedefineerd in de CONTEXT"
RELATION relatie3Ctx [Concept0Ctx*Concept0Ctx]
MEANING "this is the meaning of the RELATION relatie3Ctx, gedefineerd in de CONTEXT"
RELATION relatie2Ctx [Concept0Ctx*Concept0Ctx]
MEANING "this is the meaning of the RELATION relatie2Ctx, gedefineerd in de CONTEXT"
RELATION relatie6Ctx [Concept1Ctx*Concept3Ctx]
MEANING "this is the meaning of the RELATION relatie6Ctx, gedefineerd in de CONTEXT"
RELATION relatie7Ctx [Concept5Ctx*Concept5Ctx]

-- Rules
RULE Rule1Ctx: relatie1Ctx [Concept0Ctx*Concept0Ctx]



RULE Rule2Ctx: relatie6Ctx [Concept1Ctx*Concept3Ctx]
MEANING "this is the meaning of the RULE Rule2Ctx, gedefineerd in de CONTEXT"
-- Rules



IDENT identity_Ident1Ctx : "Rule_dd22648f-bc79-4c06-b289-374f0f1ec4a1" (relatie7Ctx [Concept5Ctx*Concept5Ctx];relatie7Ctx [Concept5Ctx*Concept5Ctx]~ )
IDENT identity_FileObjectName : "Rule_e07f1b6a-5013-4abf-9ec4-775a527ecd61" (filePath [FileObject*FilePath];filePath [FileObject*FilePath]~ )
PATTERN PatternName
-- Concepts
CONCEPT Concept2Ptn "this is the definition of CONCEPT Concept2Ptn in de PATTERN"
CONCEPT Concept0Ptn "this is the definition of CONCEPT Concept0Ptn in de PATTERN"
CONCEPT Concept1Ptn "this is the definition of CONCEPT Concept1Ptn in de PATTERN"
CONCEPT Concept3Ptn "this is the definition of CONCEPT Concept3Ptn in de PATTERN"
CONCEPT Concept1Ptn "this is the definition of CONCEPT Concept1Ptn in de PATTERN"
CONCEPT Concept4Ptn "this is the definition of CONCEPT Concept4Ptn in de PATTERN"


-- Relations
RELATION relatie1Ptn [Concept0Ptn*Concept0Ptn] [BIJ]
MEANING "this is the meaning of the RELATION relatie1Ptn, gedefineerd in de PATTERN"
RELATION relatie4Ptn [Concept1Ptn*Concept2Ptn]
MEANING "this is the meaning of the RELATION relatie4Ptn, gedefineerd in de PATTERN"
RELATION relatie2Ptn [Concept0Ptn*Concept0Ptn]
MEANING "this is the meaning of the RELATION relatie2Ptn, gedefineerd in de PATTERN"
RELATION relatie6Ptn [Concept1Ptn*Concept3Ptn]
MEANING "this is the meaning of the RELATION relatie6Ptn, gedefineerd in de PATTERN"
RELATION relatie7Ptn [Concept4Ptn*Concept3Ptn]
MEANING "this is the meaning of the RELATION relatie7Ptn, gedefineerd in de PATTERN"
RELATION relatie5Ptn [Concept3Ptn*Concept2Ptn]
MEANING "this is the meaning of the RELATION relatie5Ptn, gedefineerd in de PATTERN"
RELATION relatie3Ptn [Concept0Ptn*Concept0Ptn]
MEANING "this is the meaning of the RELATION relatie3Ptn, gedefineerd in de PATTERN"
RELATION relatie7Ptn [Concept4Ptn*Concept4Ptn]
MEANING "this is the meaning of the RELATION relatie7Ptn, gedefineerd in de PATTERN"
RELATION relatie4Ptn [Concept1Ptn*Concept2Ptn] [TOT]
MEANING "this is the meaning of the RELATION relatie4Ptn, gedefineerd in de PATTERN"
RELATION relatie1Ptn [Concept0Ptn*Concept0Ptn]
MEANING "this is the meaning of the RELATION relatie1Ptn, gedefineerd in de PATTERN"
RELATION relatie2Ptn [Concept0Ptn*Concept0Ptn]
MEANING "this is the meaning of the RELATION relatie2Ptn, gedefineerd in de PATTERN"
-- Rules
RULE Rule2Ptn: relatie6Ptn [Concept1Ptn*Concept3Ptn]
MEANING "this is the meaning of the RULE Rule2Ptn, gedefineerd in de PATTERN"


RULE Rule1Ptn: relatie1Ptn [Concept0Ptn*Concept0Ptn]






Expand All @@ -88,16 +49,9 @@ PURPOSE CONCEPT Concept1Ptn
PURPOSE RELATION relatie1Ptn [Concept0Ptn*Concept0Ptn]
{+this is the purpose of the RELATION relatie1Ptn, gedefineerd in de PATTERN+}
ENDPATTERN
ROLE User MAINTAINS Rule1Ctx,Rule1Ptn



PURPOSE CONTEXT ContextName
{+this is the purpose of the CONTEXT ContextName, gedefineerd in de CONTEXT+}
PURPOSE CONCEPT Concept0Ctx
{+this is the purpose of the CONCEPT Concept0Ctx, gedefineerd in de CONTEXT+}
PURPOSE RELATION relatie1Ctx [Concept0Ctx*Concept0Ctx]
{+this is the purpose of the RELATION relatie1Ctx, gedefineerd in de CONTEXT+}
PURPOSE RULE Rule1Ctx
{+this is the purpose of the RULE RuleCtx, gedefineerd in de CONTEXT+}


ENDCONTEXT
Loading

0 comments on commit 4e6be04

Please sign in to comment.