◆ GrammaticalRelationsFactory()
grammarscope.server.factory.GrammaticalRelationsFactory.GrammaticalRelationsFactory |
( |
| ) |
|
|
private |
◆ invokeValues()
static List<GrammaticalRelation> grammarscope.server.factory.GrammaticalRelationsFactory.invokeValues |
( |
final Class<?> |
clazz | ) |
throws IllegalArgumentException, IllegalAccessException, InvocationTargetException, SecurityException, NoSuchMethodException |
|
static |
All grammatical relations classes have a values method but no common interface. This is a common way of calling it.
- Parameters
-
- Returns
- result of calling values();
- Exceptions
-
InvocationTargetException | exception |
IllegalAccessException | exception |
IllegalArgumentException | exception |
NoSuchMethodException | exception |
SecurityException | exception |
◆ makeGrammaticalRelationClass()
static Class<?> grammarscope.server.factory.GrammaticalRelationsFactory.makeGrammaticalRelationClass |
( |
final Language |
language | ) |
|
|
static |
Get grammatical relation model class for a specified grammatical relation
- Parameters
-
- Returns
- model class
◆ makeGrammaticalRelationCollection() [1/2]
static List<GrammaticalRelation> grammarscope.server.factory.GrammaticalRelationsFactory.makeGrammaticalRelationCollection |
( |
final Class<?> |
clazz | ) |
|
|
static |
Make collection of grammatical relations from relations set class
- Parameters
-
- Returns
- Collection of grammatical relations
◆ makeGrammaticalRelationCollection() [2/2]
static List<GrammaticalRelation> grammarscope.server.factory.GrammaticalRelationsFactory.makeGrammaticalRelationCollection |
( |
final Language |
language | ) |
|
|
static |
Make collection of grammatical relations from language
- Parameters
-
- Returns
- Collection of grammatical relations
The documentation for this class was generated from the following file: