Uses of Interface
com.hp.hpl.jena.ontology.daml.PropertyAccessor

Packages that use PropertyAccessor
com.hp.hpl.jena.ontology.daml A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. 
 

Uses of PropertyAccessor in com.hp.hpl.jena.ontology.daml
 

Subinterfaces of PropertyAccessor in com.hp.hpl.jena.ontology.daml
 interface IntLiteralAccessor
          Encapsulates the standard methods of modifying a property on a DAML object, where the value of the property is an RDF literal (as opposed to another DAML value, see PropertyAccessor, and the literal is known to encapsulate an integer value.
 interface LiteralAccessor
          Encapsulates the standard methods of modifying a property on a DAML object, where the value of the property is an RDF literal (as opposed to another DAML value, see PropertyAccessor.
 

Methods in com.hp.hpl.jena.ontology.daml that return PropertyAccessor
 PropertyAccessor DAMLInstance.accessProperty(Property property)
          Answer a property accessor for a user defined property.
 PropertyAccessor DAMLClass.prop_complementOf()
          Property accessor for the property daml:compelementOf, which denotes the class whose members are the individuals not in the given class.
 PropertyAccessor DAMLClass.prop_disjointUnionOf()
          Property accessor for the daml:disjointUnionOf property of a class.
 PropertyAccessor DAMLClass.prop_disjointWith()
          Property accessor for the daml:disjointWith property of a class.
 PropertyAccessor DAMLProperty.prop_domain()
          Property accessor for the domain of a property.
 PropertyAccessor DAMLCommon.prop_equivalentTo()
          Property accessor for the equivalentTo property.
 PropertyAccessor DAMLRestriction.prop_hasClass()
          Property accessor for the hasClass property of a restriction.
 PropertyAccessor DAMLRestriction.prop_hasClassQ()
          Property accessor for the hasClassQ property of a restriction.
 PropertyAccessor DAMLRestriction.prop_hasValue()
          Property accessor for the hasValue property of a restriction.
 PropertyAccessor DAMLClass.prop_intersectionOf()
          Property accessor for the property daml:intersectionOf, which denotes an intersection (conjunction) of a list of classes.
 PropertyAccessor DAMLObjectProperty.prop_inverseOf()
          Property accessor for the inverseOf property of a DAML Property.
 PropertyAccessor DAMLClass.prop_oneOf()
          Property accessor for the daml:oneOf property, which defines a class expression denoting that the class is exactly one of the given list of classes.
 PropertyAccessor DAMLRestriction.prop_onProperty()
          Property accessor for the onProperty property of a restriction.
 PropertyAccessor DAMLProperty.prop_range()
          Property accessor for the range of a property.
 PropertyAccessor DAMLClass.prop_sameClassAs()
          Property accessor for the daml:sameClassAs property of a DAML class.
 PropertyAccessor DAMLInstance.prop_sameIndividualAs()
          Property accessor for daml:sameIndividualAs property on a DAML instance.
 PropertyAccessor DAMLProperty.prop_samePropertyAs()
          Property accessor for the samePropertyAs property of a DAML Property.
 PropertyAccessor DAMLClass.prop_subClassOf()
          Property accessor for the daml:subClassOf property of a class.
 PropertyAccessor DAMLProperty.prop_subPropertyOf()
          Property accessor for the subPropertyOf property of a property.
 PropertyAccessor DAMLRestriction.prop_toClass()
          Property accessor for the toClass property of a restriction.
 PropertyAccessor DAMLCommon.prop_type()
          Property accessor for the rdf:type property of a DAML value.
 PropertyAccessor DAMLClass.prop_unionOf()
          Property accessor for the property daml:unionOf, which denotes a class expression consisting of the union (disjunction) of a list of classes.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP