Sybase Powerdesigner 7.5 user manual

User manual for the device Sybase Powerdesigner 7.5

Device: Sybase Powerdesigner 7.5
Category: Water System
Manufacturer: Sybase
Size: 1.86 MB
Added : 1/24/2014
Number of pages: 288
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for Sybase Powerdesigner 7.5. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with Sybase Powerdesigner 7.5.

For your convenience

If looking through the Sybase Powerdesigner 7.5 user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual Sybase Powerdesigner 7.5 on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual Sybase Powerdesigner 7.5 to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
Sybase Powerdesigner 7.5 User manual - Online PDF
Advertisement
« Page 1 of 288 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual Sybase Powerdesigner 7.5 but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to Sybase Powerdesigner 7.5. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1

OBJECT ORIENTED MODEL
User’s Guide
POWERDESIGNER 7.5

Summary of the content on the page No. 2

Copyright (c) 1988–2000 Sybase, Inc. All rights reserved. Information in this manual may change without notice and does not represent a commitment on the part of Sybase, Inc. and its subsidiaries. The software described in this manual is provided by Sybase, Inc. under a Sybase License agreement. The software may be used only in accordance with the terms of the agreement. No part of this publication may be reproduced, transmitted, or translated in any form or by any means, electronic, mechanica

Summary of the content on the page No. 3

Contents About This Book ............................................................................................ix 1 Object-Oriented Model Basics ..........................................1 Functional overview .................................................................. 2 UML and object-oriented modeling........................................... 3 What is an OOM? ..................................................................... 4 Objects in an OOM ................................

Summary of the content on the page No. 4

Preview the code of an interface...................................... 45 Displaying text in interface symbols ................................. 46 Defining attributes................................................................... 48 Attribute properties ........................................................... 49 Analyzing attribute properties ........................................... 50 Creating an attribute......................................................... 51 Modifying attribut

Summary of the content on the page No. 5

Creating a dependency .................................................. 109 Modifying dependency properties................................... 111 Displaying text in dependency symbols.......................... 112 Defining realizations.............................................................. 114 Realization properties..................................................... 114 Creating a realization...................................................... 115 Modifying realization properties...

Summary of the content on the page No. 6

Reverse engineering PowerBuilder options ................... 166 Loading a PowerBuilder library model in the workspace ................................................................ 168 Reverse engineering objects from a PowerBuilder application................................................ 169 Reverse engineering objects from SRU files ................. 171 Reverse engineering XML .................................................... 174 Reverse engineering XML options ......................

Summary of the content on the page No. 7

Translating OOM data types for a PDM................................ 217 Translating Java data types for a PDM .......................... 217 Generating a PDM from an OOM ......................................... 218 Generating and updating a PDM.................................... 218 Defining PDM generation options................................... 220 Object selection parameters........................................... 220 Generating a new PDM ..............................................

Summary of the content on the page No. 8

viii

Summary of the content on the page No. 9

About This Book Subject This book describes the PowerDesigner Object-Oriented Model environment. It shows you how to do the following: ♦ Build an Object-Oriented Model (OOM) ♦ Use classes, packages, and other modeling objects ♦ Verify the model and import a Rose model ♦ Generate a Conceptual Data Model and a Physical Data Model from the OOM ♦ Reverse engineer Java files ♦ Generate Java source files Audience Anyone who will be designing or building an OOM with PowerDesigner Object-Oriented Model

Summary of the content on the page No. 10

About This Book To help you do your work more easily, this book is divided into chapters that focus on particular goals. If you want to Use these parts of the book Learn about the environment Object-Oriented Model Basics Build an object-oriented model Building a Object-Oriented Model Verifying the model and Managing Object-Oriented Models importing a Rose model Generating a conceptual data The chapters on generating conceptual and model or a physical data model physical models x

Summary of the content on the page No. 11

CHAPT ER 1 Object-Oriented Model Basics About this chapter This chapter presents the PowerDesigner Object-Oriented Model. It provides you with an introduction to the basic notions of object-oriented modeling and the Unified Modeling Language (UML). Contents Topic Page Functional overview 2 UML and object-oriented modeling 3 What is an OOM? 4 Objects in an OOM 5 Creating a new OOM 6 Opening an existing OOM 8 Defining OOM model options 9 Defining OOM properties 11 1

Summary of the content on the page No. 12

Functional overview Functional overview PowerDesigner Object-Oriented Model is a powerful design tool for object- oriented modeling. It gives you all the advantages of a graphical object design implementation. With this product, you can: ♦ Build an Object-Oriented Model (OOM) ♦ Generate Java class source files (.java) ♦ Generate PowerBuilder objects ♦ Reverse engineer Java files (.class, .java, or .jar) ♦ Reverse engineer PowerBuilder objects ♦ Import a Conceptual Data Model (CDM) ♦ Import a Phy

Summary of the content on the page No. 13

Chapter 1 Object-Oriented Model Basics UML and object-oriented modeling What is UML? UML (The Unified Modeling Language) is a modeling language aimed at defining standards for object-oriented modeling. UML has become a standardized language largely through the work of the OMG (Object Management Group), a group composed of individuals and representatives of companies involved in object-oriented projects. However, its original conception drew much of its inspiration from the work of G. Booch, J

Summary of the content on the page No. 14

What is an OOM? What is an OOM? An OOM contains a set of packages, classes, interfaces, and their relationships. These objects together form a class structure that is the logical design view of all (or part of) a software system. An OOM is essentially a static conceptual model of a software system. You use PowerDesigner Object-Oriented Model to build object-oriented models (OOM). You can build an OOM for purely object-oriented modeling purposes, to generate Java files or for PowerBuilder, or you

Summary of the content on the page No. 15

Chapter 1 Object-Oriented Model Basics Objects in an OOM An OOM represents the interaction of the following objects: Selection Object Tool Description Package General purpose sub-set used to organize objects into groups Class Set of objects that share the same attributes, operations, methods, and relationships Interface Collection of operations used to specify the externally visible behavior of a class, object, or other entity Attribute — Named property of a class Operation — Service that can

Summary of the content on the page No. 16

Creating a new OOM Creating a new OOM Creating an OOM requires that you do the following: ♦ Open a new file ♦ Give the OOM a name and a code After you create an OOM, you can enrich its definition by entering properties and associating objects.  To create an OOM: 1 Select File➤ New. or Click the New button in the toolbar. The New window appears. 2 Select Object-Oriented Model and click OK. The Choose Object Language window appears. Every OOM is attached by default to one set of object language p

Summary of the content on the page No. 17

Chapter 1 Object-Oriented Model Basics 4 Click OK. If you were working on an existing workspace, PowerDesigner opens an new OOM. If there was no workspace open, PowerDesigner opens a new workspace and a new OOM. 5 Select Model➤ Model Properties. or Right-click any empty space in the diagram and select Model Properties from the contextual menu. The model property sheet appears. 6 Type a model name and model code. 7 Click OK. 7

Summary of the content on the page No. 18

Opening an existing OOM Opening an existing OOM An OOM has the file extension .OOM.  To open an existing OOM: 1 Select File➤ Open. or Click the Open tool. A standard Windows file selection dialog box appears. 2 Select a file with the .OOM extension. 3 Click OK. The model window displays the selected model. 8

Summary of the content on the page No. 19

Chapter 1 Object-Oriented Model Basics Defining OOM model options You can set model options and naming conventions that apply to all objects in the model. You can also set naming conventions for each type of object in your model. You define OOM model options from the model options dialog box. You can set options that apply to the following OOM objects: ♦ Classes ♦ Default data types ♦ Domain/Attribute Classes You can set the following option for classes in an OOM: Option Description Show clas

Summary of the content on the page No. 20

Defining OOM model options Your choice of whether or not to enforce domain and attribute non- divergence has the following results: Non-divergence Result Not enforced Attributes that are divergent from the domain definition can remain attached to the domain Enforced Attributes that are divergent from the domain (for certain attribute properties) must be detached from the domain If you modify domain non-divergence options, these changes apply only to the current OOM.  For more information on Po


Alternative user manuals
# User manual Category Download
1 Sony 7 User manual Water System 0
2 3Com ENTERPRISE OS 11.3 User manual Water System 0
3 Acronis VIA C7-M User manual Water System 0
4 Acronis 200 Series User manual Water System 2
5 Acronis Z540 User manual Water System 1
6 Alto-Shaam CombiGuard FI-23014 User manual Water System 1
7 Adobe version cue CS3 User manual Water System 2
8 Aiphone GF-NS User manual Water System 0
9 Alto-Shaam FI-28727 User manual Water System 0
10 AMC FM DWS 1500 User manual Water System 2
11 Amtrol WELL-X1 User manual Water System 6
12 Amtrol WELL-X-TROL User manual Water System 25
13 Apple Final Cut Pro 6 User manual Water System 51
14 Apple Mac OS X Server 10.5 Leopard User manual Water System 21
15 Argosy Research Twin Alternating Water Conditioning System NF 1.5" Series User manual Water System 0