SIS
Symmetric Index Structures
|
Go to the source code of this file.
Data Structures | |
struct | Command |
Defines | |
#define | CMD_REVERSE_AND_SORT (1) |
#define | CMD_BUILD_SUFFIX_TREE (2) |
#define | CMD_GENERATE_SUFFIXES (3) |
#define | CMD_COMPRESSED_AUTOMATON_LANG (4) |
#define | CMD_BUILD_CDAWG (5) |
#define | CMD_COMPRESSED_AUTOMATON_STAT (6) |
#define | CMD_BUILD_SCDAWG (7) |
#define | CMD_SCDAWG_LEFT_LANG (8) |
#define | CMD_COMPRESSED_AUTOMATON_GV (9) |
#define | CMD_SCDAWG_STAT (10) |
#define | CMD_SCDAWG_GV (11) |
#define | CMD_HELP (12) |
Functions | |
Command * | CommandInit () |
void | CommandFree (Command *cmd) |
void | CommandParse (Command *cmd, UINT argc, S8 **argv) |
void | CommandExecute (Command *cmd) |
#define CMD_BUILD_CDAWG (5) |
Definition at line 8 of file command.h.
Referenced by CommandExecute(), and main().
#define CMD_BUILD_SCDAWG (7) |
Definition at line 10 of file command.h.
Referenced by CommandExecute(), and main().
#define CMD_BUILD_SUFFIX_TREE (2) |
Definition at line 5 of file command.h.
Referenced by CommandExecute(), and main().
#define CMD_COMPRESSED_AUTOMATON_GV (9) |
Definition at line 12 of file command.h.
Referenced by CommandExecute(), and main().
#define CMD_COMPRESSED_AUTOMATON_LANG (4) |
Definition at line 7 of file command.h.
Referenced by CommandExecute(), and main().
#define CMD_COMPRESSED_AUTOMATON_STAT (6) |
Definition at line 9 of file command.h.
Referenced by CommandExecute(), and main().
#define CMD_GENERATE_SUFFIXES (3) |
Definition at line 6 of file command.h.
Referenced by CommandExecute(), and main().
#define CMD_REVERSE_AND_SORT (1) |
Definition at line 4 of file command.h.
Referenced by CommandExecute(), and main().
#define CMD_SCDAWG_GV (11) |
Definition at line 14 of file command.h.
Referenced by CommandExecute(), and main().
#define CMD_SCDAWG_LEFT_LANG (8) |
Definition at line 11 of file command.h.
Referenced by CommandExecute(), and main().
#define CMD_SCDAWG_STAT (10) |
Definition at line 13 of file command.h.
Referenced by CommandExecute(), and main().