Main Menu
Login
SSL SecureMode
Username:
Password:  
Lost Password?
Register now!
ChangeVision Members Map
Search
Forum Index   -   Topic Index
   How to use of Astah (Pro/SysML/GSN/Com)
     Drop down list of data types for an attribute

Threaded | Newest First Previous Topic | Next Topic | Bottom
Poster Thread
stowbury
Posted on: 2007/8/24 7:03
Just popping in
Joined: 2007/8/24
From:
Posts: 1
Drop down list of data types for an attribute
I am using JUDE for analysis models rather than software design. Instead of the built-in primitive java types at the top of the drop-down list of types for an attribute I want my own custom primitive types to appear. So instead of boolean, byte, char etc which don't mean anything to business people I want commonly used business analysis types like date, integer, monetary value, number to appear. Is there a way to do this?
Joba
Posted on: 2007/8/24 15:43
Developer
Joined: 2006/6/6
From:
Posts: 969
Re: Drop down list of data types for an attribute
Thanks for your post stowbury.

You can customize the default project file that opens every time creating
new project on JUDE.

1. Open the default project file "JudeDefaultModel.jude".
You can find it in JUDE install folder.
e.g)C:\Program Files\JUDE-Community\JudeDefaultModel.jude

2. Delete models/packages from the default model that you don't need and
create business analysis types that you would like to use.

3. Overwrite it.

Now every time you create a new project file, your customized project file opens.

*Note*
8 data types for an attribute, (boolean, byte, char, double, float, int,
long and short) will still show up in the drop-down list by default with customized project file.

See the related article
Threaded | Newest First Previous Topic | Next Topic | Top