|En la categoría:
¿Quieres vender uno?

Learning UML

CISHOST
(1240)
Registrado como vendedor particular
Por tanto, no se aplican las normas de protección de los consumidores derivadas de la legislación de la UE en materia de consumidores. La Garantía al cliente de eBay sigue aplicando a la mayoría de compras. Más información
USD6,00
Aproximadamente5,18 EUR
Estado:
Como nuevo
Looks brand new
Respira tranquilidad. Envíos y devoluciones gratis.
Envío:
Gratis Economy Shipping.
Ubicado en: Layton, Utah, Estados Unidos
Entrega:
Entrega prevista entre el vie. 8 ago. y el lun. 11 ago. a 94104
Las fechas previstas de entrega (se abre en una nueva ventana o pestaña) incluyen el tiempo de manipulación del vendedor, el código postal de origen, el código postal de destino y la hora de aceptación, y dependen del servicio de envío seleccionado y de que el pago se haya hecho efectivoel pago se haya hecho efectivo (se abre en una nueva ventana o pestaña). Los plazos de entrega pueden variar, especialmente en épocas de mucha actividad.
Devoluciones:
30 días para devoluciones. El vendedor paga el envío de la devolución.
Pagos:
    Diners Club

Compra con confianza

Garantía al cliente de eBay
Si no recibes el artículo que has pedido, te devolvemos el dinero. Más informaciónGarantía al cliente de eBay - se abre en una nueva ventana o pestaña
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:165387731154

Características del artículo

Estado
Como nuevo
Libro en perfecto estado y poco leído. La tapa no tiene desperfectos y si procede, con sobrecubierta para las tapas duras. Incluye todas las páginas sin arrugas ni roturas. El texto no está subrayado ni resaltado de forma alguna, y no hay anotaciones en los márgenes. Puede presentar marcas de identificación mínimas en la contraportada o las guardas. Muy poco usado. Consulta el anuncio del vendedor para obtener más información y la descripción de cualquier posible imperfección. Ver todas las definiciones de estadose abre en una nueva ventana o pestaña
Notas del vendedor
“Looks brand new”
Subject
UML
Subject Area
UML
Level
Beginner
Series
O'Reilly
Educational Level
Adult & Further Education, Elementary School, High School, Vocational School
ISBN
9780596003449

Acerca de este producto

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
0596003447
ISBN-13
9780596003449
eBay Product ID (ePID)
2325567

Product Key Features

Number of Pages
256 Pages
Publication Name
Learning Uml
Language
English
Publication Year
2003
Subject
Programming / Object Oriented, Programming Languages / Uml
Type
Textbook
Subject Area
Computers
Author
Sinan Si Alhir
Format
Trade Paperback

Dimensions

Item Height
0.6 in
Item Weight
14.9 Oz
Item Length
9.2 in
Item Width
7 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2004-296885
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.1/17
Table Of Content
Dedication;Preface; Audience; Using This Book; Organization and Content; Conventions Used in This Book; Comments and Questions; Acknowledgments;Fundamentals; Chapter 1: Introduction; 1.1 What Is the UML?; 1.2 The UML and Process; 1.3 Learning the UML; Chapter 2: Object-Oriented Modeling; 2.1 Project Management System Requirements; 2.2 Alphabets, Words, and Sentences; 2.3 The Object-Oriented Paradigm; 2.4 Paragraphs; 2.5 Sections; 2.6 Documents;Structural Modeling; Chapter 3: Class and Object Diagrams; 3.1 Classes and Objects; 3.2 Associations and Links; 3.3 Types, Implementation Classes, and Interfaces; 3.4 Generalizations, Realizations, and Dependencies; 3.5 Packages and Subsystems; 3.6 Exercises; Chapter 4: Use-Case Diagrams; 4.1 Actors; 4.2 Use Cases; 4.3 Communicate Associations; 4.4 Dependencies; 4.5 Generalizations; 4.6 Exercises; Chapter 5: Component and Deployment Diagrams; 5.1 Components; 5.2 Nodes; 5.3 Dependencies; 5.4 Communication Associations; 5.5 Exercises;Behavioral Modeling; Chapter 6: Sequence and Collaboration Diagrams; 6.1 Roles; 6.2 Messages and Stimuli; 6.3 Interactions and Collaborations; 6.4 Sequence Diagrams; 6.5 Collaboration Diagrams; 6.6 Exercises; Chapter 7: State Diagrams; 7.1 States; 7.2 Transitions; 7.3 Advanced State Diagrams; 7.4 Exercises; Chapter 8: Activity Diagrams; 8.1 Action States; 8.2 Flow Transitions; 8.3 Swimlanes; 8.4 Decisions; 8.5 Concurrency; 8.6 Exercises;Beyond the Unified Modeling Language; Chapter 9: Extension Mechanisms; 9.1 Language Architecture; 9.2 Stereotypes; 9.3 Properties; 9.4 Profiles; 9.5 Exercises; Chapter 10: The Object Constraint Language; 10.1 Expressions; 10.2 Simple Constraints; 10.3 Complex Constraints; 10.4 Exercises;Appendixes; References; World Wide Web; Books; Exercise Solutions; Structural Modeling; Behavioral Modeling; Extension Mechanisms and the Object Constraint Language;Colophon;
Synopsis
Since the dawn of computing, software designers and developers have searched for ways to describe the systems they worked so hard to create. Flowcharts enabled the concise documentation of program-flow and algorithms. Entity-relationship diagrams enabled database designers to convey the structure underlying the collection of tables and columns that made up a schema. From the beginning, technologists recognized the descriptive power inherent in visual representations of a system, yet it wasn't until 1997 that the first attempt to create a visual language that could be used across all aspects of a system development project came to fruition. Unified Modeling Language (UML) was born. UML has taken the software development industry by storm. Widely supported by development and documentation tools, UML can be used on the one hand by programmers to record such things as the detailed design of classes in an object-oriented system and on the other hand by business analysts to give the broad-brush picture of how a system interacts with users and other systems. UML has become the lingua franca of software development, and no one in the software industry can afford to be without knowledge of this powerfully expressive visual language. "Learning UML introduces UML and places it in perspective, then leads you through an orderly progress towards mastery of the language. You'll begin by learning how UML is used to model the structure of a system. Many key UML concepts, especially that of the general (classes) versus the specific (objects), are illustrated in the chapter on class and object diagrams. Next, you'll learn how to use use-case diagrams to model the functionality of a system.Finally, you'll see how component and deployment diagrams are used to model the way in which a system is deployed in a physical environment. Structural modeling answers the "who" and "what" questions of systems development. Behavioral modeling addresses the questions of "when," "how," and "why." You'll learn how to use sequence and collaboration, to model the interaction over time between system components, how to use state diagrams to describe the life cycle of system components, and how to use activity diagrams to document control-flow and responsibility. Throughout this book, author Sinan Si Alhir maintains a clear focus on UML the language and avoids getting caught up in the cobwebs of methodology. His presentation is direct and to-the-point. Each chapter ends with a set of exercises that you can use to test your growing knowledge of UML and its concepts. As you work your way through the book, you'll find yourself warming up to the simple yet expressive language that is UML, and using it to communicate effectively and professionally about all aspects of system design., Since the dawn of computing, software designers and developers have searched for ways to describe the systems they worked so hard to create. Flowcharts enabled the concise documentation of program-flow and algorithms. Entity-relationship diagrams enabled database designers to convey the structure underlying the collection of tables and columns that made up a schema. From the beginning, technologists recognized the descriptive power inherent in visual representations of a system, yet it wasn't until 1997 that the first attempt to create a visual language that could be used across all aspects of a system development project came to fruition. Unified Modeling Language (UML) was born.UML has taken the software development industry by storm. Widely supported by development and documentation tools, UML can be used on the one hand by programmers to record such things as the detailed design of classes in an object-oriented system and on the other hand by business analysts to give the broad-brush picture of how a system interacts with users and other systems. UML has become the lingua franca of software development, and no one in the software industry can afford to be without knowledge of this powerfully expressive visual language. Learning UML introduces UML and places it in perspective, then leads you through an orderly progress towards mastery of the language. You'll begin by learning how UML is used to model the structure of a system. Many key UML concepts, especially that of the general (classes) versus the specific (objects), are illustrated in the chapter on class and object diagrams. Next, you'll learn how to use use-case diagrams to model the functionality of a system. Finally, you'll see how component and deployment diagrams are used to model the way in which a system is deployed in a physical environment.Structural modeling answers the "who" and "what" questions of systems development. Behavioral modeling addresses the questions of "when," "how," and "why." You'll learn how to use sequence and collaboration, to model the interaction over time between system components, how to use state diagrams to describe the life cycle of system components, and how to use activity diagrams to document control-flow and responsibility.Throughout this book, author Sinan Si Alhir maintains a clear focus on UML the language and avoids getting caught up in the cobwebs of methodology. His presentation is direct and to-the-point. Each chapter ends with a set of exercises that you can use to test your growing knowledge of UML and its concepts. As you work your way through the book, you'll find yourself warming up to the simple yet expressive language that is UML, and using it to communicate effectively and professionally about all aspects of system design., Since the dawn of computing, software designers and developers have searched for ways to describe the systems they worked so hard to create. Flowcharts enabled the concise documentation of program-flow and algorithms. Entity-relationship diagrams enabled database designers to convey the structure underlying the collection of tables and columns that made up a schema. From the beginning, technologists recognized the descriptive power inherent in visual representations of a system, yet it wasn't until 1997 that the first attempt to create a visual language that could be used across all aspects of a system development project came to fruition. Unified Modeling Language (UML) was born.UML has taken the software development industry by storm. Widely supported by development and documentation tools, UML can be used on the one hand by programmers to record such things as the detailed design of classes in an object-oriented system and on the other hand by business analysts to give the broad-brush picture of how a system interacts with users and other systems. UML has become the lingua franca of software development, and no one in the software industry can afford to be without knowledge of this powerfully expressive visual language."Learning UML" introduces UML and places it in perspective, then leads you through an orderly progress towards mastery of the language. You'll begin by learning how UML is used to model the structure of a system. Many key UML concepts, especially that of the general (classes) versus the specific (objects), are illustrated in the chapter on class and object diagrams. Next, you'll learn how to use use-case diagrams to model the functionality of a system. Finally, you'll see how component and deployment diagrams are used to model the way in which a system is deployed in a physical environment.Structural modeling answers the "who" and "what" questions of systems development. Behavioral modeling addresses the questions of "when," "how," and "why." You'll learn how to use sequence and collaboration, to model the interaction over time between system components, how to use state diagrams to describe the life cycle of system components, and how to use activity diagrams to document control-flow and responsibility.Throughout this book, author Sinan Si Alhir maintains a clear focus on UML the language and avoids getting caught up in the cobwebs of methodology. His presentation is direct and to-the-point. Each chapter ends with a set of exercises that you can use to test your growing knowledge of UML and its concepts. As you work your way through the book, you'll find yourself warming up to the simple yet expressive language that is UML, and using it to communicate effectively and professionally about all aspects of system design., This new book is the definitive primer for UML, and starts with the foundational concepts of object-orientation in order to provide the proper context for explaining UML.
LC Classification Number
QA76.9.O35

Descripción del artículo del vendedor

Acerca de este vendedor

CISHOST

100% de votos positivos1,3 mil artículos vendidos

Se unió el nov 1999
Suele responder en 24 horas
Registrado como vendedor particularPor tanto, no se aplican los derechos de los consumidores derivados de las leyes de protección de los consumidores de la UE. La Garantía al cliente de eBay sigue aplicando a la mayoría de compras. Más informaciónMás información
We match collectors with great collectibles. Check out our store for awesome deals
Visitar tiendaContactar

Valoraciones detalladas sobre el vendedor

Promedio durante los últimos 12 meses
Descripción precisa
5.0
Gastos de envío razonables
5.0
Rapidez de envío
5.0
Comunicación
5.0

Votos de vendedor (551)

Todas las valoraciones
Positivas
Neutras
Negativas
  • k***c (871)- Votos emitidos por el comprador.
    Mes pasado
    Compra verificada
    Fast delivery, wonderfully packaged, arrived in perfect condition, and I could not be more pleased in every way! I HIGHLY recommend this seller!!!
  • c***a (244)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    Item arrived as described with quick shipping and great packaging. Excellent transaction!
  • t***z (3144)- Votos emitidos por el comprador.
    Último año
    Compra verificada
    Smooth transaction with great communication & delivered as advertised with excellent packaging & fast shipping. Thank you!