public interface Scope extends NamedArtifact, Lockable, OntologyCollectorListenable, OWLExportable
OWLExportable.ConnectivityPolicy| Modifier and Type | Method and Description |
|---|---|
OntologySpace |
getCoreSpace()
Returns the core ontology space for this ontology scope.
|
OntologySpace |
getCustomSpace()
Returns the custom ontology space for this ontology scope.
|
void |
setCustomSpace(OntologySpace customSpace)
Sets an ontology space as the custom space for this scope.
|
void |
setUp()
Performs the operations required for activating the ontology scope.
|
void |
tearDown()
Performs the operations required for deactivating the ontology scope.
|
getDefaultNamespace, getID, getNamespace, setDefaultNamespace, setNamespaceisLockedaddOntologyCollectorListener, clearOntologyCollectorListeners, getOntologyCollectorListeners, removeOntologyCollectorListenerexport, export, getConnectivityPolicy, setConnectivityPolicystatic final String shortName
OntologySpace getCoreSpace()
OntologySpace getCustomSpace()
void setCustomSpace(OntologySpace customSpace) throws UnmodifiableOntologyCollectorException
customSpace - the custom ontology space.UnmodifiableOntologyCollectorException - if either the scope or the supplied space are locked.void setUp()
setUp() method though.void tearDown()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.