public class ChangeExtractor extends Object
| Constructor and Description |
|---|
ChangeExtractor(RuntimeExceptionHandler runtimeExceptionHandler,
boolean considerImportClosure) |
ChangeExtractor(RuntimeExceptionHandler runtimeExceptionHandler,
ExecutionMonitor executionMonitor,
boolean considerImportClosure) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionMonitor |
getExecutionMonitor() |
RuntimeExceptionHandler |
getRuntimeExceptionHandler() |
List<org.semanticweb.owlapi.model.OWLAxiomChange> |
visit(OPPLScript script) |
public ChangeExtractor(RuntimeExceptionHandler runtimeExceptionHandler, boolean considerImportClosure)
runtimeExceptionHandler - runtimeExceptionHandlerconsiderImportClosure - considerImportClosurepublic ChangeExtractor(RuntimeExceptionHandler runtimeExceptionHandler, ExecutionMonitor executionMonitor, boolean considerImportClosure)
runtimeExceptionHandler - runtimeExceptionHandlerexecutionMonitor - executionMonitorconsiderImportClosure - considerImportClosurepublic List<org.semanticweb.owlapi.model.OWLAxiomChange> visit(OPPLScript script)
script - scriptpublic RuntimeExceptionHandler getRuntimeExceptionHandler()
public ExecutionMonitor getExecutionMonitor()
Copyright © 2015 The University of Manchester. All Rights Reserved.