Re: [UML Forum] Activity Diagram: Concept and clear traceability of data tokens
all was very interesting. At the moment I am using them very
extensive to describe workflows which are not yet modelled in terms of
classes and methods. They shall picture the next level after Use
Cases, so which part takes (in general) an action or how (a very small
how to make UML class diagram for MVC-application?
please help
and sorry for broken english
got a project on cakePHP
i need to make a class diagrams
its for my university
i've got 4 controllers and 4 models. each controller has one or many
views.
so
how do people usually draw class diagrams for it
sorry
How to create InstanceSpecification from ExecutionEnvironment (or Component)
I would like to create an InstanceSpecification object from an
ExecutionEnvironment one (or Component).
Is there a way to do it with the UML2 API?
Thanks in advance.
Nicolas
CfP: The 10th workshop on Domain-Specific Modeling
Reno/Tahoe, Nevada, USA, 17-18 October 2010
[link]
Domain-specific modeling (DSM) provides a modern solution to demands
for higher productivity by constricting the gap between problem and
solution modeling. In the past, productivity gains have been sought
Showing inherited and implemented methods
scenario.
Given two interfaces I1 and I2. Logically, if the language permitted
it, I would structure these as I2 inheriting from I1, but the language
in question does not currently support interface inheritance.
There are one or more concrete classes C1, C2, etc. Each is an
Re: [UML Forum] multiplicity constraints
Re: [UML Forum] multiplicity constraints
azzam wrote, On 5/25/2010 1:16 AM:
Once in a great while I will use this, although I can't remember if it's
always temporary. Sometimes, rather than saying that class A has an
association with every subclass of class B, I'll just say class A has an
association with B and make the max multiplicity the number of subclasses.
Re: [UML Forum] multiplicity constraints
Well, they should -- provided the constraints exist in the problem
space. Remember that UML models abstract some reality and not all
realities are constrained the same way. However,...
First, let me point out that 0- refers to conditionality, not
multiplicity. That is, it defines whether the association can be
[UML Forum] multiplicity constraints
UML offers several constraints, such as multiplicity constraints,
generalization set constraints, subsetting, and redefinitions. Recently I
began to wonder about the importance of these constraints in real models
(besides DATA BASE world). Actually, I was surprised that most examples I
[UML Forum] Re: Library (API) representation on UML Class Diagram
--
You received this message because you are subscribed to the Google Groups "UML Forum" group.
To post to this group, send email to umlforum@googlegroups.com.
To unsubscribe from this group, send email to umlforum+unsubscribe@googlegro ups.com.
For more options, visit this group at [link].
Re: [UML Forum] Library (API) representation on UML Class Diagram
There are several ways to identify the library and that is one possibility.
But I would be inclined not to worry about that at all in OOA/D. [As it
happens the MDA profile I use does not include dependency associations
so I couldn't do that if I wanted to. B-)] The library defines the
[UML Forum] Library (API) representation on UML Class Diagram
I was wondering how can I represent a class diagram which has a
reference (instantiates) a class from a Library or a Component? Is it
the dependency case? I am not sure but i usually represent the Library
as a Package and i trace a dependency arrow from my class to the
package....
Re: [UML Forum] Activity Diagram: Concept and clear traceability of data tokens
The flows just represent algorithmic flow of control in the solution;
not data flows. (Interaction Diagrams are the closest UML notation to
classic DFDs, at least in an OO context.) The tokens are simply messages
and there is no specification of whether they have data packets. So your
Re: [UML Forum] Activity Diagram: Peoblem with synchonisation/ condition
Try this...
<pre>
[Load Extra] [Load Default]
| |
| |
======================
|
|
[Check for Extra]
|
| Extra exists
< > ----------------[Process Both]
Re: [UML Forum] Re: Activity Diagram: Different notations for parallelism and synchronisation?
can just omit a fork/ join node,
like it could be done with this example:
So I am just wondering why the shorthand notation is not commonly used. Most
Re: [UML Forum] Activity Diagram: Peoblem with synchonisation/ condition
assuming you are entering the activity with only one defined parametr - the categoryID integer, why don't you first check its contents? Your thread of control, upon entering the depicted activity, immediately 'runs off into two directions', without any obvious reason. Try to do a 'mental run' of you process again and the proper sequencing shall unfold in your mind ...
[UML Forum] Re: Activity Diagram: Different notations for parallelism and synchronisation?
though we do not use the same language :
When you say "synchronisation symbol", you are talking about a Join
Node, right ?
On May 20, 12:52Â am, maurice_t <maurice.huell...@googlemail.c om>
wrote:
Yes it is :
When several flows come into a same action, there is an implicit Join
[UML Forum] Activity Diagram: Peoblem with synchonisation/ condition
I have a problematic example of an activity I try to express. The
activity gets an ID parameter (categoryID) which splits the process
into two transitions. Each one loads an Item entity. After trying to
load them it shall be checked, if the 'extraItem' exists. If so, it is
used with the (always existing) defaultItem. If not, only the
[UML Forum] Activity Diagram: Concept and clear traceability of data tokens
my problem in modeling some workflows using activity diagrams is a
little hard to describe. It is concerned with the overview of which
action deals with the available data tokens. For example this
activity:
parameter: userId -> action: fetchUser -> action: print user ->
activity end
[UML Forum] Activity Diagram: Different notations for parallelism and synchronisation?
in activity diagrams I can use the fork and synchronisation symbol to
split up and rejoin threads. Often I see that to parallel transitions
lead directly into an action. As far as I know this is equivalent to a
synchronisation. Also it is possible in UML tools to start multiple
transitions from one action, but I never saw this in a diagram. Is