edu.stanford.smi.protegex.owl.ui.repository
Class UnresolvedImportUIHandler
java.lang.Object
edu.stanford.smi.protegex.owl.ui.repository.UnresolvedImportUIHandler
- All Implemented Interfaces:
- UnresolvedImportHandler
- public class UnresolvedImportUIHandler
- extends Object
- implements UnresolvedImportHandler
User: matthewhorridge
The University Of Manchester
Medical Informatics Group
Date: Sep 26, 2005
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD_OPTION
public static final String ADD_OPTION
- See Also:
- Constant Field Values
CANCEL_OPTION
public static final String CANCEL_OPTION
- See Also:
- Constant Field Values
OPTIONS
public static final ArrayList OPTIONS
UnresolvedImportUIHandler
public UnresolvedImportUIHandler()
handleUnresolvableImport
public Repository handleUnresolvableImport(OWLModel model,
TripleStore tripleStore,
URI ontologyName)
- Description copied from interface:
UnresolvedImportHandler
- Used by the
ProtegeOWLParser
to obtain an ontology repository
that contains the specified ontology.
- Specified by:
handleUnresolvableImport
in interface UnresolvedImportHandler
- Parameters:
model
- The OWLModel
tripleStore
- The triple store that the triples from the ontology will be
inserted into.ontologyName
- The name of the ontology that the system is attempting to
import.
- Returns:
- A
Repository
containing the ontology, or, null
if the missing ontology cannot be found and the loading process should be aborted.
showMessage
private int showMessage(URI ontologyName)