Skip to content

Commit

Permalink
Update documentation to match 3053022
Browse files Browse the repository at this point in the history
  • Loading branch information
Stiivi committed Oct 10, 2024
1 parent 0bea5d8 commit f9a5b12
Show file tree
Hide file tree
Showing 239 changed files with 2,997 additions and 869 deletions.
271 changes: 47 additions & 224 deletions docs/data/documentation/poieticcore.json

Large diffs are not rendered by default.

45 changes: 44 additions & 1 deletion docs/data/documentation/poieticcore/acceptall.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"identifiers" : [
"doc:\/\/PoieticCore\/documentation\/PoieticCore\/Constraint",
"doc:\/\/PoieticCore\/documentation\/PoieticCore\/ConstraintChecker",
"doc:\/\/PoieticCore\/documentation\/PoieticCore\/ObjectConstraintError",
"doc:\/\/PoieticCore\/documentation\/PoieticCore\/EdgeEndpointTypes",
"doc:\/\/PoieticCore\/documentation\/PoieticCore\/RejectAll",
"doc:\/\/PoieticCore\/documentation\/PoieticCore\/ConstraintViolation",
Expand Down Expand Up @@ -536,7 +537,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand All @@ -547,6 +548,48 @@
"type" : "topic",
"url" : "\/documentation\/poieticcore\/metamodelandtypes"
},
"doc://PoieticCore/documentation/PoieticCore/ObjectConstraintError": {
"abstract" : [
{
"text" : "Collection of object type violation errors produced when checking object",
"type" : "text"
},
{
"text" : " ",
"type" : "text"
},
{
"text" : "types.",
"type" : "text"
}
],
"fragments" : [
{
"kind" : "keyword",
"text" : "struct"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "ObjectConstraintError"
}
],
"identifier" : "doc:\/\/PoieticCore\/documentation\/PoieticCore\/ObjectConstraintError",
"kind" : "symbol",
"navigatorTitle" : [
{
"kind" : "identifier",
"text" : "ObjectConstraintError"
}
],
"role" : "symbol",
"title" : "ObjectConstraintError",
"type" : "topic",
"url" : "\/documentation\/poieticcore\/objectconstrainterror"
},
"doc://PoieticCore/documentation/PoieticCore/RejectAll": {
"abstract" : [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/poieticcore/acceptall/init().json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/poieticcore/attribute.json
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/poieticcore/attribute/label.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/poieticcore/attribute/name.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/poieticcore/attribute/type.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/poieticcore/audiencelevel.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/poieticcore/audiencelevel/any.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"type" : "text"
},
{
"text" : "must satisfy to be considered valid.",
"text" : "must satisfy to be considered valid within a modelled problem domain.",
"type" : "text"
}
],
Expand Down
Loading

0 comments on commit f9a5b12

Please sign in to comment.