Questions tagged [rhapsody]

IBM Rational Rhapsody is a visual development environment for systems engineers and software developers creating real-time or embedded systems and software.

IBM Rational Rhapsody is a cross-platform modeling environment based on UML and a visual development environment for systems engineers and software developers creating real-time or embedded systems and software.

It uses graphical models to generate software applications in various languages including C, C++, Ada, Java and C# and helps diverse teams collaborate to understand and elaborate requirements, abstract complexity visually using industry standard languages (UML, SysML, AUTOSAR, DoDAF, MODAF, UPDM), validate functionality early in development, and automate delivery of high quality products.

Several product editions exist:

  • Rhapsody Developper enables early validation of behavior of embedded systems and software to uncover defects earlier in the product lifecycle by using rapid prototyping, visual debugging and model execution.

  • Rhapsody Designer for Systems Engineers provides system engineers with a collaborative development environment with simulation for early requirements, architecture, and behavioral validation to improve the communication of complex requirements and trade-off analysis of complex systems.

  • Rhapsody Architect for Software provides a UML and SysML based software development environment for real-time and embedded software development.

  • Rhapsody Architect for Systems Engineers helps systems engineers collaborate to manage complexity to develop products and specify cohesive architectures and designs.

  • Rhapsody Design Manager enables teams to share, collaborate and manage designs across the systems engineering and embedded software development lifecycle using IBM Rational Jazz technology.

179 questions
0
votes
1 answer

IOException in Rhapsody FMI

I'm trying to generate an FMU of a block in IBM Rational Rhapsody using it's FMI profile, but everytime I generate de FMU I get the following error: FMUPlugin.OnMenuItemSelect ("FMU\Generate FMU") Export menu All Checks Terminated…
m.dorian
  • 489
  • 1
  • 6
  • 24
0
votes
3 answers

matlab stateflow vs. Rhapsody

In Rhapsody - after creating a class, one can create many similar objects (instances) of that class. In matlab's stateflow tool - one can create a state which is, as far as I know, an object. Is there a possibility to use a state in matlab's…
Dana
  • 1
  • 2
0
votes
1 answer

Rhapsody reverse engineering error

I am using Rational Rhapsody Developer for C# (Rhapsody 8.1) and trying to reverse engineer a C# program that was developed using Microsoft Visual Studio 2015. I get an error from Microsoft Visual Studio 2010 Shell, saying "Invalid License Data.…
SusanGHP
  • 11
  • 1
  • 3
0
votes
0 answers

rhapsody C++ iostream usage

I'm using MSVC9 in Rhapsody to build my model into an executable. I try to use to log different things in a text file as my model is running for post-treatment. According to a tutorial about iostream I found, I have an operation that does…
Dhafeuwst
  • 1
  • 1
0
votes
2 answers

From state chart to state table

Is there any way to get a state table from a IBM Rhapsody Statechart diagram? Opening the generated .rpy file and trying to manually generate one is not such a good idea...
mariusmmg2
  • 713
  • 18
  • 37
0
votes
1 answer

Reporting in Rhapsody

I can't find the reports plus in my Rhapsody v8.1.2 x64 anybody knows the reason. I also need to make custom profile to generate documents out of the design. I am thinking of using the ModelBasedDocumentGeneration profile but I can't find any help…
Isyola
  • 130
  • 1
  • 8
0
votes
2 answers

Running IBM Rhapsody animations without Visual Studio

I am relatively new to Rational Rhapsody, and SysML in general, so the errors are likely to be at my end. I have been scouring Google (and SOF) looking for ways to run Rhapsody animations without Visual Studio. It was my impression that if Rhapsody…
Jhauser
  • 3
  • 2
0
votes
1 answer

Generating switch-case function out of State chart

Although my question is very simple I can't find an answer for it. I created a class in Rhapsody and associated a statechart to this class but when I generate the code I can't find and code in the class related to the state chart. Is there any…
Isyola
  • 130
  • 1
  • 8
0
votes
1 answer

what is the use of GEN_ISR in rational rhapsody?

I am new to rational rhapsody world. Want to know what the use of GEN_ISR in it?? Didn't get appropriate answer from anywhere I googled, so landed up here. Please help me understand it!!
Chris
  • 229
  • 1
  • 2
  • 11
0
votes
1 answer

How to typecast OMstring to char *

I am using Rhapsody OMString and my code need to typecast OMstring to char * reader.readStream((unsigned char *)MachineType,machineTypeDataSize); // MachineType is OMString Is it possible to typecast OMString to char *
Sijith
  • 3,740
  • 17
  • 61
  • 101
0
votes
1 answer

Rhapsody plugin Java API, extremely slow execution

I have used Rhapsody Java API, to create a plugin for my rhapsody project. My problem is that it is extremely slow. I have the following function: private static void collectElements(final IRPModelElement curEl, final IRPCollection…
SteliosGan
  • 11
  • 5
0
votes
1 answer

Run a jar Rhapsody app file

I have created some Java applications to extend Rhapsody using Java API and I have deployed them successfully to the Rhapsody environment (Right click on the project -> Apps). I can see the exported .jar files under the directory RhapsodyApps/apps.…
SteliosGan
  • 11
  • 5
0
votes
2 answers

Rhapsody-UML Class Relations

What is the difference between association and composition relation ship in uml.. For Example.. class Student { Prof p; //other features.. }; class Prof { Student s; //other features.. }; where above code is an example for composition relationship…
Krishna
  • 13
  • 3
0
votes
3 answers

Requirement to generate code out of StateCharts in UML tool

We have a requirement to generate c++ & Java code out of StateCharts drawn in UML tools. Previously we used "Rational Rose" but due to some license error we can not use it anymore. In rose there was a plugin available which generates a text file out…
Promit
  • 1
0
votes
0 answers

What kind of a destructor does Rhapsody generate?

I'm starting to learn how to use Rhapsody, and I drew the following model: I switched to Active code view selected the class A, and in the A.cpp file I had the following: A::~A() { cleanUpRelations(); } void A::cleanUpRelations() { if(itsB…
elyashiv
  • 3,623
  • 2
  • 29
  • 52
1 2 3
11
12