Implements in UML

Any idea how I express "tools" in UML? I'm trying to write some actionscript classes in starUML with this handy little templating tool: http://blog.flashmech.net/2008/09/generate-actionscript-3-with-staruml/ I want the tool to generate "implements Iblah "in classes, but I'm not sure which connector to use, aggregation? Dependent packages?

Any help is greatly appreciated.

0


source to share


2 answers


Here is a starUML tutorial that should help - http://cnx.org/content/m15092/latest/



+1


source


Inheritance and implementation are represented as class-level relationships in a UML class diagram. Depending on the type of relationship, you have to choose between the two.



I suggest you take a look at this: http://en.wikipedia.org/wiki/Class_diagram#Class_Level_Relationships

+2


source







All Articles