Structural Modeling – Class Diagram Relationships

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

This set of flashcards covers key vocabulary terms and definitions related to structural modeling and class diagram relationships.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Dependency

A 'using' relationship between two modeling elements, where one element requires the presence of another for its correct implementation.

2
New cards

Association

A relationship between two or more classifiers involving connections among their instances.

3
New cards

Multiplicity

Indicates the number of instances that can be associated with one instance from another classifier (e.g., 0..1, 1, 1..5).

4
New cards

Aggregation

A special type of association that specifies the whole-part relationship between the aggregate (whole) and a component (part).

5
New cards

Composition

A stronger form of aggregation where the composite manages its parts, which are inseparable from the whole.

6
New cards

Generalization

A taxonomic relationship between a more general and a more specific element, representing a 'kind-of' or 'is-a' relationship.

7
New cards

Realization

A relationship between a specification (interface) and its implementation (class) that provides the interface’s services.