Instruction d'utilisation Sybase Powerdesigner 7.5

Instruction d'utilisation pour le dispositif Sybase Powerdesigner 7.5

Dispositif: Sybase Powerdesigner 7.5
Catégorie: Système d'eau
Fabricant: Sybase
Dimension: 1.86 MB
Date d'addition: 1/24/2014
Nombre des pages: 288
Imprimez l'instruction

Téléchargez

Comment utiliser?

Notre objectif consiste à vous assurer le plus rapide accès au contenu de l'instruction d'utilisation du dispositif Sybase Powerdesigner 7.5. En utilisant l'aperçu en ligne vous pouvez parcourir le sommaire et passer à la page où vous trouverez la résolution de votre problème avec Sybase Powerdesigner 7.5.

Pour votre confort

Si regarder l'instruction Sybase Powerdesigner 7.5 directement sur la page n'est pas confortable pour vous, vous pouvez profiter de deux solutions possibles:

  • Exploration au mode de plein écran - pour analyser l'instruction d'une manière commode (sans l'avoir téléchargée sur votre ordinateur) vous pouvez utiliser le mode d'exploration en plein écran. Pour démarrer l'exploration de l'instruction Sybase Powerdesigner 7.5 en plein écran, utilisez le bouton Plein écran.
  • Téléchargement sur l'ordinateur - vous pouvez aussi télécharger l'instruction Sybase Powerdesigner 7.5 sur votre ordinateur et la sauvegarder dans vos ressources. Si vous n'avez pas envie de gaspiller votre espace disque, vous pouvez toujours télécharger cette instruction du ManualsBase dans l'avenir.
Sybase Powerdesigner 7.5 Manuel d'utilisation - Online PDF
Advertisement
« Page 1 of 288 »
Advertisement
Version imprimée

Beaucoup de gens préfèrent de lire les documents dans la version imprimée et non pas sur l'écran. L'option d'impression de l'instruction est aussi prévue et vous pouvez en profiter en cliquant le lien ci-dessus - Imprimez l'instruction. Il n'est pas nécessaire d'imprimer toute l'instruction Sybase Powerdesigner 7.5 - on peut choisir des pages. Economisez le papier.

Résumés

Vous trouverez ci-dessous les annonces des contenus qui se trouvent sur les pages suivantes de l'instruction de Sybase Powerdesigner 7.5. Si vous voulez parcourir rapidement le contenu des pages suivantes de l'instruction, vous pouvez en profiter.

Résumés du contenu
Résumé du contenu de la page N° 1

OBJECT ORIENTED MODEL
User’s Guide
POWERDESIGNER 7.5

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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 ................................

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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...

Résumé du contenu de la page N° 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 ......................

Résumé du contenu de la page N° 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 ..............................................

Résumé du contenu de la page N° 8

viii

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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


Instructions pareilles
# Instruction d'utilisation Catégorie Téléchargez
1 Sony 7 Manuel d'utilisation Système d'eau 0
2 3Com ENTERPRISE OS 11.3 Manuel d'utilisation Système d'eau 0
3 Acronis VIA C7-M Manuel d'utilisation Système d'eau 0
4 Acronis 200 Series Manuel d'utilisation Système d'eau 2
5 Acronis Z540 Manuel d'utilisation Système d'eau 1
6 Alto-Shaam CombiGuard FI-23014 Manuel d'utilisation Système d'eau 1
7 Adobe version cue CS3 Manuel d'utilisation Système d'eau 2
8 Aiphone GF-NS Manuel d'utilisation Système d'eau 0
9 Alto-Shaam FI-28727 Manuel d'utilisation Système d'eau 0
10 AMC FM DWS 1500 Manuel d'utilisation Système d'eau 2
11 Amtrol WELL-X1 Manuel d'utilisation Système d'eau 6
12 Amtrol WELL-X-TROL Manuel d'utilisation Système d'eau 25
13 Apple Final Cut Pro 6 Manuel d'utilisation Système d'eau 51
14 Apple Mac OS X Server 10.5 Leopard Manuel d'utilisation Système d'eau 21
15 Argosy Research Twin Alternating Water Conditioning System NF 1.5" Series Manuel d'utilisation Système d'eau 0