Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages


Detailed Description

Namespace cmd

this namespace defines all commands which are allowed to be evaluated in the cdg-script-language

Todo:
purge this interface with the help of commandEval

return values of the XCDG commands are a mess. See cmd::Verify() and cmd::Constraint().

Author:
Michael Daum (see also AUTHORS and THANKS for more)
Id
commands.tcl,v 1.117 2004/09/06 13:40:53 micha Exp


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)


Function Documentation

_get TclCommand  oldHook,
TclString  value
 

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

Activate TclList  args  ) 
 

delegate the command to the C core.

Definition at line 200 of file commands.tcl.

References Activate().

Referenced by Activate().

Anno2Parse TclList  args  ) 
 

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

Annotation TclList  args  ) 
 

delegate the command to the C core.

Definition at line 152 of file commands.tcl.

References Annotation().

Referenced by Annotation().

Cd TclList  args  ) 
 

implement the extraordinary feature of directory changing.

Definition at line 573 of file commands.tcl.

References Cd().

Referenced by Cd().

Chunk TclList  args  ) 
 

delegate the command to the C core.

Definition at line 795 of file commands.tcl.

References Chunk().

Referenced by Chunk().

Clear TclList  args  ) 
 

clear the shell window.

Definition at line 512 of file commands.tcl.

References Clear().

Referenced by Clear().

Compareparses TclList  args  ) 
 

delegate the command to the C core.

Definition at line 760 of file commands.tcl.

References Compareparses().

Referenced by Compareparses().

Compile TclList  args  ) 
 

delegate the command to the C core.

Definition at line 692 of file commands.tcl.

References Compile().

Referenced by Compile().

Constraint TclList  args  ) 
 

delegate the command to the C core.

Definition at line 94 of file commands.tcl.

References Constraint().

Referenced by Constraint().

Deactivate TclList  args  ) 
 

delegate the command to the C core.

Definition at line 192 of file commands.tcl.

References Deactivate().

Referenced by Deactivate().

deduceNetName TclString  cmdline  ) 
 

try to find out on what net the command will operate.

Definition at line 29 of file commands.tcl.

References deduceNetName().

Referenced by deduceNetName().

Deleteparse TclList  args  ) 
 

enable AllParses::deleteparse() in the xcdg shell.

Definition at line 553 of file commands.tcl.

References Deleteparse().

Referenced by Deleteparse().

Distance TclString  netId  ) 
 

delegate the command to the C core.

Definition at line 374 of file commands.tcl.

References Distance().

Referenced by Distance().

Edges TclString  netId,
TclString  startId = "",
TclString  stopId = ""
 

delegate the command to the C core.

Definition at line 265 of file commands.tcl.

References Edges().

Referenced by Edges().

Frobbing TclList  args  ) 
 

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

Gls TclList  args  ) 
 

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

Help TclList  args  ) 
 

delegate the command to the C core.

Definition at line 767 of file commands.tcl.

References Help().

Referenced by Help().

Hierarchy TclList  args  ) 
 

delegate the command to the C core.

Definition at line 175 of file commands.tcl.

References Hierarchy().

Referenced by Hierarchy().

Hook TclList  args  ) 
 

delegate the command to the C core.

Definition at line 520 of file commands.tcl.

References Hook().

Referenced by Hook().

IC TclList  args  ) 
 

delegate the command to the C core.

Definition at line 242 of file commands.tcl.

References IC().

Referenced by IC().

IncrementalCompletion TclList  args  ) 
 

delegate the command to the C core.

Definition at line 700 of file commands.tcl.

References IncrementalCompletion().

Referenced by IncrementalCompletion().

Inputwordgraph TclString  word,
TclList  args
 

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

Isearch TclList  args  ) 
 

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

Level TclList  args  ) 
 

delegate the command to the C core.

Definition at line 102 of file commands.tcl.

References Level().

Referenced by Level().

Levelsort TclList  args  ) 
 

delegate the command to the C core.

Definition at line 529 of file commands.tcl.

References Levelsort().

Referenced by Levelsort().

Lexicon TclList  args  ) 
 

delegate the command to the C core.

Definition at line 134 of file commands.tcl.

References Lexicon().

Referenced by Lexicon().

License TclList  args  ) 
 

delegate the command to the C core.

Definition at line 753 of file commands.tcl.

References License().

Referenced by License().

Load TclList  args  ) 
 

loads one or more file

Definition at line 73 of file commands.tcl.

References Load().

Referenced by Load().

Ls TclList  args  ) 
 

implement the shell command ls.

Definition at line 483 of file commands.tcl.

References Ls().

Referenced by Ls().

Net TclList  args  ) 
 

delegate the command to the C core.

Definition at line 208 of file commands.tcl.

References Net().

Referenced by Net().

Netdelete TclList  args  ) 
 

delegate the command to the C core and refresh AllNetworks.

Definition at line 256 of file commands.tcl.

References Netdelete().

Referenced by Netdelete().

Netsearch TclList  args  ) 
 

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

NewGls TclList  args  ) 
 

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

Newnet TclString  wordGraphId = ""  ) 
 

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

Nonspeccompatible TclList  args  ) 
 

delegate the command to the C core.

Definition at line 565 of file commands.tcl.

References Nonspeccompatible().

Referenced by Nonspeccompatible().

Parses2Prolog TclList  args  ) 
 

delegate the command to the C core.

Definition at line 402 of file commands.tcl.

References Parses2Prolog().

Referenced by Parses2Prolog().

Printf TclString  format,
TclList  args
 

immitate the C command printf in tcl.

Definition at line 471 of file commands.tcl.

References Printf().

Referenced by Printf().

PrintParse TclList  args  ) 
 

delegate the command to the C core.

Definition at line 708 of file commands.tcl.

References PrintParse().

Referenced by PrintParse().

PrintParses TclList  args  ) 
 

delegate the command to the C core.

Definition at line 716 of file commands.tcl.

References PrintParses().

Referenced by PrintParses().

Puts TclString  arg1,
TclString  arg2 = ""
 

intercept the tcl command puts to print to the Shell.

Definition at line 439 of file commands.tcl.

References Puts().

Referenced by Puts().

Quit  ) 
 

quits the cdg-tool

Definition at line 56 of file commands.tcl.

References Quit().

Referenced by Quit().

Renewnet TclList  args  ) 
 

delegate the command to the C core.

Definition at line 724 of file commands.tcl.

References Renewnet().

Referenced by Renewnet().

Reset TclList  args  ) 
 

question a core reset of the system.

Definition at line 580 of file commands.tcl.

References Reset().

Referenced by Reset().

Section  ) 
 

delegate the command to the C core.

Definition at line 184 of file commands.tcl.

References Section().

Referenced by Section().

Set TclString  variable,
TclString  value = ""
 

delegate the command to the C core.

Definition at line 297 of file commands.tcl.

References Set().

Referenced by Set().

Shift TclList  args  ) 
 

delegate the command to the C core.

Definition at line 802 of file commands.tcl.

References Shift().

Referenced by Shift().

Showlevel TclList  args  ) 
 

delegate the command to the C core.

Definition at line 110 of file commands.tcl.

References Showlevel().

Referenced by Showlevel().

Showparse TclList  args  ) 
 

enable AllParses::showparse() in the xcdg shell.

Definition at line 539 of file commands.tcl.

References Showparse().

Referenced by Showparse().

Source TclString  file  ) 
 

loads one or more file

Definition at line 83 of file commands.tcl.

References Source().

Referenced by Source().

Status  ) 
 

delegate the command to the C core.

Definition at line 289 of file commands.tcl.

References Status().

Referenced by Status().

Tagger TclList  args  ) 
 

delegate the command to the C core.

Definition at line 774 of file commands.tcl.

References Tagger().

Referenced by Tagger().

Testing TclList  args  ) 
 

delegate the command to the C core.

Definition at line 781 of file commands.tcl.

References Testing().

Referenced by Testing().

Useconstraint TclList  args  ) 
 

delegate the command to the C core.

Definition at line 126 of file commands.tcl.

References Useconstraint().

Referenced by Useconstraint().

Uselevel TclList  args  ) 
 

delegate the command to the C core.

Definition at line 118 of file commands.tcl.

References Uselevel().

Referenced by Uselevel().

Verify TclList  args  ) 
 

delegate the command to the C core.

Definition at line 685 of file commands.tcl.

References Verify().

Referenced by Verify().

Version TclList  args  ) 
 

delegate the command to the C core.

Definition at line 731 of file commands.tcl.

References Version().

Referenced by Version().

Weight TclList  args  ) 
 

delegate the command to the C core.

Definition at line 788 of file commands.tcl.

References Weight().

Referenced by Weight().

Wordgraph TclList  args  ) 
 

delegate the command to the C core.

Definition at line 142 of file commands.tcl.

References Wordgraph().

Referenced by Wordgraph().

Writeannotation TclList  args  ) 
 

delegate the command to the C core.

Definition at line 273 of file commands.tcl.

References Writeannotation().

Referenced by Writeannotation().

Writenet TclList  args  ) 
 

delegate the command to the C core.

Definition at line 281 of file commands.tcl.

References Writenet().

Referenced by Writenet().

WriteParses TclList  args  ) 
 

delegate the command to the C core.

Definition at line 739 of file commands.tcl.

References WriteParses().

Referenced by WriteParses().

WriteWordgraph TclList  args  ) 
 

delegate the command to the C core.

Definition at line 746 of file commands.tcl.

References WriteWordgraph().

Referenced by WriteWordgraph().


XCDG 0.95 (20 Oct 2004)