Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
10 views

is there anyone that has a source or knows where to look for UML/SysML diagram trees like the one attached, that show all of it's element? I found following in a paper for the activity diagram but ...
Martin's user avatar
  • 11
1 vote
0 answers
67 views

I’m modelling a simple SysML structure in Enterprise Architect (EA) and I’ve hit a problem with part instances and value propagation. I have a BDD1 and IBD2, illustrated in the images. I have these ...
Marco Cotrotzo's user avatar
1 vote
1 answer
286 views

I am working on an activity diagram that contains several actions, each with a tagged value called i: int . This activity diagram has a context block named "context" with a value variable ...
xy3333's user avatar
  • 57
2 votes
1 answer
62 views

In Catia MagicDraw in SysML, when I use an enumeration value to specify an input attribute to a signal in an activity diagram, the output pin on the valueSpecification block is initially untyped. Is ...
Rick McLightning's user avatar
0 votes
0 answers
93 views

I'm trying to create a block definition diagram in SysML that includes optional blocks and, conditioned by the presence of that optional block, to introduce new associated connections and modify ...
Quinten Van den Brande's user avatar
1 vote
1 answer
378 views

I am looking for a way to automatically format transitions in a state machine diagram in Cameo Systems Modeler. I am modeling a device with a small display and three buttons (Top, Middle, and Bottom). ...
Phil Hoff's user avatar
3 votes
1 answer
618 views

Consider I have a Class (or Sysml Block) with a property of type String with a multiplicity of [1..*]. How do I specify in UML or SysML a default value for this property of multiple StringLiterals? I ...
Arne's user avatar
  • 1,151
2 votes
1 answer
81 views

Is there a good way of showing a conditional composition in SysML? For example, a wheel could be composed of either a rim and a tubeless tire OR of a rim, a tube, and a tire. I could use 0 to 1 ...
JustAnotherHuman's user avatar
0 votes
1 answer
55 views

I am trying to use magicdraw's built-in opacity language to draw 3d scatterplots, while I don't want to use matlab language. However I am not familiar with java at all. I am trying to place the ...
nobody's user avatar
  • 1
1 vote
1 answer
258 views

SysML v2 is based on the new Kernel Modeling Language (KerML). In KerML, feature typing relates a feature (such as Person::employer) to its co-domain (such as Organization). As a type, a feature ...
Gerd Wagner's user avatar
  • 5,693
3 votes
1 answer
62 views

I want to correctly model my RT/Embedded SW activity as a UML activity diagram. My activity comprises two phases, where Phase 2 runs some (relatively “long”) time after Phase 1 has completed. (And, ...
avi10000's user avatar
  • 343
1 vote
1 answer
472 views

Using sysml 1.6 In an IBD diagram, can I connect one port to multiple ports (*1) (i.e., with two connectors coming out the same port) ? E.g., I have an IBD diagram with 3 parts: A, B, and C; and each ...
avi10000's user avatar
  • 343
0 votes
1 answer
90 views

Using SysML. Hypothetical scenario - hasn’t happened yet, but quite likely soon will. This question must have been asked a 1000 times … I am given a system sketch with mixed SW and analog HW ...
avi10000's user avatar
  • 343
1 vote
1 answer
65 views

Questions - About whether UML classes can appear with dashed borders according to strict UML definition: Note: Sometimes tool choice has an influence - the tool our company uses is EA. (1) For UML ...
avi10000's user avatar
  • 343
2 votes
1 answer
127 views

I am running the newest version of Modelio (5.4) and cannot for the life of me figure out how to reorder attributes within a class on a class diagram. It's simply for readability, but it would be very ...
thnkwthprtls's user avatar
  • 3,517
3 votes
2 answers
625 views

I am developing a state machine model in MagicDraw. Very nearly all of my state transitions are doubled up, as this is how I was told to do it during the handover period. ie, between two states I will ...
bodgesoc's user avatar
  • 331
1 vote
0 answers
376 views

Using EA 16.1 - sysml. I would like to model a specific configuration of block by specializing that block and modifying things like multiplicity or other properties. I would like to model this on a ...
az_tuc's user avatar
  • 11
0 votes
1 answer
682 views

I've only recently started working with Cameo and I'm not sure exactly what the difference is between using object nodes and action pins. My goal is to maintain consistency in my model where I want to ...
cytings's user avatar
  • 91
0 votes
1 answer
443 views

I am currently working on a cameo model, trying to make it executable. For this we need a data exchange from action to action and interaction with that data. You can imagine it like this: The user ...
Tom's user avatar
  • 1
0 votes
1 answer
591 views

I am creating a custom relationship based on an existing relationship type within Cameo systems modeler. I created a few custom attributes for this relation, one of which is "date of submission&...
Simon-S's user avatar
2 votes
1 answer
623 views

namespace collections { class Iterable : public Sized<T> {} } class Item_id {} class Item_info {} class Connected_items : public collections::Iterable<std::map<Item_id, Item_info&...
Narnia_Optimus's user avatar
0 votes
1 answer
153 views

I'm looking to migrate legacy text-based test plans/results from DOORs into MagicDraw and display them in a table, but I'm struggling with how to enforce the ordering, while still making it easy ...
220Subsonic's user avatar
1 vote
0 answers
663 views

PlantUML used to recognize the .sysml extension for SysML v2. Then I updated the PlantUML eclipse plugin. My installation details show "PlantUML Feature" version 1.1.29 and "PlantUML ...
user8039286's user avatar
2 votes
2 answers
250 views

For a Robot: Are use cases and UML use case diagrams relevant for describing a robot and its obstacle detection capability? Example: Two characteristics are of interest: (1) A physical mobile robot (2)...
avi10000's user avatar
  • 343
0 votes
1 answer
204 views

I'm currently struggling with some basic requirement management: Given a set of stakeholder requirements I refine them by an equal set of use cases to identify underlying activities/functional ...
cytings's user avatar
  • 91
3 votes
2 answers
151 views

This is not a problem but more of a fundamental question, that I know will have been implemented differently by each of the tool suppliers, so I want what people believe to be the intended behaviour ...
Daniel Ashby's user avatar
1 vote
1 answer
268 views

I am new to Rahpsody/SysMl and I would like your support. I have two blocks (B and C) that are parts of a bigger Block (A). My goal is to call (from B) an operation (belonging to C) that will do some ...
E_genin's user avatar
  • 79
2 votes
0 answers
458 views

I am new to UML/SysMl and I hope you could support me in this. So, I am trying to pass data between different parts of a block, each part has its own Activity Diagram. I am able to pass data between ...
E_genin's user avatar
  • 79
2 votes
1 answer
233 views

I have the following activity Diagram that I made in IBM Rhapsody: I can simulate without issues. But when I want to add an interruptible region, I get the following errors : And Obviously I am not ...
E_genin's user avatar
  • 79
2 votes
2 answers
912 views

UML/SysML Activity Diagrams - Can a Decision Node element be hanging? (i.e., no (visible) incoming edge.) I have quite a large activity diagram with three main parallel object flows (with merging data,...
avi10000's user avatar
  • 343
0 votes
1 answer
1k views

Using the SysML 1.6 specification, it is possible to link nested part properties via a connector and a proxy port within an Internal Block Diagram (IBD). The connector can be implemented in two ways: ...
TerraBova's user avatar
0 votes
1 answer
319 views

In Sparx Enterprise Architect I'm trying to replicate a diagram from a book. I'm facing a problem connecting instance properties to instances that they represent or correspond to. Diagram from ...
TimSa's user avatar
  • 3
0 votes
1 answer
168 views

For a company POC software I'm trying to use the sysml2 xtext plugin & ANTLR grammar in stand-alone mode, so as to parse & tokenize sysml2 files and eventually navigate tokens and do some ...
gramm's user avatar
  • 18.8k
0 votes
1 answer
1k views

I want to re-use code abstracted out as activity diagrams in Cameo Systems Modeler. I plan to make them functions which accept input variables and return other variables. I am noticing that None gets ...
tdMJN6B2JtUe's user avatar
1 vote
1 answer
191 views

I am using Cameo Systems Modeler and would like to simulate human activities and the levels of effort for each action. I have tried using input and output pins, but those seem to make no sense for my ...
tdMJN6B2JtUe's user avatar
1 vote
0 answers
152 views

I am trying to create nested activity diagrams in Papyrus. My Problem: I don't know how to create a sub-activity-diagram directly from an action of my main activity-diagram. I want also to transfer ...
lennox84's user avatar
0 votes
1 answer
2k views

I am trying to define different systems (software and hardware) made of common building blocks in SysML. In the following I try to describe my approach with a sample: For this purpose I have defined a ...
Peter Branforn's user avatar
1 vote
1 answer
195 views

When using UML/SysML, what would be the best diagram type to represent a software strategy/structure using Git Submodules? I am a Git novice, but it seems to me that the UML Package Diagram type is ...
avi10000's user avatar
  • 343
1 vote
1 answer
74 views

re: Is there a language to define (state) the generic structure of systems? (E.g., all systems at a company must have a certain structure...) A dumb question perhaps… So far, I have used the UML / ...
avi10000's user avatar
  • 343
0 votes
1 answer
672 views

I have some sysml2 files, and want to import them in a jupyter notebook. How to do this? I have followed the instructions to install the jupyter sysml, and can import standard library package in a ...
dumeng's user avatar
  • 67
2 votes
1 answer
118 views

SysML is a general modelling language for system engineering. For a specific domain, we need to create profile to abstract the domain concepts, like the MARTE profile and SoCP profile. When create the ...
dumeng's user avatar
  • 67
1 vote
0 answers
101 views

I have several hardware componets that i have to represent dynamically using SysML diagrams. The diagrams must be shown in the gui and furthermore there has to be the possibility to save them in a ...
Andreas Kern's user avatar
2 votes
0 answers
350 views

I'm creating a very simple class diagram using the Eclipse Papyrus but I'm not able to represent instances correctly. First of all, I'm using the SysML 1.6 profile, so my classes are actually ...
James's user avatar
  • 1,789
0 votes
1 answer
125 views

currently i am trying to design an executable activity where a logical component send a request to several other logical components to start initialization. The usual way in activity diagram is to ...
Hossein 's user avatar
-1 votes
1 answer
130 views

To prioritize the engineering effort around Requirements in a defined way, I came to the idea to use the information already added for the FMEA. For this I have created a Stereotype named fmeaRelevant ...
Torsten Knodt's user avatar
3 votes
3 answers
2k views

Little background I'm new to writing use cases and representing their scenarios. I'm dealing with a complex system. In the first step of analyzing the system, I created a use case diagram where each ...
Parsa68's user avatar
  • 31
-1 votes
1 answer
1k views

I'm trying to find an existing parser (preferably in Python) to write and read SysML v2. The official Github repo by SysML v2 Submission Team (SST) has placed some examples online already (For ...
Qohelet's user avatar
  • 1,661
4 votes
3 answers
338 views

Imagine that we are building a Library system. Our use cases might be Borrow book Look up book Manage membership Imagine that we can fulfill these use cases by a librarian person or a machine. We ...
bomberman's user avatar
  • 142
3 votes
1 answer
536 views

I am trying to draw some bdd in my papyrus. I want to hide the attributes and operations. But I couldn't find how to do it. Does anyone know how to combine them as a simple block or hide the ...
akuan10's user avatar
  • 141
1 vote
1 answer
161 views

I want to draw a block definition diagram and there are some lines for aggregation and composition. But I don't need the numbers next to the lines like 0..1 or 1. I want the line to be just the ...
TaiwaneseFoodIsTheBest's user avatar