SIS
Symmetric Index Structures
|
#include "../base.h"
Go to the source code of this file.
Defines | |
#define | CMDCOMPRESSEDAUTOMATONLANG_C |
Functions | |
void | DumpSequenceOfLabels (FILE *fp, const VoidSequence *suffix, UINT encoding) |
Pre-Definitions to callbacks from the C layer. | |
void | CmdCompressedAutomatonLang (const S8 *fileNameInput, const S8 *fileNameOutput, UINT encoding) |
void | CmdCompressedAutomatonStat (const S8 *fileNameInput, const S8 *fileNameOutput) |
void | CmdSCDAWGStat (const S8 *fileNameInput, const S8 *fileNameOutput) |
void | DumpLabel (const CompressedAutomaton *aut, FILE *fp, UINT tr, UINT encoding) |
void | CmdCompressedAutomatonDumpGV (const S8 *fileNameInput, const S8 *fileNameOutput, UINT encoding) |
void | DumpSCDAWGLabel (const SCDAWG *aut, FILE *fp, UINT tr, boolean right, UINT encoding) |
Steal "static" here to make it retrieveable (DB) | |
void | CmdSCDAWGDumpGV (const S8 *fileNameInput, const S8 *fileNameOutput, UINT encoding) |
void | DumpSequenceOfLabels2 (FILE *fp, const VoidSequence *suffix, UINT encoding) |
void | SCDAWGLeftLang (const S8 *fileNameInput, const S8 *fileNameOutput, UINT encoding) |
#define CMDCOMPRESSEDAUTOMATONLANG_C |
Definition at line 2 of file cmdCompressedAutomatonLang.c.
void CmdCompressedAutomatonDumpGV | ( | const S8 * | fileNameInput, |
const S8 * | fileNameOutput, | ||
UINT | encoding | ||
) |
Definition at line 80 of file cmdCompressedAutomatonLang.c.
Referenced by CommandExecute().
void CmdCompressedAutomatonLang | ( | const S8 * | fileNameInput, |
const S8 * | fileNameOutput, | ||
UINT | encoding | ||
) |
Definition at line 17 of file cmdCompressedAutomatonLang.c.
Referenced by CommandExecute().
Definition at line 32 of file cmdCompressedAutomatonLang.c.
Referenced by CommandExecute().
Definition at line 139 of file cmdCompressedAutomatonLang.c.
Referenced by CommandExecute().
Definition at line 47 of file cmdCompressedAutomatonLang.c.
Referenced by CommandExecute().
void DumpLabel | ( | const CompressedAutomaton * | aut, |
FILE * | fp, | ||
UINT | tr, | ||
UINT | encoding | ||
) |
Steal "static" here to make it retrieveable (DB)
Definition at line 97 of file cmdCompressedAutomatonLang.c.
Referenced by CmdSCDAWGDumpGV(), and lmu::cis::sis::SCDAWGAdapter::DumpGV().
void DumpSequenceOfLabels | ( | FILE * | fp, |
const VoidSequence * | suffix, | ||
UINT | encoding | ||
) |
Pre-Definitions to callbacks from the C layer.
Definition at line 6 of file cmdCompressedAutomatonLang.c.
Referenced by CmdCompressedAutomatonLang(), CompressedAutomatonGenerateLanguage(), CompressedLeftAutomatonGenerateLanguage(), lmu::cis::sis::CompressedAutomatonAdapter::GenerateLanguage(), GenerateLanguage(), lmu::cis::sis::SCDAWGAdapter::GenerateLanguage(), and lmu::cis::sis::CompressedAutomatonAdapter::LeftAutomatonGenerateLanguage().
void DumpSequenceOfLabels2 | ( | FILE * | fp, |
const VoidSequence * | suffix, | ||
UINT | encoding | ||
) |
Definition at line 154 of file cmdCompressedAutomatonLang.c.
Referenced by SCDAWGLeftLang().
Definition at line 169 of file cmdCompressedAutomatonLang.c.
Referenced by CommandExecute().