org.openrdf.concepts.owl
Interface Ontology

All Superinterfaces:
Entity, Resource, Thing

public interface Ontology
extends Thing


Method Summary
 Set<Ontology> getOwlBackwardCompatibleWith()
          http://www.w3.org/2002/07/owl#backwardCompatibleWith
 Set<Ontology> getOwlImports()
          http://www.w3.org/2002/07/owl#imports
 Set<Ontology> getOwlIncompatibleWith()
          http://www.w3.org/2002/07/owl#incompatibleWith
 Set<Ontology> getOwlPriorVersion()
          http://www.w3.org/2002/07/owl#priorVersion
 void setOwlBackwardCompatibleWith(Set<? extends Ontology> value)
          http://www.w3.org/2002/07/owl#backwardCompatibleWith
 void setOwlImports(Set<? extends Ontology> value)
          http://www.w3.org/2002/07/owl#imports
 void setOwlIncompatibleWith(Set<? extends Ontology> value)
          http://www.w3.org/2002/07/owl#incompatibleWith
 void setOwlPriorVersion(Set<? extends Ontology> value)
          http://www.w3.org/2002/07/owl#priorVersion
 
Methods inherited from interface org.openrdf.concepts.owl.Thing
getOwlDifferentFrom, getOwlSameAs, getOwlVersionInfo, setOwlDifferentFrom, setOwlSameAs, setOwlVersionInfo
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getOwlBackwardCompatibleWith

Set<Ontology> getOwlBackwardCompatibleWith()
http://www.w3.org/2002/07/owl#backwardCompatibleWith


setOwlBackwardCompatibleWith

void setOwlBackwardCompatibleWith(Set<? extends Ontology> value)
http://www.w3.org/2002/07/owl#backwardCompatibleWith


getOwlImports

Set<Ontology> getOwlImports()
http://www.w3.org/2002/07/owl#imports


setOwlImports

void setOwlImports(Set<? extends Ontology> value)
http://www.w3.org/2002/07/owl#imports


getOwlIncompatibleWith

Set<Ontology> getOwlIncompatibleWith()
http://www.w3.org/2002/07/owl#incompatibleWith


setOwlIncompatibleWith

void setOwlIncompatibleWith(Set<? extends Ontology> value)
http://www.w3.org/2002/07/owl#incompatibleWith


getOwlPriorVersion

Set<Ontology> getOwlPriorVersion()
http://www.w3.org/2002/07/owl#priorVersion


setOwlPriorVersion

void setOwlPriorVersion(Set<? extends Ontology> value)
http://www.w3.org/2002/07/owl#priorVersion



Copyright © 2004-2008 Aduna. All Rights Reserved.