![]() |
GrammarScope
4.0.0
|


Static Private Attributes | |
| static final long | serialVersionUID = -2566751117392732437L |
Additional Inherited Members | |
Public Attributes inherited from grammarscope.artifacts.AGrammaticalStructure | |
| double | score |
| AGrammaticalStructure | head |
| Map< BasicRelation, AGrammaticalStructure > | dependents |
| Map< BasicRelation, AGrammaticalStructure > | governors |
| Map< String, String > | annotations |
Protected Attributes inherited from grammarscope.artifacts.AGrammaticalStructure | |
| final String | value |
Protected Attributes inherited from grammarscope.artifacts.BasicTree< AGrammaticalStructure > | |
| 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 |
1.8.17