![]() |
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) |
![]() | |
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 () |
![]() | |
BasicTree () | |
abstract String | getId () |
BasicTree< T > | getParent () |
List< T > | getChildren () |
T | getNode () |
int | depth () |
String | toString () |
String | toString (final String indent) |
![]() | |
List< N > | getChildren () |
Static Private Attributes | |
static final long | serialVersionUID = -8126080209437987009L |
Additional Inherited Members | |
![]() | |
final String | value |
double | score |
final Properties | annotations |
![]() | |
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 |