|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectProperty | |
---|---|
com.hp.hpl.jena.ontology | Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. |
Uses of ObjectProperty in com.hp.hpl.jena.ontology |
---|
Subinterfaces of ObjectProperty in com.hp.hpl.jena.ontology | |
---|---|
interface |
InverseFunctionalProperty
Interface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value in the domain (effectively, a key). |
interface |
SymmetricProperty
Interface that encapsulates a property that is symmetric, i.e. one in which if p(x, y) holds, thenp(y, x)
must also hold. |
interface |
TransitiveProperty
Interface that denotes a property that is transitive i.e. one in which if x p y holds,
and y p z
holds, then x p z must also hold. |
Methods in com.hp.hpl.jena.ontology that return ObjectProperty | |
---|---|
ObjectProperty |
OntResource.asObjectProperty()
Answer a view of this resource as an object property |
ObjectProperty |
OntProperty.asObjectProperty()
Answer a view of this property as an object property |
ObjectProperty |
OntProperty.convertToObjectProperty()
Answer a facet of this property as an object property, adding additional information to the model if necessary. |
ObjectProperty |
OntModel.createObjectProperty(java.lang.String uri)
Answer a resource representing an object property in this model, and that is not a functional property. |
ObjectProperty |
OntModel.createObjectProperty(java.lang.String uri,
boolean functional)
Answer a resource that represents an object property in this model. |
ObjectProperty |
OntModel.getObjectProperty(java.lang.String uri)
Answer a resource representing an object property in this model. |
Methods in com.hp.hpl.jena.ontology that return types with arguments of type ObjectProperty | |
---|---|
com.hp.hpl.jena.util.iterator.ExtendedIterator<ObjectProperty> |
OntModel.listObjectProperties()
Answer an iterator that ranges over the object property resources in this model, i.e. the resources with rdf:type ObjectProperty or equivalent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |