public class MacroExpansionGCIVisitor extends Object
Constructor and Description |
---|
MacroExpansionGCIVisitor(OWLOntologyManager outputManager,
OWLOntology inputOntology,
boolean shouldAddExpansionMarker) |
MacroExpansionGCIVisitor(OWLOntology inputOntology,
OWLOntologyManager outputManager,
boolean preserveAnnotationsWhenExpanding) |
Modifier and Type | Method and Description |
---|---|
OWLOntology |
createGCIOntology() |
void |
dispose()
Call this method to clear internal references.
|
void |
setPreserveAnnotationsWhenExpanding(boolean preserveAnnotationsWhenExpanding) |
boolean |
shouldPreserveAnnotationsWhenExpanding() |
public MacroExpansionGCIVisitor(OWLOntology inputOntology, OWLOntologyManager outputManager, boolean preserveAnnotationsWhenExpanding)
inputOntology
- input ontologyoutputManager
- manager for output ontologypreserveAnnotationsWhenExpanding
- annotations should be preservedpublic MacroExpansionGCIVisitor(OWLOntologyManager outputManager, OWLOntology inputOntology, boolean shouldAddExpansionMarker)
inputOntology
- input ontologyoutputManager
- output managershouldAddExpansionMarker
- expansion marker should be addedpublic OWLOntology createGCIOntology()
public boolean shouldPreserveAnnotationsWhenExpanding()
public void setPreserveAnnotationsWhenExpanding(boolean preserveAnnotationsWhenExpanding)
preserveAnnotationsWhenExpanding
- annotations should be preservedpublic void dispose()
Copyright © 2020 The University of Manchester. All rights reserved.