- This topic has 7 replies, 4 voices, and was last updated 19 years, 2 months ago by
Kapil Kapre.
-
AuthorPosts
-
Annie XieMemberI’m trying to import jdk and Struts packages into my UML model. Is this possible?
March 24, 2006 at 3:08 am #249257
Kapil KapreMemberCurrently you can reverse engineer any java file with the UML Editor. If it has any dependencies on any jars that are present in the build path MyUML tries to re-create the outline for the classifiers using data from the jar. You *cant* however drop a jar file directly into UML
March 29, 2006 at 10:54 am #249520
Brice RuthMember@support-kapil wrote:
Currently you can reverse engineer any java file with the UML Editor. If it has any dependencies on any jars that are present in the build path MyUML tries to re-create the outline for the classifiers using data from the jar. You *cant* however drop a jar file directly into UML
OK, so how do I use a java.util.Map as a parameter for a new class I’m designing?
March 29, 2006 at 11:19 am #249521
Kapil KapreMemberCould you state a use case that does not work for you?
FYI: We recently added in some fixes in the reverse engineering logic so please upgrade to the latest version to avoid experiencing fixed issues.Thanks,
KMarch 29, 2006 at 11:29 am #249522
Brice RuthMember@support-kapil wrote:
Could you state a use case that does not work for you?
FYI: We recently added in some fixes in the reverse engineering logic so please upgrade to the latest version to avoid experiencing fixed issues.Thanks,
KI guess the problem is that I’m not reverse-engineering. I’m forward engineering, creating a UML design for a component. I have an operation that will take a Map object – I’d like to model that specific data type, but it isn’t available in the drop-down, and from what I can tell, I cannot simply write it in.
Cheers.
March 29, 2006 at 11:37 am #249524
Kapil KapreMemberAh, There isnt any easy way to add common (custom to the editor though) data types w/o re-creating the entire package hierarchy. Your best bet would be to reverse engineer a dummy class that uses all the data types you want then delete it.
April 18, 2006 at 12:52 pm #250653
James A BarrowsMemberAnd this is my problem as well. I want to model that a class inherits from a Spring base class. The spring jar is in the project, so I should be able to drag the class from the jar and drop it on my diagram, and poof it’s there.
April 18, 2006 at 8:15 pm #250683
Kapil KapreMemberWe currently dont support dropping classes directly from jars.
-
AuthorPosts