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

Public Member Functions

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

Public Attributes

final String value
 
double score
 
final Properties annotations
 

Private Attributes

final Token token
 

Static Private Attributes

static final long serialVersionUID = 5918269700879803541L
 

Additional Inherited Members

- Protected Attributes inherited from grammarscope.artifacts.BasicTree< AParseTree >
BasicTree< T > parent
 
List< T > children
 

Detailed Description

Artifact representing parse tree

Author
Bernard Bou

Constructor & Destructor Documentation

◆ AParseTree()

grammarscope.artifacts.AParseTree.AParseTree ( final String  value,
final Token  token,
final double  score 
)

Constructor

Parameters
valuevalue
tokentoken
scorescore

Member Function Documentation

◆ getId()

String grammarscope.artifacts.AParseTree.getId ( )

Get id

Returns
id

Implements grammarscope.iface.INode.

◆ getILabel()

ILabel grammarscope.artifacts.AParseTree.getILabel ( )

Get node label

Returns
label

Implements grammarscope.iface.INode.

◆ getIndex()

int grammarscope.artifacts.AParseTree.getIndex ( )

Get index

Returns
index

Implements grammarscope.iface.ILabel.

◆ getLemma()

String grammarscope.artifacts.AParseTree.getLemma ( )

Get lemma

Returns
lemma

Implements grammarscope.iface.ILabel.

◆ getNode()

AParseTree grammarscope.artifacts.AParseTree.getNode ( )

◆ getScore()

Double grammarscope.artifacts.AParseTree.getScore ( )

Get score

Returns
score

Implements grammarscope.iface.INode.

◆ getToken()

Token grammarscope.artifacts.AParseTree.getToken ( )

Get token

Returns
token

◆ getValue()

String grammarscope.artifacts.AParseTree.getValue ( )

Get value

Returns
value

Implements grammarscope.iface.ILabel.

◆ getWord()

String grammarscope.artifacts.AParseTree.getWord ( )

Get word

Returns
word

Implements grammarscope.iface.ILabel.

◆ toString()

String grammarscope.artifacts.AParseTree.toString ( )

Member Data Documentation

◆ annotations

final Properties grammarscope.artifacts.AParseTree.annotations

Annotations

◆ score

double grammarscope.artifacts.AParseTree.score

Score

◆ serialVersionUID

final long grammarscope.artifacts.AParseTree.serialVersionUID = 5918269700879803541L
staticprivate

◆ token

final Token grammarscope.artifacts.AParseTree.token
private

Token

◆ value

final String grammarscope.artifacts.AParseTree.value

Value


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