JUDE API User Guide

May 30, 2008
Change Vision, Inc.



[What's JUDE API]

JUDE API is a Java Interface Group for developing applications software using JUDE model data.
This document will explain how to develop applications using the JUDE API.

[Permission to Use]

[JUDE API System Requirements]

The system environments that enable JUDE to run are required to run applications software using JUDE API.

[Notes]

[Features]

JUDE API enables you to obtain JUDE model elements and use them on applications software.
The reference of model elements used in Class Diagrams and UseCase Diagrams, Statemachine Diagrams, Activity Diagrams, Sequence Diagrams, Flowchart, Mind Map, CRUDs, Data Flow Diagrams (DFDs), are currently supported.

[JUDE API Javadoc]

Please refer to JUDE API JavaDoc for details.

[How to use JUDE API and Sample Application]

  1. How to get Model Information
  2. How to create models
  3. How to edit models
  4. Programming Language Information for Project
  5. Import/Export XMI
  6. Add, Update and Delete Reference Project
  7. Easy Merge
  8. Sample Applications
  9. Supported Models

[Additional information about Model elements]

What is the difference between UML metamodel and JUDE API?

A part of the class structure of JUDE API is different from the one of UML metamodel. JUDE API has a simplified structure. Some of abstract model elements in the UML metamodel inheritance structure are eliminated because they would never be instantiated as model elements.

Class elements contain Icon Notations

Those elements that can be shown as normal class notations such as Actor, Interface, Boundary, Entity, Control are classes that have stereotypes. For example, Actor is a class that has a stereotype of "Actor", and Interface is a class that has a stereotype of "Interface".

About TaggedValue(ITaggedValue)

JUDE uses TaggedValus for derived information of Attributes and Role names, and expressions about UseCase descriptions.
Copyright(C) 2008 Change Vision, Inc. All rights reserved.