Package | Description |
---|---|
gr.forth.ics.isl.xlink |
Modifier and Type | Method and Description |
---|---|
TemplateQuery |
KBM.getEnrichingTemplateQuery(String id)
Gets the enriching template query with id "id" of a KBM.
|
TemplateQuery |
KBM.getLinkingTemplateQuery(String id)
Gets the linking template query with id "id" of a KBM.
|
Modifier and Type | Method and Description |
---|---|
TreeMap<String,TemplateQuery> |
KBM.getEnrichingTemplateQueries()
Gets the enriching template queries of a KBM.
|
TreeMap<String,TemplateQuery> |
KBM.getLinkingTemplateQueries()
Gets the linking template queries of a KBM.
|
Modifier and Type | Method and Description |
---|---|
void |
KBM.addEnrichingTemplateQuery(TemplateQuery enrichingQuery)
Add a new enriching template query in a KBM.
|
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 |
KBM.addLinkingTemplateQuery(TemplateQuery linkingQuery)
Add a new linking template query in a KBM.
|
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.
|
ArrayList<Triple> |
KBM.runEnrichingTemplateQuery(TemplateQuery query,
String URI)
Runs a template query and returns a List of Triples come from the URI "URI".
|
Set<String> |
KBM.runLinkingTemplateQuery(TemplateQuery query,
Entity entity)
Runs a template query and returns a Set of URIs that concerns an entity "entity".
|
Modifier and Type | Method and Description |
---|---|
void |
KBM.setEnrichingTemplateQueries(TreeMap<String,TemplateQuery> enrichingTemplateQueries)
Sets/Changes a Map of enriching template queries in a KBM.
|
void |
KBM.setLinkingTemplateQueries(TreeMap<String,TemplateQuery> linkingTemplateQueries)
Sets/Changes the Map of linking template queries in a KBM.
|
Copyright © 2014. All rights reserved.