Prev | Next |
~R~
Terms starting with R
Name |
Detail |
See also |
---|---|---|
Realize |
A source object realizes the destination object. Realize is used to express traceability and completeness in the model – a business process or requirement is realized by one or more Use Cases, which are in turn realized by some Classes, which in turn are realized by a Component, and so on. |
|
Receive (A message) |
The handling of a stimulus passed from a sender instance. |
Sender Receiver |
Receive |
An element used to define the acceptance or receipt of a request; movement on to the next action occurs until it has received what is defined. |
|
Receiver (Object) |
The object handling a stimulus passed from a sender object. |
Sender |
Reception |
A declaration that a classifier is prepared to react to the receipt of a signal. |
|
Recursion |
A type of message used in Sequence diagrams to indicate a recursive function. |
|
Reference |
|
Pointer |
Region |
UML 2.x supports both Expansion Regions and Interruptible Activity Regions.
|
|
Refinement |
A relationship that represents a fuller specification of something that has already been specified at a certain level of detail; for example, a design Class is a refinement of an analysis Class. |
|
Relationship |
A semantic connection among model elements; examples of relationships include Associations and Generalizations. |
|
Repository |
A facility for storing object models, interfaces and implementations. |
|
Represents |
A connector that indicates a Collaboration Use is used in a classifier; the connector is drawn from the Collaboration Use to its owning classifier. |
|
Requirement |
A required feature, property or behavior of a system (external requirement). |
|
Responsibility |
An internal parameter that applies rules to the element - an internal requirement, scenario or constraint. |
|
Reuse |
The use of a pre-existing artifact. |
|
Reverse Engineering |
The process of importing source code into the model as standard UML model objects (such as Classes, attributes and operations). |
|
Rich Text Format |
A standard mark-up language for creating word processor documents, frequently associated with Microsoft Word. |
|
Robustness Diagram |
Enterprise Architect supports business process modeling extensions from the UML business process model profile; Robustness diagrams are used in ICONIX. |
www.sparxsystems.com/iconix/iconixsw.htm |
Role |
|
|
Role Binding |
The mapping between a Collaboration Use's internal roles and the respective parts required to implement a specific situation; the associated parts can have properties defined to enable the binding to occur, and the collaboration to take place. |
|
Run Time |
The period of time during which a computer program executes. |
Analysis Time Compile Time Design Time Modeling Time |