Package | Description |
---|---|
gr.forth.ics.isl.xlink |
Modifier and Type | Method and Description |
---|---|
SPARQLQuery |
KBM.getSPARQLQuery(String id)
Gets the SPARQL query with id "id" of a KBM.
|
Modifier and Type | Method and Description |
---|---|
TreeMap<String,SPARQLQuery> |
KBM.getSPARQLQueries()
Gets the SPARQL queries of a KBM.
|
Modifier and Type | Method and Description |
---|---|
void |
Category.addKBMSPARQLQuery(String kbms,
SPARQLQuery query,
EntityMiningComponent emc)
Adds an new SPARQL query in a specific KBM of a category.
|
void |
KBM.addSPARQLQuery(SPARQLQuery query)
Add a new SPARQL query in a KBM.
|
void |
Category.removeKBMSPARQLQuery(String kbms,
SPARQLQuery query,
EntityMiningComponent emc)
Removes a SPARQL query of a specific KBM of a category.
|
TreeSet<String> |
KBM.runSPARQLQuery(SPARQLQuery query)
Runs a SPARQL query and returns a Set of named entities.
|
Modifier and Type | Method and Description |
---|---|
void |
KBM.setSPARQLQueries(TreeMap<String,SPARQLQuery> SparqlQueries)
Sets/Changes the Map of SPARQL queries in a KBM.
|
Copyright © 2014. All rights reserved.