Intro to Structured Expressions (Queries) in Cameo Systems Modeler / MagicDraw.

Sdílet
Vložit
  • čas přidán 1. 07. 2024
  • Introduction to creating Structured Expressions used to query a system model in Cameo Systems Modeler / MagicDraw.

Komentáře • 13

  • @elkess1
    @elkess1 Před 9 měsíci +1

    Very informative stuff. Needs hours to review and unpack.
    Thank you.

  • @th3co45t
    @th3co45t Před rokem +2

    This is a HUGE help in unpacking metachain navigations. Thanks so much!!!

    • @brianMoberley
      @brianMoberley  Před rokem

      You’re very welcome! Glad this was helpful. Thanks for watching!

  • @johngibney2932
    @johngibney2932 Před 4 měsíci

    Thank you for going slowly as you selected the menu choices in Cameo. Other videos on this topic produced by others make their selections so quickly it is hard to grasp what's going on or remember how to repeat the procedures used. Your video was the right pace for me. Thank you!

    • @brianMoberley
      @brianMoberley  Před 4 měsíci

      Thanks, John. Glad to hear it was a good pace!

  • @muondude
    @muondude Před rokem

    very helpful Thank you. I do have a question based on those operations you showed. It is possible to apply these expressions to filter a diagram? For example, let's say I have an IBD that shows connections with voltage and data flows. The voltage connects could have different values. Is there a way to show/hide all but a specific selected voltage connection? Say I want to go from the diagram view that shows all voltages to showing only the 10 V flows on the IBD? I used SparxEA years ago and there was a way to do something like this, but I can't find if it can be done in Cameo/MSOSA. Thanks again.

  • @chrismadariaga4860
    @chrismadariaga4860 Před 7 měsíci

    What if you wanted to query the parent or child requirement text to see if it contains a will anywhere in the text?

  • @xavierdulin9813
    @xavierdulin9813 Před rokem +2

    If you have several owned elements or attributes in a field that are different value types, how would you go about filtering value type by name to create separate columns in a table for each?

    • @brianMoberley
      @brianMoberley  Před rokem

      Xavier, thanks for watching. Great question, you can do that with a filter and a type test. Here’s a video on that topic: czcams.com/video/lEoSCfJ4IGA/video.html

  • @arulmani8372
    @arulmani8372 Před rokem

    I need to know how to use concat option

  • @taylorfields3467
    @taylorfields3467 Před rokem

    Is it possible to query inherited relationships from an element? For example, say a requirement is satisfied by a value property owned by block A. And say block A has a base classifier to block B which inherits the properties and relationships of block B. Then block B has a base classifier to block C which also inherits info. Thus, block A will have inherited relationships from block B and C. Could I query in a single column all of the inherited relationships in block A starting from the requirement?

    • @brianMoberley
      @brianMoberley  Před rokem +1

      Taylor, yes, this is definitely possible. Have you tried the “All General Classifiers” option? I believe that will only query the direct generalization in which case you’ll need to do a Union of that result with a another Metachain that looks at reaches all the way out to the general classifier of the general classifier.

    • @taylorfields3467
      @taylorfields3467 Před rokem

      Thank you!