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

Public Member Functions

 MutableAGrammaticalStructure (final String value, final Token token, final double score)
 
void addChild (final MutableAGrammaticalStructure artifact)
 
- Public Member Functions inherited from grammarscope.artifacts.AGrammaticalStructure
 AGrammaticalStructure (final String value, final Token token, final double score)
 
Token getToken ()
 
String getLabel ()
 
String getId ()
 
AGrammaticalStructure getNode ()
 
String getValue ()
 
Double getScore ()
 
ILabel getILabel ()
 
String getWord ()
 
String getLemma ()
 
int getIndex ()
 
Map< String, String > getAnnotations ()
 
Map< BasicRelation, AGrammaticalStructuregetOutGoingNodes ()
 
Map< BasicRelation, AGrammaticalStructuregetInComingNodes ()
 
String toString ()
 
- Public Member Functions inherited from grammarscope.artifacts.BasicTree< AGrammaticalStructure >
 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 = 8217000792694778573L
 

Additional Inherited Members

- Public Attributes inherited from grammarscope.artifacts.AGrammaticalStructure
double score
 
AGrammaticalStructure head
 
Map< BasicRelation, AGrammaticalStructuredependents
 
Map< BasicRelation, AGrammaticalStructuregovernors
 
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
 

Detailed Description

Mutable grammatical structure

Author
Bernard Bou

Constructor & Destructor Documentation

◆ MutableAGrammaticalStructure()

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

Constructor

Parameters
valuevalue
tokentoken
scorescore

Member Function Documentation

◆ addChild()

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

Add child

Parameters
artifactchild artifact

Member Data Documentation

◆ serialVersionUID

final long grammarscope.mutable.MutableAGrammaticalStructure.serialVersionUID = 8217000792694778573L
staticprivate

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