public abstract class AbstractModelFactory extends Object implements ModelFactory
REASONING, STORAGE, STORAGE_VALUE_MEMORY| Constructor and Description |
|---|
AbstractModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
Model |
createModel()
Create a default in-memory ModelSet with no inferencing.
|
Model |
createModel(Reasoning reasoning)
Create a new Model with inferencing.
|
ModelSet |
createModelSet()
create a default in-memory ModelSet with no inferencing.
|
ModelSet |
createModelSet(Reasoning reasoning)
Create a default in-memory ModelSet with given inferencing.
|
static Reasoning |
getReasoning(Properties p)
Utility function to help using the properties
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateModel, createModel, createModelSet, sparqlSelectpublic Model createModel() throws ModelRuntimeException
ModelFactorycreateModel in interface ModelFactoryModelRuntimeException - if the adapter could not create the modelpublic Model createModel(Reasoning reasoning) throws ModelRuntimeException, ReasoningNotSupportedException
ModelFactorycreateModel in interface ModelFactoryreasoning - the type of reasoning that is neededModelRuntimeException - if the adapter could not create the ModelReasoningNotSupportedException - if the passed kind of reasoning is
not supported.public ModelSet createModelSet() throws ModelRuntimeException
ModelFactorycreateModelSet in interface ModelFactoryModelRuntimeExceptionpublic ModelSet createModelSet(Reasoning reasoning) throws ModelRuntimeException, ReasoningNotSupportedException
ModelFactorycreateModelSet in interface ModelFactoryreasoning - the type of reasoning that is neededModelRuntimeExceptionReasoningNotSupportedException - if the passed kind of reasoning is
not supported.public static Reasoning getReasoning(Properties p) throws ModelRuntimeException
ModelRuntimeExceptionCopyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.