Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
114 stars 23 forks source link

ST6RI-711 Example models from KerML Spec Annex A #503

Closed conradbock closed 8 months ago

conradbock commented 8 months ago

This pull request adds, under kerml/examples/KerML Annex A Examples, models used as examples in Annex A: Model Execution of the KerML Specification:

It is expected that these models will be included as informative artifacts with the finalized 1.0 specification.

seidewitz commented 8 months ago

Note: The following corrections were made in commit ec24fa1:

A-3-3-OneToOneConnectors.kerml: in MyBikeWheel-Fork-BWF-Link, hypens => underscores

A-3-4-OneToUnrestrictedConnectors.kerml:

A-3-5-TimingForStructures.kerml: MyBike_While_Fork2End_Link => MyBikeEnd_While_Fork2End_Link

A-3-6-Sequences.kerml: third to last line (step redefines dry : MyShip [1]), dry => ship.

A-3-8-ChangingFeatureValues.kerml:

bjorncole commented 8 months ago

The models appear to have the right contents to go with our examples.

seidewitz commented 8 months ago

@bjorncole Please submit an official review approving the PR. Thanks.