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

Public Member Functions

 MutableRelationModel (final MutableGrammaticalRelation root, final List< MutableGrammaticalRelation > relations)
 
 MutableRelationModel (final MutableGrammaticalRelation root, final MutableGrammaticalRelation[] relations)
 
MutableGrammaticalRelation fromId (final String id)
 
Vector< String > toIds ()
 
Map< String, MutableGrammaticalRelationmakeIdToRelationMap ()
 
Map< String, MutableGrammaticalRelationmakeShortNameToRelationMap ()
 
Map< String, MutableGrammaticalRelationmakeNameToRelationMap ()
 
synchronized void add (final MutableGrammaticalRelation relation)
 
synchronized boolean remove (final MutableGrammaticalRelation relation)
 
synchronized boolean move (final MutableGrammaticalRelation relation, final MutableGrammaticalRelation parentRelation)
 
String toXmlString ()
 
String toSimpleString ()
 
String toTreeString ()
 
void export (final PrintWriter writer)
 
void exportExamples (final PrintWriter writer)
 

Static Public Member Functions

static MutableRelationModel makeGovDepModel ()
 
static void main (final String[] args) throws FileNotFoundException
 

Public Attributes

final MutableGrammaticalRelation root
 
final List< MutableGrammaticalRelationrelations
 

Detailed Description

Relation model

Author
Bernard Bou

Constructor & Destructor Documentation

◆ MutableRelationModel() [1/2]

grammarscope.mutable.MutableRelationModel.MutableRelationModel ( final MutableGrammaticalRelation  root,
final List< MutableGrammaticalRelation relations 
)

Constructor

Parameters
rootroot relation
relationsarray list of relations

◆ MutableRelationModel() [2/2]

grammarscope.mutable.MutableRelationModel.MutableRelationModel ( final MutableGrammaticalRelation  root,
final MutableGrammaticalRelation[]  relations 
)

Constructor

Parameters
rootroot relation
relationsarray list of relations

Member Function Documentation

◆ add()

synchronized void grammarscope.mutable.MutableRelationModel.add ( final MutableGrammaticalRelation  relation)

Add relation to model

Parameters
relationrelation to add

◆ export()

void grammarscope.mutable.MutableRelationModel.export ( final PrintWriter  writer)

Export model to writer

Parameters
writerwriter

◆ exportExamples()

void grammarscope.mutable.MutableRelationModel.exportExamples ( final PrintWriter  writer)

Export model examples to writer

Parameters
writerwriter

◆ fromId()

MutableGrammaticalRelation grammarscope.mutable.MutableRelationModel.fromId ( final String  id)

Get relation from id

Parameters
idid
Returns
relation

◆ main()

static void grammarscope.mutable.MutableRelationModel.main ( final String[]  args) throws FileNotFoundException
static

Export model to files

Parameters
argsarguments
Exceptions
FileNotFoundExceptionexception

◆ makeGovDepModel()

static MutableRelationModel grammarscope.mutable.MutableRelationModel.makeGovDepModel ( )
static

Make gov/dep model

Returns
minimal model

◆ makeIdToRelationMap()

Map<String, MutableGrammaticalRelation> grammarscope.mutable.MutableRelationModel.makeIdToRelationMap ( )

Make id-relation map

Returns
id-relation map

◆ makeNameToRelationMap()

Map<String, MutableGrammaticalRelation> grammarscope.mutable.MutableRelationModel.makeNameToRelationMap ( )

Make name-relation map

Returns
name-relation map

◆ makeShortNameToRelationMap()

Map<String, MutableGrammaticalRelation> grammarscope.mutable.MutableRelationModel.makeShortNameToRelationMap ( )

Make short name-relation map

Returns
short name-relation map

◆ move()

synchronized boolean grammarscope.mutable.MutableRelationModel.move ( final MutableGrammaticalRelation  relation,
final MutableGrammaticalRelation  parentRelation 
)

Move relation in model

Parameters
relationrelation to move
parentRelationparent relation to move relation to
Returns
true if successful

◆ remove()

synchronized boolean grammarscope.mutable.MutableRelationModel.remove ( final MutableGrammaticalRelation  relation)

Remove relation from model

Parameters
relationrelation to remove
Returns
true if successful

◆ toIds()

Vector<String> grammarscope.mutable.MutableRelationModel.toIds ( )

Get vector of ids

Returns
vector of ids

◆ toSimpleString()

String grammarscope.mutable.MutableRelationModel.toSimpleString ( )

Model to simple string

Returns
string

◆ toTreeString()

String grammarscope.mutable.MutableRelationModel.toTreeString ( )

Model to tree string

Returns
string

◆ toXmlString()

String grammarscope.mutable.MutableRelationModel.toXmlString ( )

Model to XML string

Returns
string

Member Data Documentation

◆ relations

final List<MutableGrammaticalRelation> grammarscope.mutable.MutableRelationModel.relations

Relation array

◆ root

final MutableGrammaticalRelation grammarscope.mutable.MutableRelationModel.root

Root relation


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