Uses of Interface
org.openprovenance.prov.model.WasAttributedTo
-
Packages that use WasAttributedTo 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 WasAttributedTo in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return WasAttributedTo Modifier and Type Method Description WasAttributedToIndexedDocument. add(WasAttributedTo wat)WasAttributedToProvFactory. addAttributes(WasAttributedTo from, WasAttributedTo to)WasAttributedToObjectFactory. createWasAttributedTo()WasAttributedToBeanTraversal. doAction(WasAttributedTo att)WasAttributedToModelConstructor. newWasAttributedTo(QualifiedName id, QualifiedName entity, QualifiedName agent, Collection<Attribute> attributes)A factory method to create an instance of an attributionWasAttributedToWasAttributedToProvFactory. newWasAttributedTo(QualifiedName id, QualifiedName entity, QualifiedName agent)A factory method to create an instance of an attributionWasAttributedToWasAttributedToProvFactory. newWasAttributedTo(QualifiedName id, QualifiedName entity, QualifiedName agent, Collection<Attribute> attributes)WasAttributedToProvFactory. newWasAttributedTo(WasAttributedTo u)Methods in org.openprovenance.prov.model with parameters of type WasAttributedTo Modifier and Type Method Description WasAttributedToIndexedDocument. add(WasAttributedTo wat)WasAttributedToProvFactory. addAttributes(WasAttributedTo from, WasAttributedTo to)WasAttributedToBeanTraversal. doAction(WasAttributedTo att)voidIndexedDocument. doAction(WasAttributedTo s)voidNamespaceGatherer. doAction(WasAttributedTo attr)ObjectProvFactory.Cloner. doAction(WasAttributedTo s)voidStatementAction. doAction(WasAttributedTo s)ObjectStatementActionValue. doAction(WasAttributedTo s)WasAttributedToProvFactory. newWasAttributedTo(WasAttributedTo u) -
Uses of WasAttributedTo in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement WasAttributedTo Modifier and Type Class Description classWasAttributedToMethods in org.openprovenance.prov.vanilla that return WasAttributedTo Modifier and Type Method Description WasAttributedToModelConstructor. newWasAttributedTo(QualifiedName id, QualifiedName entity, QualifiedName agent, Collection<Attribute> attributes)A factory method to create an instance of an attributionWasAttributedToWasAttributedToProvFactory. newWasAttributedTo(QualifiedName entity, QualifiedName agent)WasAttributedToProvFactory. newWasAttributedTo(QualifiedName id, QualifiedName entity, QualifiedName agent)A factory method to create an instance of an attributionWasAttributedToWasAttributedToProvFactory. newWasAttributedTo(QualifiedName id, QualifiedName entity, QualifiedName agent, Collection<Attribute> attributes)
-