edu.stanford.smi.protegex.owl.jena.parser
Class OWLImportsCache
java.lang.Object
edu.stanford.smi.protegex.owl.jena.parser.OWLImportsCache
public class OWLImportsCache
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
owlOntoloyToImportsMap
public static HashMap<String,Set<String>> owlOntoloyToImportsMap
owlOntologyLocToOntologName
public static HashMap<String,String> owlOntologyLocToOntologName
OWLImportsCache
public OWLImportsCache()
getOWLImportsURI
public static Set<String> getOWLImportsURI(String owlOntologyURI)
addOWLImport
public static void addOWLImport(String owlOntologyURI,
String importURI)
getImportedOntologies
public static Set<String> getImportedOntologies()
getAllOntologies
public static Set<String> getAllOntologies()
isImported
public static boolean isImported(String ontology)
getOntologyName
public static String getOntologyName(String ontologyLoc)
setOntologyName
public static void setOntologyName(String ontologyLoc,
String ontologyName)
dispose
public static void dispose()
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.