Executable C++ Program Generation from the Structured Object-Oriented Design Diagrams

  • Authors:
  • Minoru Harada;Takahiro Mizuno

  • Affiliations:
  • -;-

  • Venue:
  • APSEC '99 Proceedings of the Sixth Asia Pacific Software Engineering Conference
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper describes a system for generating an executable C++ program from object-oriented design diagrams. Especially an event-trace diagram and a decision table are used to describe an operational definition. The decision table offers a high-level language LOLA for the brief expression of controls that are dependent on the data structure. This language allows the methods to be expressed easily, briefly, and visually. A C++ program was generated from these diagrams in such a way that the part clichés are edited to satisfy LOLA expression and embedded into the frame cliché representing the skeleton of the whole program.