Skip to content

fix: default shared behavioral diagrams to SysML descriptor - #37

Open
AI4MBSE wants to merge 1 commit into
ajhcs:masterfrom
AI4MBSE:fix/sysml-diagram-type-defaults
Open

fix: default shared behavioral diagrams to SysML descriptor#37
AI4MBSE wants to merge 1 commit into
ajhcs:masterfrom
AI4MBSE:fix/sysml-diagram-type-defaults

Conversation

@AI4MBSE

@AI4MBSE AI4MBSE commented Aug 19, 2026

Copy link
Copy Markdown

Resolve SysML/UML confusion where State Machine, Activity, Sequence, and Use Case diagrams were silently created as plain UML diagrams (generic sheet icon) instead of their SysML descriptors.

  • Python VALIDATED_DIAGRAM_TYPES now lists SysML variants and exposes them via cameo_list_diagram_types; the friendly literal "X Diagram" aliases resolve to the SysML default, while uml <name> aliases reach the plain UML version.
  • Java resolveDiagramType() gains SysML/uml branches so canonical tokens map to the correct native Cameo descriptor.
  • Methodology OOSEM recipes that request Use Case Diagram / Activity Diagram now yield the SysML variants automatically.
  • Docs and CHANGELOG updated.

Resolve SysML/UML confusion where State Machine, Activity, Sequence, and
Use Case diagrams were silently created as plain UML diagrams (generic
sheet icon) instead of their SysML descriptors.

- Python VALIDATED_DIAGRAM_TYPES now lists SysML variants and exposes them
  via cameo_list_diagram_types; the friendly literal "X Diagram" aliases
  resolve to the SysML default, while `uml <name>` aliases reach the plain
  UML version.
- Java resolveDiagramType() gains SysML/uml branches so canonical tokens map
  to the correct native Cameo descriptor.
- Methodology OOSEM recipes that request Use Case Diagram / Activity Diagram
  now yield the SysML variants automatically.
- Docs and CHANGELOG updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant