Uses of Class
ibspan.tss.core.storage.ModelLoaderInitException

Packages that use ModelLoaderInitException
ibspan.tss.core.storage Utils providing transparent access to models stored in database and local files. 
ibspan.tss.test Provides set of tests of sensitive and vital parts of the system, especially related to user modelling. 
 

Uses of ModelLoaderInitException in ibspan.tss.core.storage
 

Methods in ibspan.tss.core.storage that throw ModelLoaderInitException
static OntModelSpec ModelLoader.getDBOntModelSpec(ConnectionDescription desc)
          Creates specification for OntModel, in which (1) base Model is stored in the database described by the given connection description, and (2) imported ontology are stored in memory-based models.
static OntModel ModelLoader.loadDBModel(String uri)
          Loads content of the owl file pointed by given uri into persistent model stored in the database.
 

Uses of ModelLoaderInitException in ibspan.tss.test
 

Methods in ibspan.tss.test that throw ModelLoaderInitException
static void ReflectionTest.main(String[] args)