Relation model
- Author
- Bernard Bou
◆ RelationModel()
grammarscope.server.iface.RelationModel.RelationModel |
( |
final Relation |
root, |
|
|
final Collection< Relation > |
relations, |
|
|
final String |
name |
|
) |
| |
Constructor
- Parameters
-
root | root |
relations | relations |
name | name |
◆ getTreeAncestorsNames()
static String grammarscope.server.iface.RelationModel.getTreeAncestorsNames |
( |
final Relation |
relation, |
|
|
final boolean |
down, |
|
|
final boolean |
displayLongName |
|
) |
| |
|
static |
Get up lineage (parents to root)
- Parameters
-
relation | grammatical relation |
down | parent-child order |
displayLongName | whether to display long names |
- Returns
- lineage string
◆ getTreeName()
static String grammarscope.server.iface.RelationModel.getTreeName |
( |
final Relation |
relation, |
|
|
final boolean |
down, |
|
|
final boolean |
displayLongName |
|
) |
| |
|
static |
Get tree name (this node with appended lineage)
- Parameters
-
relation | grammatical relation |
down | parent-child order |
displayLongName | whether to display long names |
- Returns
- tree name string
◆ toString()
String grammarscope.server.iface.RelationModel.toString |
( |
| ) |
|
◆ name
final String grammarscope.server.iface.RelationModel.name |
◆ relations
final Collection<Relation> grammarscope.server.iface.RelationModel.relations |
◆ root
final Relation grammarscope.server.iface.RelationModel.root |
◆ serialVersionUID
final long grammarscope.server.iface.RelationModel.serialVersionUID = 6222200681569404783L |
|
staticprivate |
The documentation for this class was generated from the following file: