Uses of Interface
com.hp.hpl.jena.ontology.OntClass

Packages that use OntClass
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF.  
 

Uses of OntClass in com.hp.hpl.jena.ontology
 

Subinterfaces of OntClass in com.hp.hpl.jena.ontology
 interface AllValuesFromRestriction
           A property restriction that requires the named property to have have any range instances to be members of a given class.
 interface BooleanClassDescription
           Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).
 interface CardinalityRestriction
           A property restriction that requires the named property to have have exactly the given number of values for a given instance to be a member of the class defined by the restriction.
 interface ComplementClass
           Class description that is formed from the complement of another class description
 interface EnumeratedClass
           Encapsulates a class description representing a closed enumeration of individuals.
 interface HasValueRestriction
           A property restriction that requires the named property to have a given individual as its value.
 interface IntersectionClass
           Encapsulates a class description that is the intersection of a list of class expressions.
 interface MaxCardinalityRestriction
           A property restriction that requires the named property to have have at most the given number of values for a given instance to be a member of the class defined by the restriction.
 interface MinCardinalityRestriction
           A property restriction that requires the named property to have have at least the given number of values for a given instance to be a member of the class defined by the restriction.
 interface Restriction
           Interface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities.
 interface SomeValuesFromRestriction
           A property restriction that requires the named property to have at least one range instance belonging to the given class.
 interface UnionClass
           Class description that is formed from the union of a list of a class descriptions.
 

Methods in com.hp.hpl.jena.ontology that return OntClass
 OntClass SomeValuesFromRestriction.getSomeValuesFrom()
          Answer the class that at least one value of the restricted property must belong to.
 OntClass OntResource.asClass()
          Answer a view of this resource as a class
 OntClass OntModel.getOntClass(java.lang.String uri)
           Answer a resource that represents a class description node in this model.
 OntClass OntModel.createClass()
           Answer a resource that represents an anonymous class description in this model.
 OntClass OntModel.createClass(java.lang.String uri)
           Answer a resource that represents a class description node in this model.
 OntClass OntClass.getSuperClass()
          Answer a class that is the super-class of this class.
 OntClass OntClass.getSubClass()
          Answer a class that is the sub-class of this class.
 OntClass OntClass.getEquivalentClass()
          Answer a class that is equivalent to this class.
 OntClass OntClass.getDisjointWith()
          Answer a class with which this class is disjoint.
 OntClass ComplementClass.getOperand()
          Answer the class that the class described by this class description is a complement of.
 OntClass AllValuesFromRestriction.getAllValuesFrom()
          Answer the class that all values of the restricted property must belong to.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.