Uses of Interface
org.openprovenance.prov.model.WasGeneratedBy
Packages that use WasGeneratedBy
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of WasGeneratedBy in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return WasGeneratedByModifier and TypeMethodDescriptionIndexedDocument.add(WasGeneratedBy wgb) ProvFactory.addAttributes(WasGeneratedBy from, WasGeneratedBy to) BeanTraversal.doAction(WasGeneratedBy gen) ModelConstructor.newWasGeneratedBy(QualifiedName id, QualifiedName entity, QualifiedName activity, XMLGregorianCalendar time, Collection<Attribute> attributes) A factory method to create an instance of a generationWasGeneratedByProvFactory.newWasGeneratedBy(Entity a, String role, Activity p) ProvFactory.newWasGeneratedBy(QualifiedName id) ProvFactory.newWasGeneratedBy(QualifiedName id, Entity a, String role, Activity p) ProvFactory.newWasGeneratedBy(QualifiedName id, QualifiedName entity, String role, QualifiedName activity) ProvFactory.newWasGeneratedBy(QualifiedName id, QualifiedName entity, QualifiedName activity) A factory method to create an instance of a generationWasGeneratedByProvFactory.newWasGeneratedBy(WasGeneratedBy wgb) Methods in org.openprovenance.prov.model that return types with arguments of type WasGeneratedByModifier and TypeMethodDescriptionIndexedDocument.getWasGeneratedBy()Return all WasGeneratedBy edges for this graph.IndexedDocument.getWasGeneratedBy(Activity p) Return all WasGeneratedBy edges with activity p as an effect.IndexedDocument.getWasGeneratedBy(Entity p) Return all WasGeneratedBy edges with entity a as a cause.Methods in org.openprovenance.prov.model with parameters of type WasGeneratedByModifier and TypeMethodDescriptionIndexedDocument.add(WasGeneratedBy wgb) ProvFactory.addAttributes(WasGeneratedBy from, WasGeneratedBy to) BeanTraversal.doAction(WasGeneratedBy gen) voidIndexedDocument.doAction(WasGeneratedBy s) voidNamespaceGatherer.doAction(WasGeneratedBy gen) ProvFactory.Cloner.doAction(WasGeneratedBy s) voidStatementAction.doAction(WasGeneratedBy s) StatementActionValue.doAction(WasGeneratedBy s) ProvFactory.newWasGeneratedBy(WasGeneratedBy wgb) -
Uses of WasGeneratedBy in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement WasGeneratedByMethods in org.openprovenance.prov.vanilla that return WasGeneratedByModifier and TypeMethodDescriptionModelConstructor.newWasGeneratedBy(QualifiedName id, QualifiedName entity, QualifiedName activity, XMLGregorianCalendar time, Collection<Attribute> attributes) A factory method to create an instance of a generationWasGeneratedByProvFactory.newWasGeneratedBy(QualifiedName id, QualifiedName entity, String role, QualifiedName activity) ProvFactory.newWasGeneratedBy(QualifiedName id, QualifiedName entity, QualifiedName activity, XMLGregorianCalendar time, Collection<Attribute> attributes)