public interface WasInformedBy extends Identifiable, HasLabel, HasType, HasOther, Influence
Interface for the PROV Communication association.
PROV-DM Definition for Communication: Communication is the exchange of some unspecified entity by two activities, one activity using some entity generated by the other.
Relevant Factory Methods:
ProvFactory.newWasInformedBy(QualifiedName, QualifiedName, QualifiedName)
ProvFactory.newWasInformedBy(QualifiedName, QualifiedName, QualifiedName, java.util.Collection)
ObjectFactory.createWasInformedBy()
Schema Definition:
The following schema fragment specifies the expected content contained within this class.
<complexType name="Communication">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="informed" type="{http://www.w3.org/ns/prov#}IDRef"/>
<element name="informant" type="{http://www.w3.org/ns/prov#}IDRef"/>
<element ref="{http://www.w3.org/ns/prov#}label" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/prov#}type" maxOccurs="unbounded" minOccurs="0"/>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/ns/prov#}id"/>
</restriction>
</complexContent>
</complexType>
StatementOrBundle.Kind| Modifier and Type | Method and Description |
|---|---|
QualifiedName |
getInformant() |
QualifiedName |
getInformed() |
void |
setInformant(QualifiedName pid2) |
void |
setInformed(QualifiedName pid1) |
getId, setIdgetKindvoid setInformed(QualifiedName pid1)
void setInformant(QualifiedName pid2)
QualifiedName getInformed()
QualifiedName getInformant()
Copyright © 2015. All rights reserved.