• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What does this symbol indicate?

 
Ranch Hand
Posts: 321
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What does this symbol "O" on the arrow indicate?
O
___________>
What are other symbols available like this, i cannot find them in Fowler or Larmans books!
 
Sheriff
Posts: 17644
300
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If the arrow represents an association, then the "O" would probably be a "0" (zero) to indicate multiplicity or how many objects can be involved in the relationship. Usually you'd have another symbol at the other end such as a number or N or *. E.g. 0->1 or 0->N or 0->*.
Junilu
 
Ram Dhan Yadav K
Ranch Hand
Posts: 321
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Junilu,
Its not about "0", i know about multiplicity. Its about a "O" on the arrow located at the center of the arrow.
<pre> O
_______________></pre>
i guess its something related to asynchronous, or time out related symbol. I have seen it long time back some where, but i don't remember the resource.
[ March 14, 2002: Message edited by: Ram Dhan Yadav K ]
[ March 14, 2002: Message edited by: Ram Dhan Yadav K ]
[ March 14, 2002: Message edited by: Ram Dhan Yadav K ]
[ March 14, 2002: Message edited by: Ram Dhan Yadav K ]
 
Ranch Hand
Posts: 269
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you don't remember the resource, you may not remember the exact symbol .
Isn't the Booch symbol <--O to indicate that an object is returned ?
Or it may also figure a clock when you have a basic character set.
W.
[ March 15, 2002: Message edited by: Wilfried LAURENT ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic