Book a Demo

Author Topic: ObjectNode type in activity diagrams  (Read 3071 times)

deefer

  • EA User
  • **
  • Posts: 98
  • Karma: +0/-0
    • View Profile
ObjectNode type in activity diagrams
« on: July 30, 2010, 08:20:09 pm »
Hi
although activity parameters and action pins can be typed with a basic type such as boolean or integer, objectnodes cannot.

Example: I'd like to connect two actions/callbehavioractions pins (boolean) through an object node but I cannot specify the objectnode type (unless I create a new type called "boolean" but it sems weird to me)...
D
« Last Edit: July 30, 2010, 09:33:28 pm by davideferrari »

deefer

  • EA User
  • **
  • Posts: 98
  • Karma: +0/-0
    • View Profile
Re: ObjectNode type in activity diagrams
« Reply #1 on: August 04, 2010, 07:16:52 pm »
By the way, does anybody know how to set the upperBound property of the object node?

I guess the multiplicity value is different from the upperbound in that an object node can be typed with a class and have multiplicity N (that means it is a collection) and at the same type have an upperBound of X meaninng that X collections can be held by the objectNode at the same time.

For instance, I have an object node typed with Boolean and multiplicity 16, and the node can hold 20 tokens (i.e. a buffer of 20x16 bits words).

Thanx D.
« Last Edit: August 04, 2010, 07:17:43 pm by davideferrari »