public class RelationDependentsFactory
extends java.lang.Object
Constructor and Description |
---|
RelationDependentsFactory() |
Modifier and Type | Method and Description |
---|---|
private void |
build(AGrammaticalStructure grammaticalStructure,
ARelationDependents artifact)
Make relation dependents
|
private static Segment |
getSegment(AGrammaticalStructure dependent)
Get segment by going to leaves
|
ARelationDependents |
make(AGrammaticalStructure grammaticalStructure)
Make relation dependents
|
private static RelationDependent |
makeRelationDependent(BasicRelation relation,
AGrammaticalStructure dependent)
Relation dependent
|
public ARelationDependents make(AGrammaticalStructure grammaticalStructure)
grammaticalStructure
- grammatical structureprivate void build(AGrammaticalStructure grammaticalStructure, ARelationDependents artifact)
grammaticalStructure
- grammatical structureartifact
- artifact to collect resultsprivate static RelationDependent makeRelationDependent(BasicRelation relation, AGrammaticalStructure dependent)
relation
- relationdependent
- dependent argprivate static Segment getSegment(AGrammaticalStructure dependent)
dependent
- dependent tree