Uses of Interface
org.openprovenance.prov.model.WasDerivedFrom
Packages that use WasDerivedFrom
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of WasDerivedFrom in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return WasDerivedFromModifier and TypeMethodDescriptionIndexedDocument.add(WasDerivedFrom wdf) ProvFactory.addAttributes(WasDerivedFrom from, WasDerivedFrom to) BeanTraversal.doAction(WasDerivedFrom deriv) ModelConstructor.newWasDerivedFrom(QualifiedName id, QualifiedName e2, QualifiedName e1, QualifiedName activity, QualifiedName generation, QualifiedName usage, Collection<Attribute> attributes) A factory method to create an instance of a derivationWasDerivedFromProvFactory.newWasDerivedFrom(QualifiedName e2, QualifiedName e1) A factory method to create an instance of a derivationWasDerivedFromProvFactory.newWasDerivedFrom(QualifiedName id, QualifiedName e2, QualifiedName e1) A factory method to create an instance of a derivationWasDerivedFromProvFactory.newWasDerivedFrom(WasDerivedFrom d) Methods in org.openprovenance.prov.model that return types with arguments of type WasDerivedFromModifier and TypeMethodDescriptionIndexedDocument.getWasDerivedFrom()Return all WasDerivedFrom edges for this graph.IndexedDocument.getWasDerivedFromWithCause(Entity a) Return all WasDerivedFrom edges with entity a as a cause.IndexedDocument.getWasDerivedFromWithEffect(Entity a) Return all WasDerivedFrom edges with entity a as an effect.Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasDerivedFrom>> IndexedDocument.traverseDerivations2(Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasDerivedFrom>> last, Set<QualifiedName> seen, Stack<QualifiedName> todo) Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasDerivedFrom>> IndexedDocument.traverseDerivationsWithRelations(QualifiedName from) Methods in org.openprovenance.prov.model with parameters of type WasDerivedFromModifier and TypeMethodDescriptionIndexedDocument.add(WasDerivedFrom wdf) ProvFactory.addAttributes(WasDerivedFrom from, WasDerivedFrom to) BeanTraversal.doAction(WasDerivedFrom deriv) voidIndexedDocument.doAction(WasDerivedFrom s) voidNamespaceGatherer.doAction(WasDerivedFrom der) ProvFactory.Cloner.doAction(WasDerivedFrom s) voidStatementAction.doAction(WasDerivedFrom s) StatementActionValue.doAction(WasDerivedFrom s) ProvFactory.newWasDerivedFrom(WasDerivedFrom d) Method parameters in org.openprovenance.prov.model with type arguments of type WasDerivedFromModifier and TypeMethodDescriptionSet<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasDerivedFrom>> IndexedDocument.traverseDerivations2(Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasDerivedFrom>> last, Set<QualifiedName> seen, Stack<QualifiedName> todo) -
Uses of WasDerivedFrom in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement WasDerivedFromMethods in org.openprovenance.prov.vanilla that return WasDerivedFromModifier and TypeMethodDescriptionModelConstructor.newWasDerivedFrom(QualifiedName id, QualifiedName e2, QualifiedName e1, QualifiedName activity, QualifiedName generation, QualifiedName usage, Collection<Attribute> attributes) A factory method to create an instance of a derivationWasDerivedFromProvFactory.newWasDerivedFrom(QualifiedName e2, QualifiedName e1) A factory method to create an instance of a derivationWasDerivedFromProvFactory.newWasDerivedFrom(QualifiedName id, QualifiedName e2, QualifiedName e1) A factory method to create an instance of a derivationWasDerivedFromProvFactory.newWasDerivedFrom(QualifiedName id, QualifiedName e2, QualifiedName e1, QualifiedName a, QualifiedName gen, QualifiedName use, Collection<Attribute> attributes)