Package | Description |
---|---|
gr.forth.ics.isl.xlink |
Modifier and Type | Method and Description |
---|---|
static PropertiesType |
PropertiesType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertiesType[] |
PropertiesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XLink.enrich(Category c,
PropertiesType type)
Enriches the retrieved entities of a specific category with semantic information of PropertiesType
type in language languageISO (optional)
|
void |
XLink.enrich(Category c,
PropertiesType type,
String languageCode)
Enriches the retrieved entities of a specific category with semantic information of PropertiesType
type in language languageISO (optional)
|
void |
XLink.enrich(Entity e,
PropertiesType type)
Enriches the retrieved entity with semantic information of PropertiesType
type in language languageISO (optional)
|
void |
XLink.enrich(Entity e,
PropertiesType type,
String languageCode)
Enriches the retrieved entity with semantic information of PropertiesType
type in language languageISO (optional)
|
void |
XLink.enrich(PropertiesType type)
Enriches the retrieved entities with semantic information of PropertiesType
type in language languageISO (optional)
|
void |
XLink.enrich(PropertiesType type,
String languageCode)
Enriches the retrieved entities with semantic information of PropertiesType
type in language languageISO (optional)
|
Copyright © 2014. All rights reserved.