IT SOLUTIONS
Your full service technology partner! 
+Expand
   ► KB ►► Role-Based T...Analysis & UML   Print This    All Groups  

Analysis & UML Most Read KB Posts

Page Contents


Most Read KB Articles Since 3/28/2008

Analysis & UML Group

  KB Article    

Mike Prestwood
1. A 10 Minute Data Flow Diagrams (DFD) Quick Start

DFDs document a process by documenting the flow of data throughout the process. They depict how data interacts with a system. They can be used to engineer a new process, document an existing process, or re-engineer an existing process.

Posted to KB Topic: Data Flow Diagrams (DFD)
17 years ago, and updated 15 years ago
(14 Comments , last by Best.A )

Article
Nothing New Since Your Last Visit
79079
Hits

Mike Prestwood
2. Introduction to the Unified Modeling Language This introduction to the UML covers symbol usage, definitions, and creating diagrams. The UML standardizes what diagrams with what symbols for what situation. The UML is complete with diagrams for analysis, design, and coding. Use use case diagrams to document how users (actors) use a system (a use case). Use class and object diagrams for the design and coding of a system. A class is the prototype for an object. An object has attributes (properties) and the current values of those properties is the current state of the object.
22 years ago, and updated 17 years ago
(2 Comments , last by Ramk.K )

Article
Nothing New Since Your Last Visit
23813
Hits

Mike Prestwood
3. Generalization Where you generalize specific classes into general parent classes or take general parent classes and specialize them as needed in child classes. A Generalization relationship is the equivalent of inheritance in object oriented programming (OOP). A Generalization relationship is an "is-a" relationship and is indicated by an arrow with a hollow arrowhead pointing to the parent class. For example, a Honda Accord "is-a" Car.
17 years ago, and updated 17 years ago
(1 Comments , last by William.A3 )

Definition
Nothing New Since Your Last Visit
16738
Hits

Mike Prestwood
4. Association An Association is a generic relationship between two classes and is represented a line connecting the two classes. This line can be qualified with the type of relationship, and can also feature multiplicity rules such as one-to-one, one-to-many, many-to-many, 0 or 1 to many, etc.
17 years ago, and updated 17 years ago
(1 Comments , last by Dianne.R )

Definition
Nothing New Since Your Last Visit
16487
Hits

Mike Prestwood
5. UML Artifacts In UML 1.x, many UML users referred to the UML diagrams as UML Artifacts. Starting with UML 2.0, a UML Artifact is defined as a physical unit, such as an application executable, database, file, script, etc. Only artifacts live on physical nodes; classes and components do not have "location."
17 years ago, and updated 17 years ago
(3 Comments , last by David.N2 )

Definition
Nothing New Since Your Last Visit
16176
Hits

Mike Prestwood
6. Software Artifact Any nugget discovered and developed and used during software development and maintenance. Examples are requirement items, design items, diagrams, test script, and even code itself. In PSDP, a PSDP Artifact is a specific implementation of the generic software artifact. A PSDP Artifact is used to work with a software feature from inception through testing. It links together a task, requirement item, design item, and test script. You can edit a PSDP artifact as a whole or expand any of the four linked items to include more details.
Posted to KB Topic: Analysis & UML
17 years ago

Definition
Nothing New Since Your Last Visit
13901
Hits

Mike Prestwood
7. Dependency A "uses-a" relationship. For example, when a class uses another class as a member variable or a parameter. A "uses-a" relationship forms a dependency on a class. A Dependency relationship is indicated by a dotted line with an arrow.
17 years ago, and updated 17 years ago

Definition
Nothing New Since Your Last Visit
13855
Hits

Mike Prestwood
8. Business Analyst: Entities and Attributes Should the analyst be responsible for collecting domain entities and attributes?
Posted to KB Topic: Analysis & UML
17 years ago
(1 Comments , last by AleksShamles )

FAQ
Nothing New Since Your Last Visit
13714
Hits

Mike Prestwood
9. Actor (UML) An actor is a person or system that fills a role and interacts with another system. An actor supplies a stimulus to the system. When establishing actors of your system, do not think in terms of a specific person, think in terms of their role. Do not name an actor the name of the person filling the role. If Bob is our Sales Clerk, name your actor Sales Clerk (not Bob).
17 years ago, and updated 17 years ago
(5 Comments , last by Betsy.R )

Definition
Nothing New Since Your Last Visit
13591
Hits

Mike Prestwood
10. Data Flow Diagram (DFD) DFDs document a process by documenting the flow of data throughout the process. They depict how data interacts with a system. They can be used to engineer a new process, document an existing process, or re-engineer an existing process. Traditional Data Flow Diagrams use four (4) symbols, a square, an arrow, a circle, and parallel lines.
Posted to KB Topic: Data Flow Diagrams (DFD)
17 years ago, and updated 17 years ago

Definition
Nothing New Since Your Last Visit
11813
Hits



Most Read by Members

Analysis & UML Group

  KB Article    

Mike Prestwood
1. Introduction to the Unified Modeling Language This introduction to the UML covers symbol usage, definitions, and creating diagrams. The UML standardizes what diagrams with what symbols for what situation. The UML is complete with diagrams for analysis, design, and coding. Use use case diagrams to document how users (actors) use a system (a use case). Use class and object diagrams for the design and coding of a system. A class is the prototype for an object. An object has attributes (properties) and the current values of those properties is the current state of the object.
22 years ago, and updated 17 years ago
(2 Comments , last by Ramk.K )

Article
Nothing New Since Your Last Visit
23813
Hits

Mike Prestwood
2. Association An Association is a generic relationship between two classes and is represented a line connecting the two classes. This line can be qualified with the type of relationship, and can also feature multiplicity rules such as one-to-one, one-to-many, many-to-many, 0 or 1 to many, etc.
17 years ago, and updated 17 years ago
(1 Comments , last by Dianne.R )

Definition
Nothing New Since Your Last Visit
16487
Hits

Mike Prestwood
3. A 10 Minute Data Flow Diagrams (DFD) Quick Start

DFDs document a process by documenting the flow of data throughout the process. They depict how data interacts with a system. They can be used to engineer a new process, document an existing process, or re-engineer an existing process.

Posted to KB Topic: Data Flow Diagrams (DFD)
17 years ago, and updated 15 years ago
(14 Comments , last by Best.A )

Article
Nothing New Since Your Last Visit
79079
Hits

Mike Prestwood
4. Dependency A "uses-a" relationship. For example, when a class uses another class as a member variable or a parameter. A "uses-a" relationship forms a dependency on a class. A Dependency relationship is indicated by a dotted line with an arrow.
17 years ago, and updated 17 years ago

Definition
Nothing New Since Your Last Visit
13855
Hits

Mike Prestwood
5. UML Resource Page http://www.uml.org/
17 years ago
(2 Comments , last by ssc.j )

Link
Nothing New Since Your Last Visit
8562
Hits

Mike Prestwood
6. Actor (UML) An actor is a person or system that fills a role and interacts with another system. An actor supplies a stimulus to the system. When establishing actors of your system, do not think in terms of a specific person, think in terms of their role. Do not name an actor the name of the person filling the role. If Bob is our Sales Clerk, name your actor Sales Clerk (not Bob).
17 years ago, and updated 17 years ago
(5 Comments , last by Betsy.R )

Definition
Nothing New Since Your Last Visit
13591
Hits

Mike Prestwood
7. DotNetCoders.com UML Home Page http://www.dotnetcoders.com/web/learning/uml/default.aspx
23 years ago, and updated 17 years ago

Link
Nothing New Since Your Last Visit
10806
Hits

Mike Prestwood
8. UML Artifacts In UML 1.x, many UML users referred to the UML diagrams as UML Artifacts. Starting with UML 2.0, a UML Artifact is defined as a physical unit, such as an application executable, database, file, script, etc. Only artifacts live on physical nodes; classes and components do not have "location."
17 years ago, and updated 17 years ago
(3 Comments , last by David.N2 )

Definition
Nothing New Since Your Last Visit
16176
Hits

Mike Prestwood
9. Generalization Where you generalize specific classes into general parent classes or take general parent classes and specialize them as needed in child classes. A Generalization relationship is the equivalent of inheritance in object oriented programming (OOP). A Generalization relationship is an "is-a" relationship and is indicated by an arrow with a hollow arrowhead pointing to the parent class. For example, a Honda Accord "is-a" Car.
17 years ago, and updated 17 years ago
(1 Comments , last by William.A3 )

Definition
Nothing New Since Your Last Visit
16738
Hits

Mike Prestwood
10. Business Analyst: Entities and Attributes Should the analyst be responsible for collecting domain entities and attributes?
Posted to KB Topic: Analysis & UML
17 years ago
(1 Comments , last by AleksShamles )

FAQ
Nothing New Since Your Last Visit
13714
Hits
Icon Legend:
Since your last logged visit:
- New to you or updated since your last visit (sign in now to activate).
- NOT new to you since your last visit (sign in now to activate).
Go ahead!   Use Us! Call: 916-726-5675  Or visit our new sales site: 
www.prestwood.com


©1995-2025 Prestwood IT Solutions.   [Security & Privacy]