Uses of Interface
org.semanticweb.owl.util.OWLConnection

Packages that use OWLConnection
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.io Support for input and output of OWL models.  
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.io.owl_rdf   
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
org.semanticweb.owl.util   
org.semanticweb.owl.validation Classes concerned with validation of OWL ontologies.  
uk.ac.man.cs.img.owl.validation   
 

Uses of OWLConnection in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLConnection
 class OWLConnectionImpl
          OWL Connection The class gives access to a concrete implementation of the OWL API
 

Methods in org.semanticweb.owl.impl.model that return OWLConnection
 OWLConnection OWLObjectImpl.getOWLConnection()
           
 OWLConnection OWLDataFactoryImpl.getOWLConnection()
           
 OWLConnection OWLConnectionImpl.getConnection()
          Deprecated.  
 

Methods in org.semanticweb.owl.impl.model with parameters of type OWLConnection
static OWLDataFactoryImpl OWLDataFactoryImpl.getInstance(OWLConnection con)
           
 

Uses of OWLConnection in org.semanticweb.owl.io
 

Methods in org.semanticweb.owl.io that return OWLConnection
 OWLConnection Parser.getConnection()
          Get the connection used to create new ontologies.
 

Methods in org.semanticweb.owl.io with parameters of type OWLConnection
 void Parser.setConnection(OWLConnection connection)
          Set the connection used to create new ontologies.
 

Uses of OWLConnection in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax that return OWLConnection
 OWLConnection AbstractOWLParser.getConnection()
          Gets the current OWLConnection.
 

Methods in org.semanticweb.owl.io.abstract_syntax with parameters of type OWLConnection
 void AbstractOWLParser.setConnection(OWLConnection newConnection)
          Set the value of the OWLConnection value.
 

Constructors in org.semanticweb.owl.io.abstract_syntax with parameters of type OWLConnection
AbstractOWLParser(OWLConnection connection)
          Creates a new AbstractOWLParser and sets the builder property to a new OWLBuilder with connection as OWLConnection.
 

Uses of OWLConnection in org.semanticweb.owl.io.owl_rdf
 

Methods in org.semanticweb.owl.io.owl_rdf that return OWLConnection
 OWLConnection OWLRDFParser.getConnection()
           
 

Methods in org.semanticweb.owl.io.owl_rdf with parameters of type OWLConnection
 void OWLRDFParser.setConnection(OWLConnection conn)
          Set the connection used to create new ontologies.
 

Uses of OWLConnection in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLConnection
 OWLConnection OWLObject.getOWLConnection()
          Returns the Connection of this object
 OWLConnection OWLDataFactory.getOWLConnection()
           
 

Uses of OWLConnection in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper that return OWLConnection
 OWLConnection OWLBuilder.getConnection()
          Gets the current OWLConnection.
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLConnection
 void OWLBuilder.setConnection(OWLConnection newConnection)
          Set the value of the OWLConnection value.
 

Constructors in org.semanticweb.owl.model.helper with parameters of type OWLConnection
OWLBuilder(OWLConnection connection)
          Creates a new OWLBuilder instance and sets the connection property.
 

Uses of OWLConnection in org.semanticweb.owl.util
 

Fields in org.semanticweb.owl.util declared as OWLConnection
protected  OWLConnection OntologyReplicator.m_targetOWLConnection
          The target KAON connection.
 

Methods in org.semanticweb.owl.util that return OWLConnection
static OWLConnection OWLManager.getOWLConnection(Map parameters)
          Returns a factory to use for given parameters.
static OWLConnection OWLManager.getOWLConnection()
          Returns a default implementation of connection which is determined at run time by the following methods: 1.
 

Methods in org.semanticweb.owl.util with parameters of type OWLConnection
static OWLOntology OWLManager.resolveLogicalURI(OWLConnection OWLConnection, URI logicalURI)
          Tries to resolve a logical URI for the connection.
static boolean OWLManager.canUseConnectionForParameters(OWLConnection connection, Map parameters)
          Checks if supplied connection can be used for opening a model with given parameters.
 

Constructors in org.semanticweb.owl.util with parameters of type OWLConnection
OntologyReplicator(OWLOntology sourceOWLOntology, Map logicalToPhysicalURIs, OWLConnection targetKAONConnection)
          Creates an instance of this class.
 

Uses of OWLConnection in org.semanticweb.owl.validation
 

Methods in org.semanticweb.owl.validation with parameters of type OWLConnection
 void SpeciesValidator.setConnection(OWLConnection connection)
          Set the connection (e.g. the implementation that the validator will choose to use when constructing ontologies.
 

Uses of OWLConnection in uk.ac.man.cs.img.owl.validation
 

Methods in uk.ac.man.cs.img.owl.validation with parameters of type OWLConnection
 void SpeciesValidator.setConnection(OWLConnection connection)
          Set the connection (e.g. the implementation that the validator will choose to use when constructing ontologies.
 



WonderWeb