|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DAMLInstance
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, hasURI, 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 |
---|
PropertyAccessor prop_sameIndividualAs()
daml:sameIndividualAs
property on a DAML instance.
ExtendedIterator getSameInstances()
daml:samePropertyAs
property.
ExtendedIterator getEquivalentValues()
daml:equivalentTo
and
daml:sameIndividualAs
.
getEquivalentValues
in interface DAMLCommon
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 |