eu.larkc.core.resourceregistry
Class ResourceRegistry

java.lang.Object
  extended by eu.larkc.core.pluginregistry.PluginRegistry
      extended by eu.larkc.core.resourceregistry.ResourceRegistry

public class ResourceRegistry
extends PluginRegistry

The LarKC platform resource registry. This class stores all the resource meta data and is able to execute queries against the resources KB

Author:
Alexey Cheptsov

Constructor Summary
ResourceRegistry()
          Initializes the registry and populates its KB (ex Cyc KB).
 
Method Summary
 java.util.Collection<org.openrdf.model.URI> getAllResources()
           
 void loadResources()
          Registers the resources
 
Methods inherited from class eu.larkc.core.pluginregistry.PluginRegistry
getAllDeciders, getAllIdentifiers, getAllPlugins, getAllReasoners, getAllSelecters, getAllTransformers, getNewPluginInstance, getPluginEndpoint, getPluginSparql, loadPlugins
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRegistry

public ResourceRegistry()
Initializes the registry and populates its KB (ex Cyc KB).

Method Detail

loadResources

public void loadResources()
Registers the resources


getAllResources

public java.util.Collection<org.openrdf.model.URI> getAllResources()
                                                            throws PluginRegistryQueryException
Throws:
PluginRegistryQueryException