GrammarScope  4.0.0
Public Member Functions | Static Private Attributes | List of all members
grammarscope.mutable.MutableAParseTree Class Reference
Inheritance diagram for grammarscope.mutable.MutableAParseTree:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.mutable.MutableAParseTree:
Collaboration graph
[legend]

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 ()
 
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
 

Detailed Description

Mutable artifact representing parse tree

Author
Bernard Bou

Constructor & Destructor Documentation

◆ MutableAParseTree()

grammarscope.mutable.MutableAParseTree.MutableAParseTree ( final String  value,
final Token  token,
final double  score 
)

Constructor

Parameters
valuevalue
tokentoken
scorescore

Member Function Documentation

◆ addChild()

void grammarscope.mutable.MutableAParseTree.addChild ( final MutableAParseTree  artifact)

Add child

Parameters
artifactchild artifact

◆ setScore()

void grammarscope.mutable.MutableAParseTree.setScore ( final double  score)

Set score

Parameters
scorescore

Member Data Documentation

◆ serialVersionUID

final long grammarscope.mutable.MutableAParseTree.serialVersionUID = -8126080209437987009L
staticprivate

The documentation for this class was generated from the following file: