Uses of Interface
org.openprovenance.prov.model.WasInfluencedBy
-
Packages that use WasInfluencedBy Package Description org.openprovenance.prov.model Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.org.openprovenance.prov.vanilla -
-
Uses of WasInfluencedBy in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model with parameters of type WasInfluencedBy Modifier and Type Method Description WasInfluencedByIndexedDocument. add(WasInfluencedBy winf)WasInfluencedByProvFactory. addAttributes(WasInfluencedBy from, WasInfluencedBy to)WasInfluencedByBeanTraversal. doAction(WasInfluencedBy infl)voidIndexedDocument. doAction(WasInfluencedBy s)voidNamespaceGatherer. doAction(WasInfluencedBy inf)ObjectProvFactory.Cloner. doAction(WasInfluencedBy s)voidStatementAction. doAction(WasInfluencedBy s)ObjectStatementActionValue. doAction(WasInfluencedBy s)WasInfluencedByProvFactory. newWasInfluencedBy(WasInfluencedBy in) -
Uses of WasInfluencedBy in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement WasInfluencedBy Modifier and Type Class Description classWasInfluencedByMethods in org.openprovenance.prov.vanilla that return WasInfluencedBy Modifier and Type Method Description WasInfluencedByModelConstructor. newWasInfluencedBy(QualifiedName id, QualifiedName influencee, QualifiedName influencer, Collection<Attribute> attributes)A factory method to create an instance of an influenceWasInfluencedByWasInfluencedByProvFactory. newWasInfluencedBy(QualifiedName id, QualifiedName influencee, QualifiedName influencer)A factory method to create an instance of an influenceWasInfluencedByWasInfluencedByProvFactory. newWasInfluencedBy(QualifiedName id, QualifiedName influencee, QualifiedName influencer, Collection<Attribute> attributes)
-