![]() |
GrammarScope
4.0.0
|
Classes | |
class | TreeGraphNodeAdapter |
Public Member Functions | |
AGrammaticalStructureFactory () | |
AGrammaticalStructure | make (final GrammaticalStructure grammaticalStructure) |
Static Public Member Functions | |
static String | trim (final String str) |
Private Member Functions | |
void | visitNode (final TreeGraphNode treeGraphNode, final AGrammaticalStructure artifact) |
Static Private Member Functions | |
static MutableAGrammaticalStructure | makeNode (final TreeGraphNode treeGraphNode) |
Private Attributes | |
final Map< TreeGraphNode, MutableAGrammaticalStructure > | nodeToArtifactMap |
final Map< Integer, MutableAGrammaticalStructure > | indexToArtifactMap |
Factory for Grammatical Structure artifact
grammarscope.glue.AGrammaticalStructureFactory.AGrammaticalStructureFactory | ( | ) |
Constructor
AGrammaticalStructure grammarscope.glue.AGrammaticalStructureFactory.make | ( | final GrammaticalStructure | grammaticalStructure | ) |
Make artifact from grammatical structure
grammaticalStructure | grammatical structure |
Process node
tree | tree node |
parentTree | tree node's parent node |
Process node
tree | tree node |
parentTree | tree node's parent node |
|
staticprivate |
Make artifact from node
treeGraphNode | tree graph node |
|
static |
Trim string removing glut
str | string to trim |
|
private |
Visit node filling artifact data
treeGraphNode | tree graph node |
artifact | artifact |
|
private |
Node map (index to artifact node)
|
private |
Node map (TreeGraphNode to artifact node)