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

Packages that use Thing
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 Thing in org.openrdf.concepts.owl
 

Subinterfaces of Thing in org.openrdf.concepts.owl
 interface AllDifferent
           
 interface AnnotationProperty
           
 interface Class
           
 interface DataRange
           
 interface DatatypeProperty
           
 interface DeprecatedProperty
           
 interface FunctionalProperty
           
 interface InverseFunctionalProperty
           
 interface Nothing
           
 interface ObjectProperty
           
 interface Ontology
           
 interface OntologyProperty
           
 interface OwlProperty
           
 interface Restriction
           
 interface SymmetricProperty
           
 interface TransitiveProperty
           
 

Methods in org.openrdf.concepts.owl that return types with arguments of type Thing
 Set<Thing> Thing.getOwlDifferentFrom()
          http://www.w3.org/2002/07/owl#differentFrom
 List<Thing> AllDifferent.getOwlDistinctMembers()
          http://www.w3.org/2002/07/owl#distinctMembers
 Set<Thing> Thing.getOwlSameAs()
          http://www.w3.org/2002/07/owl#sameAs
 

Method parameters in org.openrdf.concepts.owl with type arguments of type Thing
 void Thing.setOwlDifferentFrom(Set<? extends Thing> value)
          http://www.w3.org/2002/07/owl#differentFrom
 void AllDifferent.setOwlDistinctMembers(List<? extends Thing> value)
          http://www.w3.org/2002/07/owl#distinctMembers
 void Thing.setOwlSameAs(Set<? extends Thing> value)
          http://www.w3.org/2002/07/owl#sameAs
 



Copyright © 2004-2008 Aduna. All Rights Reserved.