![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| MutableAParseTree (final String value, final Token token, final double score) | |
| void | setParent (final AParseTree parent) |
| void | setChildren (final List< AParseTree > children) |
Public Member Functions inherited from grammarscope.artifacts.AParseTree | |
| AParseTree (final String value, final Token token, final double score) | |
| AParseTree | getNode () |
| String | getId () |
| String | getValue () |
| String | getWord () |
| Token | getToken () |
| String | getLemma () |
| int | getIndex () |
| ILabel | getILabel () |
| Double | getScore () |
| String | toString () |
Public Member Functions inherited from grammarscope.artifacts.BasicTree< AParseTree > | |
| BasicTree () | |
| abstract String | getId () |
| BasicTree< T > | getParent () |
| List< T > | getChildren () |
| T | getNode () |
| int | depth () |
| String | toString () |
| String | toString (final String indent) |
Public Member Functions inherited from grammarscope.iface.ITree< N > | |
| List< N > | getChildren () |
Static Private Attributes | |
| static final long | serialVersionUID = 6418191145487647152L |
Additional Inherited Members | |
Public Attributes inherited from grammarscope.artifacts.AParseTree | |
| final String | value |
| double | score |
| final Properties | annotations |
Protected Attributes inherited from grammarscope.artifacts.BasicTree< AParseTree > | |
| BasicTree< T > | parent |
| List< T > | children |
Mutable parse tree artifact
| grammarscope.glue.MutableAParseTree.MutableAParseTree | ( | final String | value, |
| final Token | token, | ||
| final double | score | ||
| ) |
Constructor
| value | value |
| token | token |
| score | score |
| void grammarscope.glue.MutableAParseTree.setChildren | ( | final List< AParseTree > | children | ) |
Set children
| children | children |
| void grammarscope.glue.MutableAParseTree.setParent | ( | final AParseTree | parent | ) |
Set parent
| parent | parent |
|
staticprivate |
1.8.17