Definition at line 22 of file YadaMethod.tcl.
Public Member Functions | |
apply (YadaJob job) | |
check () | |
clone (TclList args) | |
displayTitle () | |
fromDOM (domNode node) | |
getDocFileName () | |
getLogFileName (TclString wgName) | |
virtual | getPersistanceFileName ()=0 |
getXmlFileName (TclString wgName) | |
hasSavedState () | |
isModified () | |
load () | |
print (TclString message) | |
resetModified () | |
resetStatistics () | |
save () | |
setModified () | |
toDOM () | |
YadaMethod (TclList args) | |
Public Attributes | |
TclString | command = "" |
TclString | dataDir = "" |
TclString | grammarName = "" |
TclNumber | isActive = 1 |
TclNumber | isComplete = 0 |
TclNumber | isUpToDate = 0 |
TclNumber | labelledHits = 0 |
TclNumber | lexicalHits = 0 |
TclString | machineName = "localhost" |
TclString | name = "" |
TclString | printCommand = "" |
TclString | script = "" |
TclNumber | strictHits = 0 |
TclNumber | structHits = 0 |
TclNumber | totalScore = 0 |
TclNumber | totalSoftTime = 0 |
TclNumber | totalSolTime = 0 |
TclNumber | totalTime = 0 |
TclNumber | totalTries = 0 |
TclString | type = "" |
Protected Attributes | |
TclNumber | _modified = 0 |
|
constructor Definition at line 121 of file YadaMethod.tcl. |
|
apply Definition at line 193 of file YadaMethod.tcl. References apply(). Referenced by apply(). |
|
check Definition at line 157 of file YadaMethod.tcl. References check(). Referenced by check(). |
|
clone Definition at line 137 of file YadaMethod.tcl. References clone(). Referenced by clone(). |
|
Displays title in main window (reflecting modification state of document). Definition at line 128 of file YadaConfigItem.tcl. |
|
getDocFileName Definition at line 240 of file YadaMethod.tcl. References getDocFileName(). Referenced by getDocFileName(). |
|
getLogFileName Definition at line 233 of file YadaMethod.tcl. References getLogFileName(). Referenced by getLogFileName(). |
|
getXmlFileName Definition at line 226 of file YadaMethod.tcl. References getXmlFileName(). Referenced by getXmlFileName(). |
|
Predicate returning 1, if file containing persistant state of YadaGrammar exists, otherwise 0 Definition at line 115 of file YadaConfigItem.tcl. |
|
Predicate returning 1, if configuration data has changed, 0 otherwise. Definition at line 87 of file YadaConfigItem.tcl. |
|
Loads object state from unique file (depends on object name). Definition at line 66 of file YadaConfigItem.tcl. |
|
Definition at line 217 of file YadaMethod.tcl. References print(). Referenced by print(). |
|
Removes modification mark. Definition at line 105 of file YadaConfigItem.tcl. |
|
resetStatistics Definition at line 247 of file YadaMethod.tcl. References resetStatistics(). Referenced by resetStatistics(). |
|
Serializes object state to unique file (depends on object name). Definition at line 45 of file YadaConfigItem.tcl. |
|
Marks item as modified. Definition at line 94 of file YadaConfigItem.tcl. |
|
path to cdgp binary file Definition at line 47 of file YadaMethod.tcl. |
|
path where to store all computed data files Definition at line 50 of file YadaMethod.tcl. |
|
YadaGrammar to appy this method. Definition at line 53 of file YadaMethod.tcl. |
|
flag indicating whether this method is currently waiting for a YadaJob to finish. Definition at line 63 of file YadaMethod.tcl. |
|
flag indicating whether all data has been computed for this method, so no more YadaJobs are needed. Definition at line 67 of file YadaMethod.tcl. |
|
flag indicating whether all statistics in all data has been collected or not. Definition at line 71 of file YadaMethod.tcl. |
|
labelled hits collected in the methods data files. Definition at line 81 of file YadaMethod.tcl. |
|
lexical hits collected in the methods data files. Definition at line 87 of file YadaMethod.tcl. |
|
YadaMachine where to schedule resulting YadaJobs on. Definition at line 56 of file YadaMethod.tcl. |
|
the name of the method
Reimplemented from YadaConfigItem. Definition at line 28 of file YadaMethod.tcl. |
|
tcl command used to print a message.
|
|
CDGP script to feed into the STDIN of a CdgProcess. Definition at line 264 of file YadaMethod.tcl. |
|
strict hits collected in the methods data files. Definition at line 84 of file YadaMethod.tcl. |
|
struct hits collected in the methods data files. Definition at line 90 of file YadaMethod.tcl. |
|
total scores collected in the methods data files. Definition at line 78 of file YadaMethod.tcl. |
|
total soft time collected in the methods data files. Definition at line 102 of file YadaMethod.tcl. |
|
total solution time collected in the methods data files. Definition at line 99 of file YadaMethod.tcl. |
|
total time collected in the methods data files. Definition at line 96 of file YadaMethod.tcl. |
|
total number of tries collected in the methods data files. Definition at line 93 of file YadaMethod.tcl. |
|
the type of the method. The type of the method specifies the parsing flavour used. Possible sensefull values by now are
|