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

Static Public Member Functions

static MutableRelationModel get (final String classname)
 

Private Member Functions

 FromGrammaticalRelations (final String className) throws SecurityException, IllegalArgumentException, ClassNotFoundException
 
void process (final String className) throws ClassNotFoundException, SecurityException, IllegalArgumentException
 
MutableRelationModel makeModel ()
 

Static Private Member Functions

static MutableGrammaticalRelation fieldToRelation (final String name, final GrammaticalRelation grammaticalRelation) throws IllegalArgumentException, SecurityException
 

Private Attributes

final Map< GrammaticalRelation, MutableGrammaticalRelationmap
 
final MutableGrammaticalRelation DEPENDENT
 

Detailed Description

Import relation model from class. This requires "tweaked" version of GrammaticalRelation class which adds some access functions.

Author
Bernard Bou

Constructor & Destructor Documentation

◆ FromGrammaticalRelations()

grammarscope.mutable.FromGrammaticalRelations.FromGrammaticalRelations ( final String  className) throws SecurityException, IllegalArgumentException, ClassNotFoundException
private

Constructor

Parameters
classNameclass to scan
Exceptions
ClassNotFoundExceptionexception
IllegalArgumentExceptionexception
SecurityExceptionexception

Member Function Documentation

◆ fieldToRelation()

static MutableGrammaticalRelation grammarscope.mutable.FromGrammaticalRelations.fieldToRelation ( final String  name,
final GrammaticalRelation  grammaticalRelation 
) throws IllegalArgumentException, SecurityException
staticprivate

Translate ignoring tree links

Parameters
namename
grammaticalRelationgrammatical relation
Returns
MutableGrammaticalRelation
Exceptions
IllegalArgumentExceptionexception
SecurityExceptionexception

◆ get()

static MutableRelationModel grammarscope.mutable.FromGrammaticalRelations.get ( final String  classname)
static

Make relation model

Parameters
classnameclass name of model class to make mutable model from
Returns
mutable relation model

◆ makeModel()

MutableRelationModel grammarscope.mutable.FromGrammaticalRelations.makeModel ( )
private

Make relation model

Returns
relation model

◆ process()

void grammarscope.mutable.FromGrammaticalRelations.process ( final String  className) throws ClassNotFoundException, SecurityException, IllegalArgumentException
private

Process class static members

Parameters
classNameclass to scan
Exceptions
ClassNotFoundExceptionexception
SecurityExceptionexception
IllegalArgumentExceptionexception

Member Data Documentation

◆ DEPENDENT

final MutableGrammaticalRelation grammarscope.mutable.FromGrammaticalRelations.DEPENDENT
private

◆ map

final Map<GrammaticalRelation, MutableGrammaticalRelation> grammarscope.mutable.FromGrammaticalRelations.map
private

Grammatical relation to MutableGrammaticalRelation map


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