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 |
EntityMiningComponent.replaceCategoryByQuery(String categoryName)
Replaces the given category from the entity mining component by SPARQL
query.
|
void |
EntityMiningComponent.replaceCategoryByQuery(String categoryName,
String endpoint,
String sparqlQuery)
Replaces the given category from the entity mining component by a user
defined SPARQL query.
|
void |
EntityMiningComponent.replaceCategoryByQueryPath(String categoryName,
String endpoint,
String queryPath)
Replaces the given category from the entity mining component by a
SPARQL query in the given path.
|
void |
EntityMiningComponent.replaceCategoryByResourceClass(String categoryName,
String resourceClass,
String endpoint)
Replaces the given category from the entity mining component by a given Resource
class.
|
void |
EntityMiningComponent.updateCategoryByQuery(String categoryName)
Updates the given category from the entity mining component by SPARQL
query.
|
void |
EntityMiningComponent.updateCategoryByQuery(String categoryName,
String endpoint,
String sparqlQuery)
Updates the given category from the entity mining component by a user
defined SPARQL query.
|
void |
EntityMiningComponent.updateCategoryByQueryPath(String categoryName,
String endpoint,
String sparqlQueryPath)
Updates the given category from the entity mining component by a SPARQL
query in the given path.
|
void |
EntityMiningComponent.updateCategoryByResourceClass(String categoryName,
String endpoint,
String resourceClass)
Updates the given category from the entity mining component by a given
Resource Class.
|
Modifier and Type | Method and Description |
---|---|
static void |
ClientUpdateCategoryByResourceClass.main(String[] args) |
static void |
ClientUpdateCategoryByQuery.main(String[] args) |
static void |
ClientReplaceCategoryByQuery.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
GateEntityMiningComponent.replaceCategoryByQuery(String categoryName) |
void |
GateEntityMiningComponent.replaceCategoryByQuery(String categoryName,
String endpoint,
String sparqlQuery) |
void |
GateEntityMiningComponent.replaceCategoryByQueryPath(String categoryName,
String endpoint,
String queryPath) |
void |
GateEntityMiningComponent.replaceCategoryByResourceClass(String categoryName,
String resourceClass,
String endpoint) |
void |
GateEntityMiningComponent.updateCategoryByQuery(String categoryName) |
void |
GateEntityMiningComponent.updateCategoryByQuery(String categoryName,
String endpoint,
String sparqlQuery) |
void |
GateEntityMiningComponent.updateCategoryByQueryPath(String categoryName,
String endpoint,
String sparqlQueryPath) |
void |
GateEntityMiningComponent.updateCategoryByResourceClass(String categoryName,
String endpoint,
String resourceClass) |
Copyright © 2014. All rights reserved.