Uses of Interface
org.openprovenance.prov.model.WasGeneratedBy
-
Packages that use WasGeneratedBy 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 WasGeneratedBy in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return types with arguments of type WasGeneratedBy Modifier and Type Method Description Collection<WasGeneratedBy>IndexedDocument. getWasGeneratedBy()Return all WasGeneratedBy edges for this graph.Collection<WasGeneratedBy>IndexedDocument. getWasGeneratedBy(Activity p)Return all WasGeneratedBy edges with activity p as an effect.Collection<WasGeneratedBy>IndexedDocument. getWasGeneratedBy(Entity p)Return all WasGeneratedBy edges with entity a as a cause.Methods in org.openprovenance.prov.model with parameters of type WasGeneratedBy Modifier and Type Method Description WasGeneratedByIndexedDocument. add(WasGeneratedBy wgb)WasGeneratedByProvFactory. addAttributes(WasGeneratedBy from, WasGeneratedBy to)WasGeneratedByBeanTraversal. doAction(WasGeneratedBy gen)voidIndexedDocument. doAction(WasGeneratedBy s)voidNamespaceGatherer. doAction(WasGeneratedBy gen)ObjectProvFactory.Cloner. doAction(WasGeneratedBy s)voidStatementAction. doAction(WasGeneratedBy s)ObjectStatementActionValue. doAction(WasGeneratedBy s)WasGeneratedByProvFactory. newWasGeneratedBy(WasGeneratedBy g) -
Uses of WasGeneratedBy in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement WasGeneratedBy Modifier and Type Class Description classWasGeneratedByMethods in org.openprovenance.prov.vanilla that return WasGeneratedBy Modifier and Type Method Description WasGeneratedByModelConstructor. newWasGeneratedBy(QualifiedName id, QualifiedName entity, QualifiedName activity, XMLGregorianCalendar time, Collection<Attribute> attributes)A factory method to create an instance of a generationWasGeneratedByWasGeneratedByProvFactory. newWasGeneratedBy(QualifiedName id, QualifiedName eid, String role, QualifiedName aid)
-