Design of object-oriented simulations in C++

  • Authors:
  • Jeffrey A. Joines;Stephen D. Roberts

  • Affiliations:
  • Department of Industrial Engineering, Campus Box 7906, North Carolina State University, Raleigh, NC;Department of Industrial Engineering, Campus Box 7906, North Carolina State University, Raleigh, NC

  • Venue:
  • WSC '96 Proceedings of the 28th conference on Winter simulation
  • Year:
  • 1996

Quantified Score

Hi-index 0.00

Visualization

Abstract

An object-oriented simulation (OOS) consisting of a set of object classes written in C++ can be used to create simulation models and packages. The simulations built with these tools possess the benefits of an object-oriented design, including the use of encapsulation, inheritance, polymorphism, run-time binding, and parameterized typing. These concepts are illustrated by creating a set of object frames which encapsulate simulation requirements. Simulation modeling is contained within a set of modeling frameworks. A network queuing simulation language is developed which has several notable features not available in other non-OOS languages. OOS provides full accessibility to the base language, faster executions, portable models and executables, a multi-vendor programming language, and a growing variety of complementary development tools.