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.addNewCategory(Category category)
Adds a new category in the entity mining component.
|
void |
EntityMiningComponent.renameCategory(String oldCategory,
String newCategory)
Renames the given category name with a new one.
|
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.
|
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 |
ClientAddCategoryByResourceClass.main(String[] args) |
static void |
ClientAddCategoryByQuery.main(String[] args) |
static void |
ClientAddCategoryByList.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
GateEntityMiningComponent.addNewCategory(Category category) |
void |
GateEntityMiningComponent.renameCategory(String oldCategory,
String newCategory) |
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) |
Copyright © 2014. All rights reserved.