diff --git a/doc/seq-ops.xml b/doc/seq-ops.xml index d560e07..309db85 100644 --- a/doc/seq-ops.xml +++ b/doc/seq-ops.xml @@ -1,4 +1,4 @@ - + The following calls can be used to define a sequence diagram. @@ -31,12 +31,12 @@ The following calls can be used to define a sequence diagram.
create_message(from_object,to_object,object_label);
Has from_object create the to_object, labeled with object_label. - The message is labeled with the «create» stereotype. + The message is labeled with the «create» stereotype. Can also be written as cmessage.
destroy_message(from_object,to_object);
Sends a message - labeled with the «destroy» stereotype + labeled with the «destroy» stereotype from the from_object to the to_object. The object to_object is marked as destroyed, with an X at the end of its lifeline.