E (Glossary)

Return to Introduction  Previous page  Next page

~E~

element

1.An atomic constituent of a model.
2.A model object of any type, such as class, component, node or object.

endpoint

Used in interaction diagrams to reflect a lost message in sequence.

entity

A store or persistence mechanism that captures the information or knowledge in a system. It is the Model in the Model-View-Controller pattern.

entry action

An action executed upon entering a state in a state machine regardless of the transition taken to reach that state.

entry point

Used to define where external states can enter a submachine.

enumeration

A list of named values used as the range of a particular attribute type. For example, RGBColor = {red, green, blue}. Boolean is a predefined enumeration with values from the set {false, true}.

event

The specification of a significant occurrence that has a location in time and space. In the context of state diagrams, an event is an occurrence that can trigger a transition.

exception handler

An element that defines the group of operations to carry out when an exception occurs.

exit action

An action executed upon exiting a state in a state machine regardless of the transition taken to exit that state.

exit point

Used in submachine states and state machines to denote the point where the machine is exited and the transition sourcing this exit point, for submachines, is triggered. Exit points are a type of pseudo-state used in the state machine diagram.

export

In the context of packages, to make an element visible outside its enclosing namespace.

See also: visibility

Contrast: export [OMA], import

expose interface

A Toolbox Icon that is a graphical way to depict the required and supplied interfaces of a component, class, or part.

expression

A string that evaluates to a value of a particular type. For example, the expression "(7 + 5 * 3)" evaluates to a value of type number. A relationship from an extension use case to a base use case, specifying how the behavior defined for the extension use case augments (subject to conditions specified in the extension) the behavior defined for the base use case. The behavior is inserted at the location defined by the extension point in the base use case. The base use case does not depend on performing the behavior of the extension use case.

See also: extension point, include

extend

A connector used to indicate that an element extends the behavior of another. Extensions are used in use case models to indicate one use case (optionally) extends the behavior of another.