Object-Oriented Discrete-Event Simulation with Java A Practical Intr
Researches and developers of simulation models state that the Java program ming language presents a unique and significant opportunity for important changes in the way we develop simulation models today. The most important characteristics of the Java lan
- PDF / 18,695,929 Bytes
- 264 Pages / 439 x 666 pts Page_size
- 116 Downloads / 332 Views
SERIES IN COMPUTER SYSTEMS Series Editor: Rami G. Melhem University of Pittsburgh Pittsburgh, Pennsylvania
FUNDAMENTALS OF X PROGRAMMING Graphical User Interfaces and Beyond Theo Pavlidis INTRODUCTION TO PARALLEL PROCESSING Algorithms and Architectures Behrooz Parhami OBJECT-ORIENTED DISCRETE-EVENT SIMULATION WITH JAVA A Practical Introduction jose M. Garrido PERFORMANCE MODELING OF OPERATING SYSTEMS USING OBJECT-ORIENTED SIMULATION
A Practical Introduction jose M. Garrido
Object-Oriented Discrete-Event Simulation With Java A Practical Introduction Jose M. Garrido Kennesaw State University Kennesaw, Georgia
Springer Science+Business Media, LLC
Library of Congress Cataloging-in-Publication Data Garrido, Jose M. Object-oriented discrete-event simulation with Java: a practical introduction/Jose M. Garrido p. cm. - (Series in computer systems) Includes bibliographical references and index. ISBN 978-1-4613-5495-6 ISBN 978-1-4615-1319-3 (eBook) DOI 10.1007/978-1-4615-1319-3 1. Java (Computer programming language) science) I. Title. II. Series.
2. Object-oriented programming (Computer
QA76.73.]38 G365 2001 005.13'3-dc21 2001038770
Additional material to this book can be downloaded from http://extras.springer.com.
©200l Springer Science+Business Media New York Originally published byKluwer Academic/Plenum Publishers in 2001 Softcover reprint of the hardcover 1st edition 2001 All rights reserved No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, microfilming, recording, or otherwise, without written permission from the Publisher
PREFACE
Researches and developers of simulation models state that the Java programming language presents a unique and significant opportunity for important changes in the way we develop simulation models today. The most important characteristics of the Java language that are advantageous for simulation are its multi-threading capabilities, its facilities for executing programs across the Web, and its graphics facilities. It is feasible to develop compatible and reusable simulation components that will facilitate the construction of newer and more complex models. This is possible with Java development environments. Another important trend that begun very recently is web-based simulation, i.e., and the execution of simulation models using Internet browser software. This book introduces the application of the Java programming language in discrete-event simulation. In addition, the fundamental concepts and practical simulation techniques for modeling different types of systems to study their general behavior and their performance are introduced. The approaches applied are the process interaction approach to discrete-event simulation and object-oriented modeling. Java is used as the implementation language and UML as the modeling language. The first offers several advantages compared to C++, the most important being: thread handling, graphical user interfaces (QUI) and Web computing. The se
Data Loading...