![]() |
GrammarScope
4.0.0
|
Static Private Attributes | |
static final long | serialVersionUID = -2566751117392732437L |
Additional Inherited Members | |
![]() | |
double | score |
AGrammaticalStructure | head |
Map< BasicRelation, AGrammaticalStructure > | dependents |
Map< BasicRelation, AGrammaticalStructure > | governors |
Map< String, String > | annotations |
![]() | |
final String | value |
![]() | |
BasicTree< T > | parent |
List< T > | children |
Mutable grammatical structure artifact
grammarscope.glue.MutableAGrammaticalStructure.MutableAGrammaticalStructure | ( | final String | value, |
final Token | token, | ||
final double | score | ||
) |
Constructor
value | value |
token | token |
score | score |
void grammarscope.glue.MutableAGrammaticalStructure.setChildren | ( | final List< AGrammaticalStructure > | children | ) |
Set children
children | children |
void grammarscope.glue.MutableAGrammaticalStructure.setParent | ( | final AGrammaticalStructure | parent | ) |
Set parent
parent | parent |
|
staticprivate |