Uses of Interface
org.openprovenance.prov.model.WasAttributedTo
Packages that use WasAttributedTo
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of WasAttributedTo in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return WasAttributedToModifier and TypeMethodDescriptionIndexedDocument.add(WasAttributedTo wat) ProvFactory.addAttributes(WasAttributedTo from, WasAttributedTo to) BeanTraversal.doAction(WasAttributedTo att) ModelConstructor.newWasAttributedTo(QualifiedName id, QualifiedName entity, QualifiedName agent, Collection<Attribute> attributes) A factory method to create an instance of an attributionWasAttributedToProvFactory.newWasAttributedTo(QualifiedName id, QualifiedName entity, QualifiedName agent) A factory method to create an instance of an attributionWasAttributedToProvFactory.newWasAttributedTo(WasAttributedTo u) Methods in org.openprovenance.prov.model that return types with arguments of type WasAttributedToModifier and TypeMethodDescriptionSet<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasAttributedTo>> IndexedDocument.traverseAttributions2(Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasAttributedTo>> last, Set<QualifiedName> seen, Stack<QualifiedName> todo) Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasAttributedTo>> IndexedDocument.traverseAttributionsWithRelations(QualifiedName from) Methods in org.openprovenance.prov.model with parameters of type WasAttributedToModifier and TypeMethodDescriptionIndexedDocument.add(WasAttributedTo wat) ProvFactory.addAttributes(WasAttributedTo from, WasAttributedTo to) BeanTraversal.doAction(WasAttributedTo att) voidIndexedDocument.doAction(WasAttributedTo s) voidNamespaceGatherer.doAction(WasAttributedTo attr) ProvFactory.Cloner.doAction(WasAttributedTo s) voidStatementAction.doAction(WasAttributedTo s) StatementActionValue.doAction(WasAttributedTo s) ProvFactory.newWasAttributedTo(WasAttributedTo u) Method parameters in org.openprovenance.prov.model with type arguments of type WasAttributedToModifier and TypeMethodDescriptionSet<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasAttributedTo>> IndexedDocument.traverseAttributions2(Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasAttributedTo>> last, Set<QualifiedName> seen, Stack<QualifiedName> todo) -
Uses of WasAttributedTo in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement WasAttributedToMethods in org.openprovenance.prov.vanilla that return WasAttributedToModifier and TypeMethodDescriptionModelConstructor.newWasAttributedTo(QualifiedName id, QualifiedName entity, QualifiedName agent, Collection<Attribute> attributes) A factory method to create an instance of an attributionWasAttributedToProvFactory.newWasAttributedTo(QualifiedName entity, QualifiedName agent) ProvFactory.newWasAttributedTo(QualifiedName id, QualifiedName entity, QualifiedName agent) A factory method to create an instance of an attributionWasAttributedToProvFactory.newWasAttributedTo(QualifiedName id, QualifiedName entity, QualifiedName agent, Collection<Attribute> attributes)