View:Hide Browser | Browser on the left | Browser on the right
Index: | A | B | C | D | E | F | G | H | I | L | M | N | O | P | R | S | T | U | V | X | Symbol | Unnamed | 

Dictionary

 
A
access   Stereotype  from Package UML Standard Profile  Access is a stereotyped permission dependency between two namespaces, denoting that the public contents of the target namespace are accessible to the namespace of the source package.   
AccountsPayable System   Actor  from Package Use Case View     
An Inventory Control System   Model  from Package Use Case View     
applicableSubset   TagDefinition  from Package UML Standard Profile  This tag definition, which only applies to profile packages, lists the metaelements that are used by the associated profile. The value associated with this tag definition is a set of strings, where each string represents the name of an applicable metaelement. Note that the use of applicable subset does not necessarily exclude the use of any metaelements, but clearly identifies which ones are referenced from the associated profile. Further note that the tag definition applies only to the immediately associated profile. If a profile combines several other profiles using import or generalizations, the applicable subset only applies to the immediately associated profile. The absence of an applicable subset tag definition means that the whole UML metamodel is applicable.   
appliedProfile   Stereotype  from Package UML Standard Profile  This dependency is used to indicate which profiles are applicable to a package. Typically, the client is an ordinary package or a model (but could be any other kind of package), while the supplier is a profile package. This means that the profile applies transitively to the model elements contained in the client package, including the client package itself.   
association   Stereotype  from Package UML Standard Profile   Specifies a real association (default and redundant, but may be included AssociationEnd for emphasis). Association is a constraint applied to a link-end, specifying that the corresponding instance is visible via association.   
Author   TagDefinition  from Package MagicDraw Profile     
auxiliary   Stereotype  from Package UML Standard Profile  Specifies a class that supports another more central or fundamental class, typically by implementing secondary logic or control flow. The class that the auxiliary supports may be defined explicitly using a Focus class or implicitly by a dependency relationship. Auxiliary classes are typically used together with Focus classes, and are particularly useful for specifying the secondary business logic or control flow of components during design. See also: <>.   
 
 
B
balking   Stereotype  from Package UML Standard Profile  Message In the balking message case the sender abandons the message if the receiver is not ready.   
become   Stereotype  from Package UML Standard Profile   Specifies a Flow relationship, source and target of which represent the same instance at different points in time, but each with potentially different values, state instance, and roles. A Become Dependency from A to B means that instance A becomes B with possibly new values, state instance, and roles at a different moment in time/space.   
boolean   DataType  from Package UML Standard Profile  boolean type   
boundary   Stereotype  from Package UML Standard Profile  A boundary is a class that lies on the periphery of a system, but within it. It interacts with actors outside the system as well as with entity, control, and other boundary classes within the system.   
byte   DataType  from Package UML Standard Profile     
 
 
C
call   Stereotype  from Package UML Standard Profile  Call is a stereotyped usage dependency whose source is an operation and whose target is an operation. The relationship may also be subsumed to the class containing an operation, with the meaning that there exists an operation in the class to which the dependency applies. A call dependency specifies that the source operation or an operation in the source class invokes the target operation or an operation in the target class. A call dependency may connect a source operation to any target operation that is within scope including, but not limited to, operations of the enclosing classifier and operations of other visible classifiers.   
carrier   Parameter  from SignalEvent ship      
char   DataType  from Package UML Standard Profile     
Check off the item and quantit <...>   SendAction  from ActionState <unnamed>     
Client PC   Node  from Package Implementation View     
complete   Constraint  from Package UML Standard Profile  Specifies a constraint applied to a set of generalizations with the same discriminator and the same parent, indicating that any instance of the parent must be an instance of at least one child within the set of generalizations. If a parent has a single discriminator, the set of its child generalizations being complete implies that the parent is abstract. The connotation of declaring a set of generalizations complete is that all of the children with the given discriminator have been declared and that additional ones are not expected (in other words, the set of generalizations is closed), and designs may assume with some confidence that the set of children is fixed. If a new child is nevertheless added in the future, existing models may be adversely affected and may require modification.   
Component View   Package      
conceptualView   Stereotype  from Package MagicDraw Profile     
conceptualViewID   TagDefinition  from Stereotype conceptualView     
constructor   Stereotype  from Package UML Standard Profile     
control   Stereotype  from Package UML Standard Profile  A control is a class whose objects manage interactions between collections of objects. A control class usually has behavior that is specific for one use case, and a control object usually does not outlive the use case realizations in which it participates.   
copy   Stereotype  from Package UML Standard Profile  Specifies a Flow relationship, the source and target of which are different instances, but each with the same values, state instance, and roles (but a distinct identity). A Copy Dependency from A to B means that B is an exact copy of A. Future changes in A are not necessarily reflected in B.   
create   Stereotype  from Package UML Standard Profile   Specifies that the designated feature creates an instance of the BehavioralFeature classifier to which the feature is attached. May be promoted to the Classifier containing the feature. Create is a stereotyped call event denoting that the instance receiving that event has just been created. For state machines, it triggers the initial transition at the topmost level of the state machine (and is the only kind of trigger that may be applied to an initial transition). Create is a stereotyped usage dependency denoting that the client classifier creates instances of the supplier classifier.   
Creation date   TagDefinition  from Package MagicDraw Profile     
Customer   Class  from Package Static View     
CustomerShipment   Class  from Package Static View     
CustomProduct   Class  from Package Static View     
 
 
D
Data   Project model   Author:No Magic. Created:11/11/02 10:10 AM. Title:UML Crash Course. Comment:.    
database   Component  from Package Implementation View     
DatabaseServer   Node  from Package Implementation View     
date   DataType  from Package UML Standard Profile     
date   Parameter  from SignalEvent ship      
dbaccess.dll   Component  from Package Implementation View     
dbms   Component  from Package Implementation View     
delivers   Association  from Package Static View     
deploymentView   Stereotype  from Package MagicDraw Profile     
deploymentViewID   TagDefinition  from Stereotype deploymentView     
derive   Stereotype  from Package UML Standard Profile  (Name for the stereotyped class is Derivation.) Specifies a derivation relationship among model elements that are usually, but not necessarily, of the same type. A derived dependency specifies that the client may be computed from the supplier. The mapping specifies the computation. The client may be implemented for design reasons, such as efficiency, even though it is logically redundant.   
derived   TagDefinition  from Package UML Standard Profile  A true value indicates that the model element can be completely derived from other model elements and is therefore logically redundant. In an analysis model, the element may be included to define a useful name or concept. In a design model, the usual intent is that the element should exist in the implementation to avoid the need for recomputation.   
designModel   Stereotype  from Package MagicDraw Profile     
designModelID   TagDefinition  from Stereotype designModel     
destroy   Stereotype  from Package UML Standard Profile  Specifies that the designated feature destroys an instance of the BehavioralFeature classifier to which the feature is attached. May be promoted to the classifier containing the feature. Destroy is a stereotyped call event denoting that the instance receiving the event is being destroyed.   
destroyed   Constraint  from Package UML Standard Profile  Destroyed is a constraint applied to an instance or link, specifying that the constrained element is destroyed during the execution.   
destructor   Stereotype  from Package UML Standard Profile     
disjoint   Constraint  from Package UML Standard Profile  Specifies a constraint applied to a set of generalizations, indicating that instance of the parent may be an instance of no more than one of the given children within the set of generalizations. This is the default semantics of generalization.   
Display "invalid item" error  <...>   SendAction  from ActionState <unnamed>     
Display "invalid P.O." error  <...>   SendAction  from ActionState <unnamed>     
Display "inventory updated su <...>   SendAction  from ActionState <unnamed>     
Display Sipper Details   SendAction  from ActionState <unnamed>     
Display the "Accounts Payable <...>   SendAction  from ActionState <unnamed>     
document   Stereotype  from Package UML Standard Profile  Denotes a document. Denotes a generic file that is not a <> file or <>. Subclass of <>.   
double   DataType  from Package UML Standard Profile     
 
 
E
Enter Shipper_ID   SendAction  from ActionState <unnamed>     
entity   Stereotype  from Package UML Standard Profile  An entity is a passive class; that is, its objects do not initiate interactions on their own. An entity object may participate in many different use case realizations and usually outlives any single interaction.   
executable   Stereotype  from Package UML Standard Profile  Denotes a program that may be run on a node. Denotes a program file that can be executed on a computer system.Subclass of <>.   
 
 
F
facade   Stereotype  from Package UML Standard Profile  A facade is a stereotyped package containing only references to model elements owned by another package. It is used to provide a public view of some of the contents of a package. A facade does not contain any model elements of its own.   
file   Stereotype  from Package UML Standard Profile  Denotes a physical file in the context of the system developed. Denotes a document containing source code or data.   
fillItem   Operation  from Class Order     
fillItem   Operation  from Class Order     
FillOrder   UseCase  from Model An Inventory Control System     
Fill Order   Collaboration  from Package Iteraction View     
Fill Order   Collaboration  from Package Iteraction View     
Fill Order   Sequence Diagram      
Fill Order   Collaboration Diagram      
Find Shipper   SendAction  from ActionState <unnamed>     
Find the Purchase Order for t <...>   SendAction  from ActionState <unnamed>     
float   DataType  from Package UML Standard Profile     
focus   Stereotype  from Package UML Standard Profile  Specifies a class that defines the core logic or control flow for one or more auxiliary classes that support it. Support classes may be defined explicitly using Auxiliary classes or implicitly by dependency relationships. Focus classes are typically used together with one or more Auxiliary classes, and are particularly useful for specifying the core business logic or control flow of components during design. See also: <>.   
framework   Stereotype  from Package UML Standard Profile  A framework is a stereotyped package consisting mainly of patterns, where patterns are defined as template collaborations.   
friend   Stereotype  from Package UML Standard Profile   Friend is a stereotyped permission dependency whose source is a model element, such as an operation, class, or package, and whose target is a model element in a different package, such as an operation, class or package. A friend relationship grants the source access to the target regardless of the declared visibility. It extends the visibility of the supplier so that the client can see into the supplier.   
 
 
G
getItem   Operation  from Class OrderFulfillment Clerk     
getOrder   Operation  from Class OrdersDB     
getOrderNbr   Operation  from Class OrderFulfillment Clerk     
getProdSerialNbr   Operation  from Class Order     
getproduct   Operation  from Class Inventory     
getter   Stereotype  from Package UML Standard Profile     
getter/setter for attribute   TagDefinition  from Stereotype getter     
getter/setter for attribute   TagDefinition  from Stereotype setter     
global   Stereotype  from Package UML Standard Profile   Specifies that the target is a global value that is known to all elements AssociationEnd rather than an actual association. Global is a constraint applied to a link-end, specifying that the corresponding instance is visible because it is in a global scope relative to the link.   
 
 
H
hyperlinkModel   TagDefinition  from Package MagicDraw Profile     
hyperlinkModelActive   TagDefinition  from Package MagicDraw Profile     
hyperlinkText   TagDefinition  from Package MagicDraw Profile     
hyperlinkTextActive   TagDefinition  from Package MagicDraw Profile     
 
 
I
implement   Stereotype  from Package UML Standard Profile     
implementation   Stereotype  from Package UML Standard Profile  Specifies the implementation of a class in some programming language (for example, C++, Smalltalk, Java) in which an instance may not have more than one class. This is in contrast to Class, for which an instance may have multiple classes at one time and may gain or lose classes over time, and an object (a child of instance) may dynamically have multiple classes. An Implementation class is said to realize a Type if it provides all of the operations defined for the Type with the same behavior as specified for the Type operations. An Implementation Class may realize a number of different Types. Note that the physical attributes and associations of the Implementation class do not have to be the same as those of any Type it realizes and that the Implementation Class may provide methods for its operations in terms of its physical attributes and associations. See also: <>. Specifies that the child inherits the implementation of the parent (its attributes, operations and methods) but does not make public the supplier s interfaces nor guarantee to support them, thereby violating substitutability. This is private inheritance and is usually used only for programming implementation purposes.   
implementationClass   Stereotype  from Package UML Standard Profile  Specifies the implementation of a class in some programming Class language in which an instance may not have more than one class. This is in contrast to a general UML Class, for which an instance may have multiple classes at one time and may gain or lose classes over time, and an object (a child of instance) may dynamically have multiple classes.   
implementationModel   Stereotype  from Package MagicDraw Profile     
implementationModelID   TagDefinition  from Stereotype implementationModel     
Implementation View   Package      
implicit   Stereotype  from Package UML Standard Profile   The <> stereotype is applied to an association, specifying that the association is not manifest, but rather is only conceptual.   
import   Stereotype  from Package UML Standard Profile  Import is a stereotyped permission dependency between two namespaces, denoting that the public contents of the target package are added to the namespace of the source package.   
incomplete   Constraint  from Package UML Standard Profile  Specifies a constraint applied to a set of generalizations with the same discriminator, indicating that an instance of the parent need not be an instance of a child within the set (but there is no guarantee that such an instance will actually exist). Being incomplete implies that the parent is concrete. The connotation of declaring a set of generalizations incomplete is that all of the children with the given discriminator have not necessarily been declared and that additional ones might be added; therefore, users should not count on the set of children being fixed.   
instantiate   Stereotype  from Package UML Standard Profile  A stereotyped usage dependency among classifiers indicating that operations on the client create instances of the supplier.   
int   DataType  from Package UML Standard Profile     
Integer   DataType  from Package UML Standard Profile     
invariant   Stereotype  from Package UML Standard Profile  Specifies a constraint that must be attached to a set of classifiers or relationships. It indicates that the conditions of the constraint must hold over time (for the time period of concern in the particular containing element) for the classifiers or relationships and their instances.   
Inventoried   CompositeState  from CompositeState <unnamed>     
Inventory   Class  from Package Iteraction View     
inventory.dll   Component  from Package Implementation View     
Inventory Control System packa <...>   Class Diagram      
itemnbr   Parameter  from Operation fillItem     
itemnbr   Parameter  from Operation getProdSerialNbr     
itemnbr   Parameter  from Operation fillItem     
Iteraction View   Package      
 
 
L
library   Stereotype  from Package UML Standard Profile  Denotes a static or dynamic library. Denotes a static or dynamic library file. Subclass of <>.   
LineItem   Class  from Package Static View     
local   Stereotype  from Package UML Standard Profile   Local is a constraint applied to a link-end, specifying that the corresponding instance is visible because it is in a local scope relative to the link. Specifies that the relationship represents a local variable within a AssociationEnd procedure rather than an actual association.   
LocateProduct   UseCase  from Model An Inventory Control System     
location   Parameter  from SignalEvent receive      
location   Parameter  from SignalEvent return     
long   DataType  from Package UML Standard Profile     
 
 
M
MagicDraw Profile   Package   MagicDraw Profile contains UML extensions used in MagicDraw internal mechanisms and some features based on UML extensions.   
Match the prodoct to an item o <...>   SendAction  from ActionState <unnamed>     
metaclass   Stereotype  from Package UML Standard Profile  Specifies that the instances of the classifier are classes.   
metamodel   Stereotype  from Package UML Standard Profile  A metamodel is a stereotyped model denoting that the model is an abstraction of another model, i.e., it is a model of a model. Hence, if M2 is a model of the model M1, then M2 is a metamodel of M1. It follows then that classes in M1 are instances of metaclasses in M2. The stereotype can be recursively applied, as in the case of a 4-layer metamodel architecture.   
MiddleTierServer   Node  from Package Implementation View     
modelLibrary   Stereotype  from Package UML Standard Profile  This dependency means that the supplier package is being used as a model library associated with a profile. The client is a package that is stereotyped as a profile and the supplier is a non-profile package that contains shared model elements, such as classes and data types. A model library is a stereotyped package that contains model elements that are intended to be reused by other packages. A model library differs from a profile in that a model library does not extend the metamodel using stereotypes and tagged definitions. A model library is analogous to a class library in some programming languages.   
Modification date   TagDefinition  from Package MagicDraw Profile     
 
 
N
new   Constraint  from Package UML Standard Profile  New is a constraint applied to an instance or link, specifying that the constrained element is created during the execution.   
Notify Accounts Payable of th <...>   SendAction  from ActionState <unnamed>     
 
 
O
Object View   Package      
On Order   CompositeState  from CompositeState <unnamed>     
Order   Class  from Package Static View     
Order   Parameter  from SignalEvent sell      
OrderFulfillment Clerk   Class  from Package Iteraction View     
OrderFulfilment   Actor  from Package Use Case View     
ordernbr   Parameter  from Operation getOrder     
ordernr   Attribute  from AssociationEnd <unnamed>     
OrderProcessing System   Actor  from Package Use Case View     
Order Prosessing   Package  from Package Package View     
OrdersDB   Class  from Package Iteraction View     
overlapping   Constraint  from Package UML Standard Profile  Specifies a constraint applied to a set of generalizations, indicating that an instance of one child may be simultaneously an instance of another child in the set (but there is no guarantee that such an instance will actually exist).   
 
 
P
pack   SignalEvent      
Packaged   CompositeState  from CompositeState <unnamed>     
Package View   Package      
parameter   Stereotype  from Package UML Standard Profile   Parameter is a constraint applied to a link-end, specifying that the corresponding instance is visible because it is in a parameter scope relative to the link. Specifies that the relationship represents a procedure parameter rather than AssociationEnd an actual association.   
persistence   TagDefinition  from Package UML Standard Profile  Persistence denotes the permanence of the state of the constrained element, marking it as transitory (its state is destroyed when the instance is destroyed) or persistent (its state is not destroyed when the instance is destroyed).   
places   Association  from Package Static View     
PO   Interface  from Package Implementation View  Purchase Order   
postcondition   Stereotype  from Package UML Standard Profile  Specifies a constraint that must be attached to an operation, and denotes that the conditions of the constraint must hold after the invocation of the operation.   
powertype   Stereotype  from Package UML Standard Profile  Specifies that the classifier is a metaclass whose instances are siblings marked by the same discriminator. For example, the metaclass TreeSpecies might be a power type for the subclasses of Tree that represent different species, such as AppleTree, BananaTree, and CherryTree.   
precondition   Stereotype  from Package UML Standard Profile   Specifies a constraint that must be attached to an operation, and denotes that the conditions of the constraint must hold for the invocation of the operation.   
Print the receiving confirma <...>   SendAction  from ActionState <unnamed>     
process   Stereotype  from Package UML Standard Profile  Specifies a classifier that represents a heavy-weight flow of control.   
processView   Stereotype  from Package MagicDraw Profile     
processViewID   TagDefinition  from Stereotype processView     
prod   Parameter  from Operation reduceInv     
prod   Parameter  from Operation reduceinv     
prodserialnbr   Parameter  from Operation getproduct     
Product   StateMachine      
Product   Class  from Package Static View     
Product   State Diagram      
product.dll   Component  from Package Implementation View     
ProductLocation   Class  from Package Static View     
Product Shipment object diagra <...>   Class Diagram      
profile   Stereotype  from Package UML Standard Profile  A profile is a stereotyped package that contains model elements that have been customized for a specific domain or purpose using extension mechanisms, such as stereotypes, tagged definitions, and constraints. A profile may also specify model libraries on which it depends and the metamodel subset that it extends. (The latter is specified via an applicableSubset tag definition.)   
Prompt to reenter or cancel   SendAction  from ActionState <unnamed>     
purchaseorder.dll   Component  from Package Implementation View     
Purchasing   Package  from Package Package View     
 
 
R
realize   Stereotype  from Package UML Standard Profile  (Name for the stereotyped class is Realization.) Specifies a realization relationship between a specification model element or elements (the supplier) and a model element or elements that implement it (the client). The implementation model element is required to support all of the operations or received signals that the specification model element declares. The implementation model element must make or inherit its own declarations of the operations and signal receptions. The mapping specifies the relationship between the two. The mapping may or may not be computable. Realization can be used to model stepwise refinement, optimizations, transformations, templates, model synthesis, framework composition, etc.   
receive    SignalEvent      
ReceiveProduct   UseCase  from Model An Inventory Control System     
Receive Product   ActivityGraph      
Receive Product   Activity Diagram      
Receiving   Actor  from Package Use Case View     
Receiving   Package  from Package Package View     
receiving.exe   Component  from Package Implementation View     
Receiving Application   Implementation Diagram      
Receiving Application Deployme <...>   Implementation Diagram      
reduceInv   Operation  from Class Inventory     
reduceinv   Operation  from Class Inventory     
refine   Stereotype  from Package UML Standard Profile     
requirement   Stereotype  from Package UML Standard Profile  Specifies a desired feature, property, or behavior of an element as part Comment of a system.   
reside   Stereotype  from Package UML Standard Profile     
responsibility   Stereotype  from Package UML Standard Profile  Specifies a contract or an obligation of an element in its relationship Comment to other elements.   
return   SignalEvent      
 
 
S
self   Stereotype  from Package UML Standard Profile  Specifies that the relationship represents a reference to the object that AssociationEnd owns an operation or action rather than an actual association. Self is a constraint applied to a link-end, specifying that the corresponding instance is visible because it is the dispatcher of the request.   
sell    SignalEvent      
semantics   TagDefinition  from Package UML Standard Profile  Semantics is the specification of the meaning of the classifier or operation.   
send   Stereotype  from Package UML Standard Profile  <> Usage Send is a stereotyped usage dependency whose source is an operation and whose target is a signal, specifying that the source sends the target signal.   
serialnr   Attribute  from AssociationEnd <unnamed>     
setter   Stereotype  from Package UML Standard Profile     
Set the item aside   SendAction  from ActionState <unnamed>     
ship    SignalEvent      
Shipment   Class  from Package Static View     
shipment   Parameter  from SignalEvent pack     
ShipOrder   UseCase  from Model An Inventory Control System     
Shipped   CompositeState  from CompositeState <unnamed>     
Shipping   Actor  from Package Use Case View     
Shipping   Package  from Package Package View     
short   DataType  from Package UML Standard Profile     
signalflow   Stereotype  from Package UML Standard Profile  Signalflow is a stereotype of ObjectFlowState with a Signal as its type.   
Sold   CompositeState  from CompositeState <unnamed>     
source   Stereotype  from Package UML Standard Profile  Denotes a source file that can be compiled into an executable file.Subclass of <>.   
stateInvariant   Stereotype  from Package UML Standard Profile  Specifies a constraint that must be attached to a state vertex in a state machine that has a classifier for a context. The stereotype indicates that the constraint holds for instances of the classifier when an instance is in that state.   
Static View   Package      
Stock Clerk   Actor  from Package Use Case View     
StockProduct   UseCase  from Model An Inventory Control System     
stub   Stereotype  from Package UML Standard Profile  A stub is a stereotyped package representing a package that is incompletely transferred; specifically, a stub provides the public parts of the package, but nothing more.   
subsystemInteractions   TagDefinition  from Package MagicDraw Profile     
subsystemResources   TagDefinition  from Package MagicDraw Profile     
System   Class  from Package Iteraction View     
systemModel   Stereotype  from Package UML Standard Profile  A systemModel is a stereotyped model that contains a collection of models of the same physical system. A systemModel also contains all relationships and constraints between model elements contained in different models.   
 
 
T
table   Stereotype  from Package UML Standard Profile  Denotes a database table.   
tagGroup   Stereotype  from Package UML Standard Profile  This stereotype should be applied to tag definition which values describes group names of other tag definitions. Used for tags grouping in MagicDraw model elements specifications, TaggedValues tabs.   
The Inventory Control System   Use Case Diagram      
thread   Stereotype  from Package UML Standard Profile  Classifier Specifies a classifier that represents a flow of control.   
time-out   Stereotype  from Package UML Standard Profile  A time-out message the sender sends for a given period of time while waiting for acknowledgment by recipient. The sender is freed up if the acknowledgment does not occur within the duration specified in the description.   
TODO   TagDefinition  from Package MagicDraw Profile  Specifies TO DO list for ModelElement.   
topLevel   Stereotype  from Package UML Standard Profile  TopLevel is a stereotype of package denoting the top-most package in a containment hierarchy. The topLevel stereotype defines the outer limit for looking up names, as namespaces see outwards. A topLevel subsystem represents the top of the subsystem containment hierarchy, i.e., it is the model element that represents the boundary of the entire physical system being modeled.   
Top Level class diagram   Class Diagram      
trace   Stereotype  from Package UML Standard Profile  (Name for the stereotyped class is Trace.) Specifies a trace relationship between model elements or sets of model elements that represent the same concept in different models. Traces are mainly used for tracking requirements and changes across models. Since model changes can occur in both directions, the directionality of the dependency can often be ignored. The mapping specifies the relationship between the two, but it is rarely computable and is usually informal.   
transient   Constraint  from Package UML Standard Profile  Transient is a constraint applied to an instance or link, specifying that the constrained element is created and destroyed during the execution.   
type   Stereotype  from Package UML Standard Profile  Specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. A type may not contain any methods, maintain its own thread of control, or be nested. However, it may have attributes and associations. The associations of a Type are defined solely for the purpose of specifying the behavior of the type's operations and do not represent the implementation of state data.   
 
 
U
UI.exe   Component  from Package Implementation View     
UML Standard Profile   Package   UML Standard Profile contains several popular stereotypes, tag definitions and constraints described in UML 1.4 Specification.   
UpdateInventory   UseCase  from Model An Inventory Control System     
Update inventory for the Pro <...>   SendAction  from ActionState <unnamed>     
usage   TagDefinition  from Package UML Standard Profile  Usage applies only to transitions leading into or out of an object flow state. It has a value of uses or modifies. A value of uses indicates that the action of the state at the other end of the transition from the object flow state uses but does not modify the object represented by the object flow state. A value of modifies indicates that the action of the state at the other end of the transition from the object flow state modifies and may use the object represented by the object flow state.   
useCaseModel   Stereotype  from Package UML Standard Profile  A use case model specifies the services a system provides to its users; that is, the different ways of using the system, and whose top-level package is a use case system.   
useCaseView   Stereotype  from Package MagicDraw Profile     
Use Case View   Package      
useCaseViewID   TagDefinition  from Stereotype useCaseView     
utility   Stereotype  from Package UML Standard Profile  Specifies a classifier that has no instances, but rather denotes a named collection of non-member attributes and operations, all of which are class-scoped.   
 
 
V
VendorProduct   Class  from Package Static View     
VendorShipment   Class  from Package Static View     
void   DataType  from Package UML Standard Profile     
 
 
X
xor   Constraint  from Package UML Standard Profile  The {xor} constraint is applied to a set of associations, specifying that over that set, exactly one is manifest for each associated instance. Xor is an exclusive or (not inclusive or) constraint.   
 
 
Symbol
123456   ClassifierRole  from Collaboration Fill Order     
123456   Object  from Collaboration Fill Order     
234567   ClassifierRole  from Collaboration Fill Order     
38   Object  from Package Object View     
426   Object  from Package Object View     
4321   Object  from Package Object View     
47   Object  from Package Object View     
 
 
Unnamed
<unnamed>   Permission  from Package Package View     
<unnamed>   Permission  from Package Package View     
<unnamed>   Permission  from Package Package View     
<unnamed>   Permission  from Package Package View     
<unnamed>   InitialPseudostate  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   Decision  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   Decision  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   FinalState  from CompositeState <unnamed>     
<unnamed>   SynchronizationBar  from CompositeState <unnamed>     
<unnamed>   SynchronizationBar  from CompositeState <unnamed>     
<unnamed>   Decision  from CompositeState <unnamed>     
<unnamed>   Decision  from CompositeState <unnamed>     
<unnamed>   ActionState  from CompositeState <unnamed>     
<unnamed>   FinalState  from CompositeState <unnamed>     
<unnamed>   Decision  from CompositeState <unnamed>     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Transition  from ActivityGraph Receive Product     
<unnamed>   Guard  from Transition <unnamed>     
<unnamed>   Guard  from Transition <unnamed>     
<unnamed>   Guard  from Transition <unnamed>     
<unnamed>   Guard  from Transition <unnamed>     
<unnamed>   Guard  from Transition <unnamed>     
<unnamed>   Guard  from Transition <unnamed>     
<unnamed>   Guard  from Transition <unnamed>     
<unnamed>   Guard  from Transition <unnamed>     
<unnamed>   Guard  from Transition <unnamed>     
<unnamed>   Guard  from Transition <unnamed>     
<unnamed>   Association  from Package Use Case View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Association  from Package Use Case View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Association  from Package Use Case View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Association  from Package Use Case View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Association  from Package Use Case View     
<unnamed>   Association  from Package Use Case View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Association  from Package Use Case View     
<unnamed>   Include  from Package Use Case View     
<unnamed>   Include  from Package Use Case View     
<unnamed>   Include  from Package Use Case View     
<unnamed>   Extend  from Package Use Case View     
<unnamed>   AssociationEnd  from Association places     
<unnamed>   AssociationEnd  from Association places     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Association  from Package Static View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Association  from Package Static View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Association  from Package Static View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Association  from Package Static View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association delivers     
<unnamed>   AssociationEnd  from Association delivers     
<unnamed>   Generalization  from Package Static View     
<unnamed>   Generalization  from Package Static View     
<unnamed>   Generalization  from Package Static View     
<unnamed>   Generalization  from Package Static View     
<unnamed>   CompositeState  from ActivityGraph Receive Product     
<unnamed>   Association  from Package Static View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Association  from Package Static View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Link  from Package Object View     
<unnamed>   Link  from Package Object View     
<unnamed>   Link  from Package Object View     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   ClassifierRole  from Collaboration Fill Order     
<unnamed>   ClassifierRole  from Collaboration Fill Order     
<unnamed>   ClassifierRole  from Collaboration Fill Order     
<unnamed>   ClassifierRole  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   CallAction  from Package Iteraction View     
<unnamed>   SendAction  from Package Iteraction View     
<unnamed>   ReturnAction  from Package Iteraction View     
<unnamed>   ReturnAction  from Package Iteraction View     
<unnamed>   CallAction  from Package Iteraction View     
<unnamed>   ReturnAction  from Package Iteraction View     
<unnamed>   CallAction  from Package Iteraction View     
<unnamed>   ReturnAction  from Package Iteraction View     
<unnamed>   ReturnAction  from Package Iteraction View     
<unnamed>   CallAction  from Package Iteraction View     
<unnamed>   CallAction  from Package Iteraction View     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Object  from Collaboration Fill Order     
<unnamed>   Object  from Collaboration Fill Order     
<unnamed>   Object  from Collaboration Fill Order     
<unnamed>   Object  from Collaboration Fill Order     
<unnamed>   Link  from Collaboration Fill Order     
<unnamed>   Link  from Collaboration Fill Order     
<unnamed>   Link  from Collaboration Fill Order     
<unnamed>   Link  from Collaboration Fill Order     
<unnamed>   Link  from Collaboration Fill Order     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   LinkEnd  from Link <unnamed>     
<unnamed>   Stimulus  from Collaboration Fill Order     
<unnamed>   Stimulus  from Collaboration Fill Order     
<unnamed>   CallAction  from Collaboration Fill Order     
<unnamed>   CallAction  from Collaboration Fill Order     
<unnamed>   Stimulus  from Collaboration Fill Order     
<unnamed>   SendAction  from Collaboration Fill Order     
<unnamed>   Stimulus  from Collaboration Fill Order     
<unnamed>   Stimulus  from Collaboration Fill Order     
<unnamed>   Stimulus  from Collaboration Fill Order     
<unnamed>   Stimulus  from Collaboration Fill Order     
<unnamed>   Stimulus  from Collaboration Fill Order     
<unnamed>   CallAction  from Collaboration Fill Order     
<unnamed>   CallAction  from Collaboration Fill Order     
<unnamed>   CallAction  from Collaboration Fill Order     
<unnamed>   CallAction  from Collaboration Fill Order     
<unnamed>   CallAction  from Collaboration Fill Order     
<unnamed>   CompositeState  from StateMachine Product     
<unnamed>   InitialPseudostate  from CompositeState <unnamed>     
<unnamed>   Transition  from StateMachine Product     
<unnamed>   Transition  from StateMachine Product     
<unnamed>   Transition  from StateMachine Product     
<unnamed>   Transition  from StateMachine Product     
<unnamed>   Transition  from StateMachine Product     
<unnamed>   Transition  from StateMachine Product     
<unnamed>   Guard  from Transition <unnamed>     
<unnamed>   Association  from Package Implementation View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Dependency  from Package Implementation View     
<unnamed>   Dependency  from Package Implementation View     
<unnamed>   Dependency  from Package Implementation View     
<unnamed>   Dependency  from Package Implementation View     
<unnamed>   Dependency  from Package Implementation View     
<unnamed>   Association  from Package Implementation View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Dependency  from Package Implementation View     
<unnamed>   Dependency  from Package Implementation View     
<unnamed>   Association  from Package Implementation View     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   AssociationEnd  from Association <unnamed>     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   Message  from Collaboration Fill Order     
<unnamed>   CallAction  from Package Iteraction View     
<unnamed>   ReturnAction  from Package Iteraction View     
<unnamed>   ReturnAction  from Package Iteraction View     
<unnamed>   CallAction  from Package Iteraction View