|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KernelQedeqBo
Kernel internal QedeqBo with additional methods.
| Method Summary | |
|---|---|
void |
addPluginErrorsAndWarnings(ModuleService plugin,
SourceFileExceptionList errors,
SourceFileExceptionList warnings)
Add errors and warnings for service. |
void |
clearAllPluginErrorsAndWarnings()
Remove all errors and warnings for all services. |
SourceFileException |
createSourceFileException(Service service,
ModuleDataException exception)
Create exception out of ModuleDataException. |
Element2Latex |
getElement2Latex()
Return mapper for transforming elements into LaTeX. |
Element2Utf8 |
getElement2Utf8()
Return mapper for transforming elements into UTF-8 text. |
ModuleConstantsExistenceChecker |
getExistenceChecker()
Get the predicate and function existence checker. |
KernelModuleReferenceList |
getKernelRequiredModules()
Get labels and URLs of all referenced modules. |
InternalKernelServices |
getKernelServices()
Get internal kernel services. |
ModuleLabels |
getLabels()
Get label references for QEDEQ module. |
void |
setDependencyFailureState(DependencyState loadRequiredFailed,
SourceFileExceptionList sfl)
Set dependency failure module state. |
void |
setDependencyProgressState(DependencyState state)
Set dependency module state. |
void |
setExistenceChecker(ModuleConstantsExistenceChecker existence)
Set ModuleConstantsExistenceChecker. |
void |
setFormallyProvedFailureState(FormallyProvedState state,
SourceFileExceptionList sfl)
Set logical formally proved module failure state. |
void |
setFormallyProvedProgressState(FormallyProvedState state)
Set logical formally proved module progress state. |
void |
setLoadedImports(KernelModuleReferenceList imports)
Set loaded imports state. |
void |
setLoadedRequiredModules()
Set loaded required requirements state. |
void |
setLoadingImportsFailureState(LoadingImportsState loadImportsFailed,
SourceFileExceptionList sfl)
Set failure module state. |
void |
setLoadingImportsProgressState(LoadingImportsState stateLoadImports)
Set logical well formed module state. |
void |
setWellfFormedFailureState(WellFormedState stateExternalCheckingFailed,
SourceFileExceptionList sfl)
Set failure module state. |
void |
setWellFormed(ModuleConstantsExistenceChecker checker)
Set logic well formed state. |
void |
setWellFormedProgressState(WellFormedState stateInternalChecking)
Set logical well formed module state. |
| Method Detail |
|---|
InternalKernelServices getKernelServices()
KernelModuleReferenceList getKernelRequiredModules()
ModuleLabels getLabels()
Element2Latex getElement2Latex()
Element2Utf8 getElement2Utf8()
SourceFileException createSourceFileException(Service service,
ModuleDataException exception)
ModuleDataException.
service - This service generated the error.exception - Take this exception.
void addPluginErrorsAndWarnings(ModuleService plugin,
SourceFileExceptionList errors,
SourceFileExceptionList warnings)
plugin - Add errors for this service.errors - These errors occurred.warnings - These warnings occurred.void clearAllPluginErrorsAndWarnings()
ModuleConstantsExistenceChecker getExistenceChecker()
null
if logic was successfully checked.
void setLoadingImportsFailureState(LoadingImportsState loadImportsFailed,
SourceFileExceptionList sfl)
loadImportsFailed - Module state.sfl - Exception that occurred during loading required modules.
java.lang.IllegalArgumentException - state is no failure statevoid setLoadingImportsProgressState(LoadingImportsState stateLoadImports)
null.
stateLoadImports - module statevoid setLoadedImports(KernelModuleReferenceList imports)
imports - These imports were loaded.
java.lang.IllegalStateException - Module is not yet loaded.
void setDependencyFailureState(DependencyState loadRequiredFailed,
SourceFileExceptionList sfl)
loadRequiredFailed - Module state.sfl - Exception that occurred during loading required modules.
java.lang.IllegalArgumentException - loadRequiredFailed is no failure state
java.lang.IllegalStateException - Module is not yet loaded.
java.lang.NullPointerException - loadRequiredFailed is null.void setDependencyProgressState(DependencyState state)
null.
state - Module state
java.lang.IllegalStateException - Module is not yet loaded.
java.lang.IllegalArgumentException - state is failure state or loaded required
state.
java.lang.NullPointerException - state is null.void setLoadedRequiredModules()
java.lang.IllegalStateException - Module is not yet loaded.
void setWellfFormedFailureState(WellFormedState stateExternalCheckingFailed,
SourceFileExceptionList sfl)
stateExternalCheckingFailed - Module state.sfl - Exception that occurred during loading.
java.lang.IllegalArgumentException - state is no failure statevoid setWellFormedProgressState(WellFormedState stateInternalChecking)
null.
stateInternalChecking - module statevoid setFormallyProvedProgressState(FormallyProvedState state)
null.
state - module state
java.lang.IllegalArgumentException - state is no failure state
void setFormallyProvedFailureState(FormallyProvedState state,
SourceFileExceptionList sfl)
null.
state - module statesfl - Exception that occurred during loading.
java.lang.IllegalArgumentException - state is no failure statevoid setExistenceChecker(ModuleConstantsExistenceChecker existence)
ModuleConstantsExistenceChecker. Doesn't do any status handling.
existence - Set this checker.void setWellFormed(ModuleConstantsExistenceChecker checker)
checker - Checks if a predicate or function constant is defined.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||