Package | Description |
---|---|
gr.forth.ics.isl.xlink | |
gr.forth.ics.isl.xlink.clientexamples | |
gr.forth.ics.isl.xlink.gate |
Modifier and Type | Method and Description |
---|---|
void |
Category.addKBMS(KBM kbms)
Adds a KBM in a category.
|
void |
Category.addKBMSEndpoint(String kbms,
String endpoint,
EntityMiningComponent emc)
Adds a new endpoint in a specific KBM of a category.
|
void |
Category.addKBMSEnrichingQuery(String kbms,
TemplateQuery enrichingQuery,
EntityMiningComponent emc)
Adds an new enriching template query in a specific KBM of a category.
|
void |
Category.addKBMSLinkingQuery(String kbms,
TemplateQuery linkingQuery,
EntityMiningComponent emc)
Adds an new linking template query in a specific KBM of a category.
|
void |
Category.addKBMSPARQLQuery(String kbms,
SPARQLQuery query,
EntityMiningComponent emc)
Adds an new SPARQL query in a specific KBM of a category.
|
void |
Category.addKBMSResourceClass(String kbms,
ResourceClass resourceClass,
EntityMiningComponent emc)
Adds a new Resource Class in a specific KBM of a category.
|
void |
Category.addNewKBMS(KBM kbms,
EntityMiningComponent emc)
Adds a new KBM in a category.
|
void |
Category.removeKBMS(String kbms,
EntityMiningComponent emc)
Removes a KBM of a category.
|
void |
Category.removeKBMSEndpoint(String kbms,
EntityMiningComponent emc)
Removes the endpoint of a specific KBM of a category.
|
void |
Category.removeKBMSEnrichingQuery(String kbms,
TemplateQuery enrichingQuery,
EntityMiningComponent emc)
Removes an enriching template query of a specific KBM of a category.
|
void |
Category.removeKBMSLinkingQuery(String kbms,
TemplateQuery linkingQuery,
EntityMiningComponent emc)
Removes a linking template query of a specific KBM of a category.
|
void |
Category.removeKBMSPARQLQuery(String kbms,
SPARQLQuery query,
EntityMiningComponent emc)
Removes a SPARQL query of a specific KBM of a category.
|
void |
Category.removeKBMSResourceClass(String kbms,
ResourceClass resourceClass,
EntityMiningComponent emc)
Removes a Resource Class of a specific KBM of a category.
|
void |
EntityMiningComponent.updatePropertiesFile(Category category,
String kbms) |
Modifier and Type | Method and Description |
---|---|
static void |
ClientUpdateCategoryBySingleEntity.main(String[] args) |
static void |
ClientUpdateCategoryBySet.main(String[] args) |
static void |
ClientUpdateCategoryByResourceClass.main(String[] args) |
static void |
ClientUpdateCategoryByQuery.main(String[] args) |
static void |
ClientReplaceCategoryBySet.main(String[] args) |
static void |
ClientReplaceCategoryByResourceClass.main(String[] args) |
static void |
ClientReplaceCategoryByQuery.main(String[] args) |
static void |
ClientRenameCategory.main(String[] args) |
static void |
ClientRemoveKBMFromCategory.main(String[] args) |
static void |
ClientRemoveCategory.main(String[] args) |
static void |
ClientLoadEntityMiningComponent.main(String[] args) |
static void |
ClientLinkEntities.main(String[] args) |
static void |
ClientFindEntities.main(String[] args) |
static void |
ClientEnrichEntities.main(String[] args) |
static void |
ClientConnectEntities.main(String[] args) |
static void |
ClientChangeKBMAttributes.main(String[] args) |
static void |
ClientAddKBMToCategory.main(String[] args) |
static void |
ClientAddCategoryByResourceClass.main(String[] args) |
static void |
ClientAddCategoryByQuery.main(String[] args) |
static void |
ClientAddCategoryByList.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
GateEntityMiningComponent.updatePropertiesFile(Category category,
String kbms) |
Constructor and Description |
---|
GateEntityMiningComponent(String gateHome)
Creates a new GATE entity mining component.
|
Copyright © 2014. All rights reserved.