You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most important arguments is INPUT FILE to specify the location of the text input file. The table below provides an overview of the currently implemented arguments. The Argument column corresponds to the CLI (python run.py <INPUT FILE> [ARGUMENTS]) invocation of Visual Narrator, while column Parameter describes the corresponding parameter assignment when using method VisualNarrator().run(). In addition, this column shows whether to define the Parameter at the class VisualNarrator() or in the method .run().
Positional arguments
Argument
Required?
Description
INPUT FILE
Yes
Specify the file name of the User Story input file
Optional arguments
General
Argument
Parameter
Description
-h, --help
Show a help message and exit
-n SYSTEM_NAME, --name SYSTEM_NAME
systemname (.run())
Specify a name for your system
-u, --print_us
print_us (.run())
Print additional information per User Story
-o, --print_ont
print_ont (.run())
Print the output ontology in the terminal
--prolog
prolog (VisualNarrator)
Output prolog arguments to a .pl file. Combine with --link to reason about user stories
--json
json (VisualNarrator)
Output mined user stories to a .json file.
--version
Display the program's version number and exit
Statistics
Argument
Description
-s, --statistics
Show statistics for the User Story set and output these in .csv files
Ontology generation tuning
Argument
Parameter (VisualNarrator)
Description
Type
Default
-p, --per_role
per_role
Create an additional conceptual model per role
N/A
-l, --link
link
Link all ontology classes to their respective User Story for usage in the set analysis