- All Superinterfaces:
HasLabel,HasOther,HasType,Identifiable,Influence,QualifiedRelation,Relation,Statement,StatementOrBundle
- All Known Implementing Classes:
WasInfluencedBy
Interface for the PROV Influence association.
PROV-DM Definition for Influence: Influence is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation.
Relevant Factory Methods:
-
ProvFactory.newWasInfluencedBy(QualifiedName, QualifiedName, QualifiedName) -
ModelConstructor.newWasInfluencedBy(QualifiedName, QualifiedName, QualifiedName, java.util.Collection)
Schema Definition:
The following schema fragment specifies the expected content contained within this class.
<complexType name="Influence">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="influencee" type="{http://www.w3.org/ns/prov#}IDRef"/>
<element name="influencer" 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>
- Author:
- lavm
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openprovenance.prov.model.StatementOrBundle
StatementOrBundle.Kind -
Method Summary
Modifier and TypeMethodDescriptionvoidsetInfluencee(QualifiedName influencee) voidsetInfluencer(QualifiedName influencer) Methods inherited from interface org.openprovenance.prov.model.Identifiable
getId, setIdMethods inherited from interface org.openprovenance.prov.model.StatementOrBundle
getKind
-
Method Details
-
setInfluencee
-
setInfluencer
-
getInfluencee
QualifiedName getInfluencee() -
getInfluencer
QualifiedName getInfluencer()
-