State Transition Table Exporter Sample Guide

[StateTransitionTableExporter]

Statemachine Diagrams in a JUDE Project File can be exported as State Transition Table in CSV format.

How to download the sample

The sample can be downloaded from the site below.

http://jude-users.com/ja/modules/xhnewbb/viewtopic.php?topic_id=612&forum=30&post_id=2346#forumpost2346

 Zip file should be defrosted in the folder below.

-      JUDE_Installed_Folder \api\sample\

JUDE Version

JUDE released after JUDE/Professional 5.3
JUDE released after JUDE/Community 5.3

How to Run

Running can be done by specifying the JUDE project file name as the first parameter and the folder for state transition table as the second parameter and state transition table mode as the third parameter by using your system command prompt or Java IDE (Integrated Development Environments) tool. The Class Path needs to be set to both of jude-api.jar and jude-community.jar(jude-pro.jar) that are in the install folder.

Also, memory option for Java environment needs to be set up in case the size of your JUDE Project is large.

stateTransitionTable_run  JUDE_project_name  folder_for_state_transition_table  state_transition_table_mode

 state_transition_table_mode

                 state-event :@ [Vertical] State@@@@@@@[Horizontal] Event

                 state-state : @[Vertical] Current state@@ [Horizontal] Next state


Sample:Run by system command prompt

C:\Program Files\JUDE-XXXXXXXXXX\api\sample\stateTransitionTable> stateTransitionTable_run  sample.jude  output  state-event

 


HOME