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   
org.openrdf.elmo.codegen.builder   
org.openrdf.elmo.codegen.concepts   
org.openrdf.elmo.codegen.support   
 

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.
 

Uses of Class in org.openrdf.elmo.codegen.builder
 

Methods in org.openrdf.elmo.codegen.builder with parameters of type Class
 JavaCodeBuilder JavaCodeBuilder.method(QName qname, Class receives, String body)
           
 

Uses of Class in org.openrdf.elmo.codegen.concepts
 

Subinterfaces of Class in org.openrdf.elmo.codegen.concepts
 interface CodeClass
           
 interface CodeMessageClass
           
 

Methods in org.openrdf.elmo.codegen.concepts that return Class
 Class Method.getElmoDomain()
          A domain of this method.
 Class Method.getElmoRange()
          A message type of this method.
 

Methods in org.openrdf.elmo.codegen.concepts that return types with arguments of type Class
 Set<Class> Method.getElmoImports()
          A Class that maybe referenced locally in this method.
 

Methods in org.openrdf.elmo.codegen.concepts with parameters of type Class
 void Method.setElmoDomain(Class domain)
          A domain of this method.
 void Method.setElmoRange(Class range)
          A message type of this method.
 

Method parameters in org.openrdf.elmo.codegen.concepts with type arguments of type Class
 void Method.setElmoImports(Set<? extends Class> imports)
          A Class that maybe referenced locally in this method.
 

Uses of Class in org.openrdf.elmo.codegen.support
 

Classes in org.openrdf.elmo.codegen.support that implement Class
 class ClassMessageSupport
           
 class ClassPropertySupport
           
 class ConceptSupport
           
 class MessageConceptSupport
           
 



Copyright © 2004-2008 Aduna. All Rights Reserved.