Skip to content

Latest commit

 

History

History

Reference

Lookup documentation: every flag, command, symbol and triple, without the surrounding explanation. The guide covers the same material in reading order.

  • CLI — every flag of sysml, the modes, and the exit status
  • REPL commands — every % command and its arguments
  • LSP extensions — the custom render requests sysml-lsp serves to a diagram client
  • Environment variables — the resource limits for a single run, and paths
  • Client libraries — the five ways to reach the engine from a program, what each covers, and how to choose between them
  • Go packagesclient/opensysml and the packages behind it, type by type
  • Python APIopensysml, its generated typed classes and latency
  • Node API@opensysml/client, its two entry points and its typed unions
  • Java APIopensysml-client, its immutable records and its exceptions
  • Rust API — the opensysml crate, blocking, and its one error enum
  • Service transports — what sysml-grpc serves on one port, which body encoding a client should choose, and the flags for CORS, TLS and health
  • Wire contract — Connect + JSON field by field, for a MATLAB, R, Julia, C or shell client with no generated library: the session, every Value arm, errors, answers
  • RDF mapping — which triples a model becomes, what is not mapped, and why the mapping is experimental
  • SysML v1 migration — reading Cameo/MagicDraw XMI and .mdzip, what each v1 construct becomes, and the migration report
  • OSLC Query text — element-identification query syntax and semantics
  • Grammar — how each grammar production maps to the parser