public class JFactTBoxReasonerModule extends Object implements TBoxReasonerModule
Application.Component.LifecycleState| Constructor and Description |
|---|
JFactTBoxReasonerModule() |
| Modifier and Type | Method and Description |
|---|---|
TBoxReasonerStatus |
getStatus()
What is the TBox reasoner doing now?
|
List<org.apache.jena.ontology.Restriction> |
listRestrictions()
What restrictions are currently in the reasoner's internal model?
|
void |
shutdown(Application application)
This should be called only once, and should be the last call on this
Component.
|
void |
startup(Application application,
ComponentStartupStatus ss)
This should be called only once, and should be the first call on this
Component.
|
void |
waitForTBoxReasoning()
Wait until the TBox reasoner becomes quiet.
|
public void startup(Application application, ComponentStartupStatus ss)
Application.Componentstartup in interface Application.Componentpublic TBoxReasonerStatus getStatus()
TBoxReasonerModulegetStatus in interface TBoxReasonerModulepublic List<org.apache.jena.ontology.Restriction> listRestrictions()
TBoxReasonerModulelistRestrictions in interface TBoxReasonerModulepublic void waitForTBoxReasoning()
TBoxReasonerModulewaitForTBoxReasoning in interface TBoxReasonerModulepublic void shutdown(Application application)
Application.Componentshutdown in interface Application.ComponentCopyright © 2021. All rights reserved.