• 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

UML Compliance test in OCMJEA

 
Ranch Hand
Posts: 127
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,

I am in process of doing Assignment. I have below questions on UML compliance test of the created diagrams:

1. How the UML validation will be performed if we prepare HTML files with references to images files (Class, Sequence, Component diagrams etc)?
2. Do we need to share files in any UML format so that they will be validating on UML compliance?

I am confused, please clarify.

Thanks, Raghu
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Raghavendra Desoju wrote:
1. How the UML validation will be performed if we prepare HTML files with references to images files (Class, Sequence, Component diagrams etc)?
2. Do we need to share files in any UML format so that they will be validating on UML compliance?



The diagrams you provide are in UML. The HTML is just a way to present it. It's like making a web page with image in it.


Again the diagram is in UML format. From it Oracle and you will know if it's compliant or not. For example, component diagram the "component" symbol is different in UML 1.x and 2.x, surely you ought to be using UML 2.x

UML 2.x


UML 1.x


Notice the difference?

You can also use this notation to prevent the confusion
 
Raghavendra Desoju
Ranch Hand
Posts: 127
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for the clarification !!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic