Definition at line 21 of file YadaWordgraph.tcl.
Public Member Functions | |
clone (TclList args) | |
fromDOM (domNode rootNode) | |
getWords () | |
readXmlAnno (DomNode annoNode) | |
readXmlNode (DomNode latticeNode) | |
toDOM () | |
writeXmlNode (FileHandle file) | |
YadaWordgraph (TclList args) | |
Public Attributes | |
TclList | arcs = {} |
TclString | file = "" |
TclNumber | isSelected = 0 |
TclRef | isTrivial = false |
TclNumber | lineNo = 0 |
TclString | name = "" |
TclNumber | noAnnoEdges = 0 |
TclNumber | noAnnoWords = 0 |
|
constructor Definition at line 65 of file YadaWordgraph.tcl. |
|
clone Definition at line 242 of file YadaWordgraph.tcl. |
|
Initialize wordgraph with DOM node (that saves the object state)
|
|
getWords Definition at line 230 of file YadaWordgraph.tcl. |
|
readXmlAnno Definition at line 164 of file YadaWordgraph.tcl. |
|
readXmlNode Definition at line 176 of file YadaWordgraph.tcl. |
|
Serializes Object into a DOM-XML-Node
|
|
writeXmlNode Definition at line 216 of file YadaWordgraph.tcl. |
|
list of word arcs making up the wordgraph Definition at line 42 of file YadaWordgraph.tcl. |
|
filename which this wordgraph has been extracted from Definition at line 30 of file YadaWordgraph.tcl. |
|
flag indicating whether wordgraph has been selected Definition at line 39 of file YadaWordgraph.tcl. |
|
flag indicating whether the wordgraph is trivial (linear) or not Definition at line 36 of file YadaWordgraph.tcl. |
|
linenumber in the file where this wordgraph has been defined Definition at line 33 of file YadaWordgraph.tcl. |
|
name of the wordgraph Definition at line 27 of file YadaWordgraph.tcl. |
|
number of edges in the related annotation Definition at line 45 of file YadaWordgraph.tcl. |
|
number of words in the related annotation Definition at line 48 of file YadaWordgraph.tcl. |