SIS
Symmetric Index Structures
/Users/dbr/ma/src/bas/lml/cmd/cmdCompressedAutomatonLang.c File Reference
#include "../base.h"
Include dependency graph for cmdCompressedAutomatonLang.c:

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 Documentation

#define CMDCOMPRESSEDAUTOMATONLANG_C

Definition at line 2 of file cmdCompressedAutomatonLang.c.


Function Documentation

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().

void CmdCompressedAutomatonStat ( const S8 fileNameInput,
const S8 fileNameOutput 
)

Definition at line 32 of file cmdCompressedAutomatonLang.c.

Referenced by CommandExecute().

void CmdSCDAWGDumpGV ( const S8 fileNameInput,
const S8 fileNameOutput,
UINT  encoding 
)

Definition at line 139 of file cmdCompressedAutomatonLang.c.

Referenced by CommandExecute().

void CmdSCDAWGStat ( const S8 fileNameInput,
const S8 fileNameOutput 
)

Definition at line 47 of file cmdCompressedAutomatonLang.c.

Referenced by CommandExecute().

void DumpSCDAWGLabel ( const SCDAWG aut,
FILE *  fp,
UINT  tr,
boolean  right,
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 DumpSequenceOfLabels2 ( FILE *  fp,
const VoidSequence suffix,
UINT  encoding 
)

Definition at line 154 of file cmdCompressedAutomatonLang.c.

Referenced by SCDAWGLeftLang().

void SCDAWGLeftLang ( const S8 fileNameInput,
const S8 fileNameOutput,
UINT  encoding 
)

Definition at line 169 of file cmdCompressedAutomatonLang.c.

Referenced by CommandExecute().