Uses of Interface
org.openrdf.concepts.owl.Ontology

Packages that use Ontology
org.openrdf.concepts.owl This file specifies in RDF Schema format the built-in classes and properties that together form the basis of the RDF/XML syntax of OWL Full, OWL DL and OWL Lite. 
 

Uses of Ontology in org.openrdf.concepts.owl
 

Methods in org.openrdf.concepts.owl that return types with arguments of type Ontology
 Set<Ontology> Ontology.getOwlBackwardCompatibleWith()
          http://www.w3.org/2002/07/owl#backwardCompatibleWith
 Set<Ontology> Ontology.getOwlImports()
          http://www.w3.org/2002/07/owl#imports
 Set<Ontology> Ontology.getOwlIncompatibleWith()
          http://www.w3.org/2002/07/owl#incompatibleWith
 Set<Ontology> Ontology.getOwlPriorVersion()
          http://www.w3.org/2002/07/owl#priorVersion
 

Method parameters in org.openrdf.concepts.owl with type arguments of type Ontology
 void Ontology.setOwlBackwardCompatibleWith(Set<? extends Ontology> value)
          http://www.w3.org/2002/07/owl#backwardCompatibleWith
 void Ontology.setOwlImports(Set<? extends Ontology> value)
          http://www.w3.org/2002/07/owl#imports
 void Ontology.setOwlIncompatibleWith(Set<? extends Ontology> value)
          http://www.w3.org/2002/07/owl#incompatibleWith
 void Ontology.setOwlPriorVersion(Set<? extends Ontology> value)
          http://www.w3.org/2002/07/owl#priorVersion
 



Copyright © 2004-2008 Aduna. All Rights Reserved.