Package | Description |
---|---|
gr.forth.ics.isl.xlink |
Modifier and Type | Method and Description |
---|---|
ResourceClass |
KBM.getResourceClass(String id)
Gets the Resource Class with id "id" of a KBM.
|
Modifier and Type | Method and Description |
---|---|
TreeMap<String,ResourceClass> |
KBM.getResourceClasses()
Gets the Resource Classes of a KBM.
|
Modifier and Type | Method and Description |
---|---|
void |
Category.addKBMSResourceClass(String kbms,
ResourceClass resourceClass,
EntityMiningComponent emc)
Adds a new Resource Class in a specific KBM of a category.
|
void |
KBM.addResourceClass(ResourceClass resourceClass)
Add a new Resource Class in a KBM.
|
void |
Category.removeKBMSResourceClass(String kbms,
ResourceClass resourceClass,
EntityMiningComponent emc)
Removes a Resource Class of a specific KBM of a category.
|
TreeSet<String> |
KBM.runResourceClassQuery(ResourceClass resourceClass)
Runs a SPARQL query with a Resource Class and returns a Set of named entities.
|
Modifier and Type | Method and Description |
---|---|
void |
KBM.setResourceClasses(TreeMap<String,ResourceClass> resourceClasses)
Sets/Changes the Map of Resource Classes in a KBM.
|
Copyright © 2014. All rights reserved.