Book a Demo

Author Topic: sequence diagram - static method call  (Read 5546 times)

elis-fr

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
sequence diagram - static method call
« on: June 11, 2005, 12:39:22 am »
greating,

how to model a static method call on a sequence diagram  ???

thanks

jps

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
Re: sequence diagram - static method call
« Reply #1 on: July 12, 2005, 12:18:04 pm »
Same way you would code it, i.e. send the message to the class, not an instance of the class.