Term
|
Definition
the specific area or domain of the user’s business need or problem that is within the scope of the new system |
|
|
Term
|
Definition
a technique to identify problem domain objects in which developers work with users in an open group setting |
|
|
Term
|
Definition
a technique to identify problem domain objects by finding and classifying the nouns in a dialog or description
|
|
|
Term
|
Definition
descriptive pieces of information about things or objects |
|
|
Term
|
Definition
an attribute the value of which uniquely identifies an individual thing or object |
|
|
Term
|
Definition
an attribute that consists of multiple pieces of information but its best treated in the aggregate |
|
|
Term
|
Definition
a term in UML that describes a naturally occurring relationship between specific things sometimes called relationship |
|
|
Term
|
Definition
term that describes a naturally occurring association between specific things sometimes called an association |
|
|
Term
|
Definition
a measure of the number of links between one object and another object in a relationship |
|
|
Term
|
Definition
a measure in UML of the number of links between one object and another object in an association |
|
|
Term
|
Definition
the actual numeric count of the constraints on objects allowed in an association |
|
|
Term
|
Definition
associations between exactly two distinct types of things |
|
|
Term
|
Definition
an association between two instances of the same type of thing |
|
|
Term
|
Definition
an association between exactly three distinct types of things |
|
|
Term
|
Definition
and association between n distinct types of things |
|
|
Term
|
Definition
the term used in an ER diagram to describe sets of things or individual things |
|
|
Term
Entity Relationship diagram(ERD) |
|
Definition
A diagram consisting of data entities (ie sets of things) and their relationships |
|
|
Term
|
Definition
A graphical representation of an individual data entity and its relationship with other individual data entities |
|
|
Term
|
Definition
A category or classification of a set of objects or things |
|
|
Term
|
Definition
Classes that describes objects from the problem domain |
|
|
Term
|
Definition
A diagram consisting of classes (ie sets of objects) and associations among the classes |
|
|
Term
Domain models class diagram |
|
Definition
a class diagram that only includes classes from the problem domain |
|
|
Term
|
Definition
or camelcase notation when words are concatenated to form a single word and the first letter of each embedded work is capitalized |
|
|
Term
|
Definition
an association that is also treated as a class: often required in order to capture attributes for the association |
|
|
Term
Generalization/ specialization relationship |
|
Definition
a type of hierarchical relationship in which subordinate classes are subsets of objects of the superior classes and inheritance hierarchy |
|
|
Term
|
Definition
the superior or more general class in a generalization/specialization relationship |
|
|
Term
|
Definition
the subordinate or more specialized class in a generalization/specialization relationship |
|
|
Term
|
Definition
the concept that specialization classes inherit the attributes of the generalization class |
|
|
Term
|
Definition
A class that describes a category or set of objects but that never includes individual objects or instances |
|
|
Term
|
Definition
A class that allows individual objects or instances to exist |
|
|
Term
|
Definition
a relationship between classes in which one class is a part or a component portion of another class |
|
|
Term
|
Definition
A type of whole-part relationship in which the component parts also exist as individual objects apart from the aggregate |
|
|
Term
|
Definition
A type of whole-part relationship in which the component parts cannot exist as individual objects apart from the total composition |
|
|