![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| MutableAParseTree (final String value, final Token token, final double score) | |
| void | addChild (final MutableAParseTree artifact) |
| void | setScore (final double score) |
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 = -8126080209437987009L |
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 artifact representing parse tree
| grammarscope.mutable.MutableAParseTree.MutableAParseTree | ( | final String | value, |
| final Token | token, | ||
| final double | score | ||
| ) |
Constructor
| value | value |
| token | token |
| score | score |
| void grammarscope.mutable.MutableAParseTree.addChild | ( | final MutableAParseTree | artifact | ) |
Add child
| artifact | child artifact |
| void grammarscope.mutable.MutableAParseTree.setScore | ( | final double | score | ) |
Set score
| score | score |
|
staticprivate |
1.8.17