Uses of Interface
org.openrdf.concepts.rdfs.Class

Packages that use Class
org.openrdf.concepts.foaf   
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. 
org.openrdf.concepts.rdf   
org.openrdf.concepts.rdfs   
 

Uses of Class in org.openrdf.concepts.foaf
 

Methods in org.openrdf.concepts.foaf that return types with arguments of type Class
 Set<Class> Group.getFoafMembershipClasses()
          Indicates the class of individuals that are a member of a Group
 

Method parameters in org.openrdf.concepts.foaf with type arguments of type Class
 void Group.setFoafMembershipClasses(Set<? extends Class> value)
          Indicates the class of individuals that are a member of a Group
 

Uses of Class in org.openrdf.concepts.owl
 

Subinterfaces of Class in org.openrdf.concepts.owl
 interface Class
           
 interface DataRange
           
 interface DeprecatedClass
           
 interface Restriction
           
 

Methods in org.openrdf.concepts.owl that return Class
 Class Restriction.getOwlAllValuesFrom()
          http://www.w3.org/2002/07/owl#allValuesFrom
 Class Restriction.getOwlSomeValuesFrom()
          http://www.w3.org/2002/07/owl#someValuesFrom
 

Methods in org.openrdf.concepts.owl with parameters of type Class
 void Restriction.setOwlAllValuesFrom(Class value)
          http://www.w3.org/2002/07/owl#allValuesFrom
 void Restriction.setOwlSomeValuesFrom(Class value)
          http://www.w3.org/2002/07/owl#someValuesFrom
 

Uses of Class in org.openrdf.concepts.rdf
 

Methods in org.openrdf.concepts.rdf that return types with arguments of type Class
 Set<Class> Property.getRdfsDomains()
          A domain of the subject property.
 Set<Class> Property.getRdfsRanges()
          A range of the subject property.
 

Method parameters in org.openrdf.concepts.rdf with type arguments of type Class
 void Property.setRdfsDomains(Set<? extends Class> value)
          A domain of the subject property.
 void Property.setRdfsRanges(Set<? extends Class> value)
          A range of the subject property.
 

Uses of Class in org.openrdf.concepts.rdfs
 

Subinterfaces of Class in org.openrdf.concepts.rdfs
 interface Datatype
          The class of RDF datatypes.
 

Methods in org.openrdf.concepts.rdfs that return types with arguments of type Class
 Set<Class> Class.getRdfsSubClassOf()
          The subject is a subclass of a class.
 Set<Class> Resource.getRdfTypes()
          The subject is an instance of a class.
 

Method parameters in org.openrdf.concepts.rdfs with type arguments of type Class
 void Class.setRdfsSubClassOf(Set<? extends Class> value)
          The subject is a subclass of a class.
 void Resource.setRdfTypes(Set<? extends Class> value)
          The subject is an instance of a class.
 



Copyright © 2004-2008 Aduna. All Rights Reserved.