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)
Replaces the given category from the entity mining component by Resource
class.
|
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.replaceCategoryBySet(String categoryName,
Set<String> entities)
Replaces the category with the given name from the entity mining
components with the given Set of entities.
|
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)
Updates the given category from the entity mining component by Resource
Class.
|
void |
EntityMiningComponent.updateCategoryByResourceClass(String categoryName,
String endpoint,
String resourceClass)
Updates the given category from the entity mining component by a given
Resource Class.
|
void |
EntityMiningComponent.updateCategoryBySet(String categoryName,
Set<String> entries)
Updates the category with the given name from the entity mining
components with the given Set of entities.
|
void |
EntityMiningComponent.updateCategoryBySingleEntity(String categoryName,
String entity)
Updates the category with the given name from the entity mining
components with the given entity.
|
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) |
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) |
void |
GateEntityMiningComponent.replaceCategoryByResourceClass(String categoryName,
String resourceClass,
String endpoint) |
void |
GateEntityMiningComponent.replaceCategoryBySet(String categoryName,
Set<String> entities) |
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) |
void |
GateEntityMiningComponent.updateCategoryByResourceClass(String categoryName,
String endpoint,
String resourceClass) |
void |
GateEntityMiningComponent.updateCategoryBySet(String categoryName,
Set<String> entries) |
void |
GateEntityMiningComponent.updateCategoryBySingleEntity(String categoryName,
String entity) |
Copyright © 2014. All rights reserved.