Uses of Interface
org.openprovenance.prov.model.DerivedByInsertionFrom
Packages that use DerivedByInsertionFrom
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of DerivedByInsertionFrom in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return DerivedByInsertionFromModifier and TypeMethodDescriptionModelConstructor.newDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes) Methods in org.openprovenance.prov.model with parameters of type DerivedByInsertionFromModifier and TypeMethodDescriptionBeanTraversal.doAction(DerivedByInsertionFrom o) voidIndexedDocument.doAction(DerivedByInsertionFrom s) voidNamespaceGatherer.doAction(DerivedByInsertionFrom i) ProvFactory.Cloner.doAction(DerivedByInsertionFrom s) voidStatementAction.doAction(DerivedByInsertionFrom s) StatementActionValue.doAction(DerivedByInsertionFrom s) -
Uses of DerivedByInsertionFrom in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement DerivedByInsertionFromMethods in org.openprovenance.prov.vanilla that return DerivedByInsertionFromModifier and TypeMethodDescriptionProvFactory.newDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes)