this namespace defines all commands which are allowed to be evaluated in the cdg-script-language
commandEval
return values of the XCDG commands are a mess. See cmd::Verify() and cmd::Constraint().
Functions | |
_get (TclCommand oldHook, TclString value) | |
Activate (TclList args) | |
Anno2Parse (TclList args) | |
Annos2Prolog (TclList args) | |
Annotation (TclList args) | |
Cd (TclList args) | |
Chunk (TclList args) | |
Clear (TclList args) | |
Compareparses (TclList args) | |
Compile (TclList args) | |
Constraint (TclList args) | |
Deactivate (TclList args) | |
deduceNetName (TclString cmdline) | |
Deleteparse (TclList args) | |
Distance (TclString netId) | |
Edges (TclString netId, TclString startId="", TclString stopId="") | |
Frobbing (TclList args) | |
Gls (TclList args) | |
Help (TclList args) | |
Hierarchy (TclList args) | |
Hook (TclList args) | |
IC (TclList args) | |
IncrementalCompletion (TclList args) | |
Inputwordgraph (TclString word, TclList args) | |
Isearch (TclList args) | |
Level (TclList args) | |
Levelsort (TclList args) | |
Lexicon (TclList args) | |
License (TclList args) | |
Load (TclList args) | |
Ls (TclList args) | |
Net (TclList args) | |
Netdelete (TclList args) | |
Netsearch (TclList args) | |
NewGls (TclList args) | |
Newnet (TclString wordGraphId="") | |
Nonspeccompatible (TclList args) | |
Parses2Prolog (TclList args) | |
Printf (TclString format, TclList args) | |
PrintParse (TclList args) | |
PrintParses (TclList args) | |
Puts (TclString arg1, TclString arg2="") | |
Quit () | |
Renewnet (TclList args) | |
Reset (TclList args) | |
Section () | |
Set (TclString variable, TclString value="") | |
Shift (TclList args) | |
Showlevel (TclList args) | |
Showparse (TclList args) | |
Source (TclString file) | |
Status () | |
Tagger (TclList args) | |
Testing (TclList args) | |
Useconstraint (TclList args) | |
Uselevel (TclList args) | |
Verify (TclList args) | |
Version (TclList args) | |
Weight (TclList args) | |
Wordgraph (TclList args) | |
Writeannotation (TclList args) | |
Writenet (TclList args) | |
WriteParses (TclList args) | |
WriteWordgraph (TclList args) |
|
callback installed by Set(). This function captures the returnvalue of a CDG set command. Definition at line 334 of file commands.tcl. References _get(). Referenced by _get(). |
|
delegate the command to the C core. Definition at line 200 of file commands.tcl. References Activate(). Referenced by Activate(). |
|
delegate the command to the C core and add the new parse to AllParses. Definition at line 162 of file commands.tcl. References Anno2Parse(). Referenced by Anno2Parse(). |
|
delegate the command to the C core. Definition at line 152 of file commands.tcl. References Annotation(). Referenced by Annotation(). |
|
implement the extraordinary feature of directory changing. Definition at line 573 of file commands.tcl. References Cd(). Referenced by Cd(). |
|
delegate the command to the C core. Definition at line 795 of file commands.tcl. References Chunk(). Referenced by Chunk(). |
|
clear the shell window. Definition at line 512 of file commands.tcl. References Clear(). Referenced by Clear(). |
|
delegate the command to the C core. Definition at line 760 of file commands.tcl. References Compareparses(). Referenced by Compareparses(). |
|
delegate the command to the C core. Definition at line 692 of file commands.tcl. References Compile(). Referenced by Compile(). |
|
delegate the command to the C core. Definition at line 94 of file commands.tcl. References Constraint(). Referenced by Constraint(). |
|
delegate the command to the C core. Definition at line 192 of file commands.tcl. References Deactivate(). Referenced by Deactivate(). |
|
try to find out on what net the command will operate. Definition at line 29 of file commands.tcl. References deduceNetName(). Referenced by deduceNetName(). |
|
enable AllParses::deleteparse() in the xcdg shell. Definition at line 553 of file commands.tcl. References Deleteparse(). Referenced by Deleteparse(). |
|
delegate the command to the C core. Definition at line 374 of file commands.tcl. References Distance(). Referenced by Distance(). |
|
delegate the command to the C core. Definition at line 265 of file commands.tcl. References Edges(). Referenced by Edges(). |
|
delegate the command to the C core. Additionally, we get a busy box and update AllParses and AllNetworks. Definition at line 605 of file commands.tcl. References Frobbing(). Referenced by Frobbing(). |
|
delegate the command to the C core. Additionally, we get a busy box and update AllParses and AllNetworks. Definition at line 640 of file commands.tcl. References Gls(). Referenced by Gls(). |
|
delegate the command to the C core. Definition at line 767 of file commands.tcl. References Help(). Referenced by Help(). |
|
delegate the command to the C core. Definition at line 175 of file commands.tcl. References Hierarchy(). Referenced by Hierarchy(). |
|
delegate the command to the C core. Definition at line 520 of file commands.tcl. References Hook(). Referenced by Hook(). |
|
delegate the command to the C core. Definition at line 242 of file commands.tcl. References IC(). Referenced by IC(). |
|
delegate the command to the C core. Definition at line 700 of file commands.tcl. References IncrementalCompletion(). Referenced by IncrementalCompletion(). |
|
delegate the command to the C core. In addition this function refreshes AllWordgraphs. Definition at line 383 of file commands.tcl. References Inputwordgraph(). Referenced by Inputwordgraph(). |
|
delegate the command to the C core. Additionally this function updates AllNetworks. Definition at line 417 of file commands.tcl. References Isearch(). Referenced by Isearch(). |
|
delegate the command to the C core. Definition at line 102 of file commands.tcl. References Level(). Referenced by Level(). |
|
delegate the command to the C core. Definition at line 529 of file commands.tcl. References Levelsort(). Referenced by Levelsort(). |
|
delegate the command to the C core. Definition at line 134 of file commands.tcl. References Lexicon(). Referenced by Lexicon(). |
|
delegate the command to the C core. Definition at line 753 of file commands.tcl. References License(). Referenced by License(). |
|
loads one or more file Definition at line 73 of file commands.tcl. References Load(). Referenced by Load(). |
|
implement the shell command ls. Definition at line 483 of file commands.tcl. References Ls(). Referenced by Ls(). |
|
delegate the command to the C core. Definition at line 208 of file commands.tcl. References Net(). Referenced by Net(). |
|
delegate the command to the C core and refresh AllNetworks. Definition at line 256 of file commands.tcl. References Netdelete(). Referenced by Netdelete(). |
|
delegate the command to the C core. Additionally this function displays a busy box and adds the resulting parse to AllParses Definition at line 218 of file commands.tcl. References Netsearch(). Referenced by Netsearch(). |
|
delegate the command to the C core. Additionally, we get a busy box and update AllParses and AllNetworks. Definition at line 663 of file commands.tcl. References NewGls(). Referenced by NewGls(). |
|
delegate the command to the C core. In addition this function refreshes AllNetworks. Definition at line 344 of file commands.tcl. References Newnet(). Referenced by Newnet(). |
|
delegate the command to the C core. Definition at line 565 of file commands.tcl. References Nonspeccompatible(). Referenced by Nonspeccompatible(). |
|
delegate the command to the C core. Definition at line 402 of file commands.tcl. References Parses2Prolog(). Referenced by Parses2Prolog(). |
|
immitate the C command printf in tcl. Definition at line 471 of file commands.tcl. References Printf(). Referenced by Printf(). |
|
delegate the command to the C core. Definition at line 708 of file commands.tcl. References PrintParse(). Referenced by PrintParse(). |
|
delegate the command to the C core. Definition at line 716 of file commands.tcl. References PrintParses(). Referenced by PrintParses(). |
|
intercept the tcl command puts to print to the Shell. Definition at line 439 of file commands.tcl. References Puts(). Referenced by Puts(). |
|
quits the cdg-tool Definition at line 56 of file commands.tcl. References Quit(). Referenced by Quit(). |
|
delegate the command to the C core. Definition at line 724 of file commands.tcl. References Renewnet(). Referenced by Renewnet(). |
|
question a core reset of the system. Definition at line 580 of file commands.tcl. References Reset(). Referenced by Reset(). |
|
delegate the command to the C core. Definition at line 184 of file commands.tcl. References Section(). Referenced by Section(). |
|
delegate the command to the C core. Definition at line 297 of file commands.tcl. References Set(). Referenced by Set(). |
|
delegate the command to the C core. Definition at line 802 of file commands.tcl. References Shift(). Referenced by Shift(). |
|
delegate the command to the C core. Definition at line 110 of file commands.tcl. References Showlevel(). Referenced by Showlevel(). |
|
enable AllParses::showparse() in the xcdg shell. Definition at line 539 of file commands.tcl. References Showparse(). Referenced by Showparse(). |
|
loads one or more file Definition at line 83 of file commands.tcl. References Source(). Referenced by Source(). |
|
delegate the command to the C core. Definition at line 289 of file commands.tcl. References Status(). Referenced by Status(). |
|
delegate the command to the C core. Definition at line 774 of file commands.tcl. References Tagger(). Referenced by Tagger(). |
|
delegate the command to the C core. Definition at line 781 of file commands.tcl. References Testing(). Referenced by Testing(). |
|
delegate the command to the C core. Definition at line 126 of file commands.tcl. References Useconstraint(). Referenced by Useconstraint(). |
|
delegate the command to the C core. Definition at line 118 of file commands.tcl. References Uselevel(). Referenced by Uselevel(). |
|
delegate the command to the C core. Definition at line 685 of file commands.tcl. References Verify(). Referenced by Verify(). |
|
delegate the command to the C core. Definition at line 731 of file commands.tcl. References Version(). Referenced by Version(). |
|
delegate the command to the C core. Definition at line 788 of file commands.tcl. References Weight(). Referenced by Weight(). |
|
delegate the command to the C core. Definition at line 142 of file commands.tcl. References Wordgraph(). Referenced by Wordgraph(). |
|
delegate the command to the C core. Definition at line 273 of file commands.tcl. References Writeannotation(). Referenced by Writeannotation(). |
|
delegate the command to the C core. Definition at line 281 of file commands.tcl. References Writenet(). Referenced by Writenet(). |
|
delegate the command to the C core. Definition at line 739 of file commands.tcl. References WriteParses(). Referenced by WriteParses(). |
|
delegate the command to the C core. Definition at line 746 of file commands.tcl. References WriteWordgraph(). Referenced by WriteWordgraph(). |