![]() |
GrammarScope
4.0.0
|

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, MutableGrammaticalRelation > | map |
| final MutableGrammaticalRelation | DEPENDENT |
Import relation model from class. This requires "tweaked" version of GrammaticalRelation class which adds some access functions.
|
private |
Constructor
| className | class to scan |
| ClassNotFoundException | exception |
| IllegalArgumentException | exception |
| SecurityException | exception |
|
staticprivate |
Translate ignoring tree links
| name | name |
| grammaticalRelation | grammatical relation |
| IllegalArgumentException | exception |
| SecurityException | exception |
|
static |
Make relation model
| classname | class name of model class to make mutable model from |
|
private |
Make relation model
|
private |
Process class static members
| className | class to scan |
| ClassNotFoundException | exception |
| SecurityException | exception |
| IllegalArgumentException | exception |
|
private |
MutableGrammaticalRelation DEPENDENT
|
private |
Grammatical relation to MutableGrammaticalRelation map
1.8.17