Book a Demo

Author Topic: Generating the interfaces for Java  (Read 2070 times)

lezhik

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Generating the interfaces for Java
« on: July 14, 2005, 05:44:33 am »
I have a problem. I am trying to describe interface and generate java code based on this description. If the interface is described as the abstract class  with the "Interface" stereotype the result of the code generation will be "abstract class" but not interface.  If the interface is described as the "interface" (drawn as a circle) then I am not able to specify which functions should be in the interface.

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Generating the interfaces for Java
« Reply #1 on: July 14, 2005, 06:35:28 am »
If you Right-Click on the Circle, you can use Advanced settings to switch from Circle notation to Box.  You can then use the Features mechanism to add what you want.

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!