Overview
Comment:Added --dia_output_file to usage.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: f75ef2b76032de0861bb316e5c2c1d6aa18b858b3d07a596622057f06148768d
User & Date: geraint@users.sourceforge.net on 2004-08-25 20:16:41
Other Links: branch diff | manifest | tags
Context
2004-08-26
00:03:46
Octave script to generate a connections structure which describes the component names at the head and tail of each bond of a (possibly vector-expanded) system. check-in: 244dd050e3 user: geraint@users.sourceforge.net tags: origin/master, trunk
2004-08-25
20:16:41
Added --dia_output_file to usage. check-in: f75ef2b760 user: geraint@users.sourceforge.net tags: origin/master, trunk
2004-08-19
19:33:43
Sorts component list into alphabetical order to improve default lbl.txt generation. check-in: f3ad0d9295 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/dia2abg.pl from [727b619778] to [c5d3faf6c4].

543
544
545
546
547
548
549
550

551
552
553
554
555
556
557
}

sub usage {
    return 
	"\n" .
	"Usage: dia2abg.pl --diagram_name <diagram_name> [options]\n" .
	"Options:\n" .
	"\t--dia_input_file <dia_input_file>\n" .

	"\t--component_list_file\n" .
	"\t--create_component_list\n" .
	"\t--create_ibg\n" .
	"\t--debug\n" .
	"\t--ibg_file <ibg_file>\n" .
	"\t--change_flow_causality <bond causality spec>\n" .
	"\t--change_effort_causality <bond causality spec>\n" .







|
>







543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
}

sub usage {
    return 
	"\n" .
	"Usage: dia2abg.pl --diagram_name <diagram_name> [options]\n" .
	"Options:\n" .
	"\t--dia_input_file  <dia_input_file>\n" .
	"\t--dia_output_file <dia_output_file>\n" .
	"\t--component_list_file\n" .
	"\t--create_component_list\n" .
	"\t--create_ibg\n" .
	"\t--debug\n" .
	"\t--ibg_file <ibg_file>\n" .
	"\t--change_flow_causality <bond causality spec>\n" .
	"\t--change_effort_causality <bond causality spec>\n" .


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]