- All Known Implementing Classes:
Entry
public interface Entry
Interface for Key-Entity entry in a PROV Dictionary.
Key-entity pairs are used to identify the members of a dictionary.
Relevant Factory Methods:
Schema Definition:
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyEntityPair">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/ns/prov#}TypedValue"/>
<element name="entity" type="{http://www.w3.org/ns/prov#}IDRef"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- Author:
- lavm
- See Also:
-
Method Summary
-
Method Details
-
setKey
-
setEntity
-
getKey
Key getKey() -
getEntity
QualifiedName getEntity()
-