|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java representation of a DAML Instance.
Method Summary | |
PropertyAccessor |
accessProperty(Property property)
Answer a property accessor for a user defined property. |
ExtendedIterator |
getEquivalentValues()
Answer an iterator over all of the DAML instances that are equivalent to this instance, which will be the union of daml:equivalentTo and
daml:sameIndividualAs . |
ExtendedIterator |
getSameInstances()
Return an iterator over all of the instances that are the same as this one, by generating the transitive closure over the daml:samePropertyAs
property. |
PropertyAccessor |
prop_sameIndividualAs()
Property accessor for daml:sameIndividualAs property on a DAML instance. |
Methods inherited from interface com.hp.hpl.jena.ontology.daml.DAMLCommon |
getDAMLModel, getEquivalenceSet, getRDFTypes, getVocabulary, prop_comment, prop_equivalentTo, prop_label, prop_type, setRDFType |
Methods inherited from interface com.hp.hpl.jena.rdf.model.Resource |
abort, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getModel, getNameSpace, getNode, getProperty, getRequiredProperty, getURI, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, isAnon, listProperties, listProperties, removeAll, removeProperties, toString |
Methods inherited from interface com.hp.hpl.jena.rdf.model.RDFNode |
as, canAs, inModel, visitWith |
Methods inherited from interface com.hp.hpl.jena.graph.FrontsNode |
asNode |
Method Detail |
public PropertyAccessor prop_sameIndividualAs()
daml:sameIndividualAs
property on a DAML instance.
public ExtendedIterator getSameInstances()
daml:samePropertyAs
property.
public ExtendedIterator getEquivalentValues()
daml:equivalentTo
and
daml:sameIndividualAs
.
getEquivalentValues
in interface DAMLCommon
public PropertyAccessor accessProperty(Property property)
property
- An RDF or DAML property
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |