Uses of Interface
org.openprovenance.prov.model.DerivedByInsertionFrom
-
Packages that use DerivedByInsertionFrom 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 DerivedByInsertionFrom in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return DerivedByInsertionFrom Modifier and Type Method Description DerivedByInsertionFromObjectFactory. createDerivedByInsertionFrom()DerivedByInsertionFromModelConstructor. newDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes)DerivedByInsertionFromProvFactory. newDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes)Methods in org.openprovenance.prov.model with parameters of type DerivedByInsertionFrom Modifier and Type Method Description RelationBeanTraversal. doAction(DerivedByInsertionFrom o)voidIndexedDocument. doAction(DerivedByInsertionFrom s)voidNamespaceGatherer. doAction(DerivedByInsertionFrom i)ObjectProvFactory.Cloner. doAction(DerivedByInsertionFrom s)voidStatementAction. doAction(DerivedByInsertionFrom s)ObjectStatementActionValue. doAction(DerivedByInsertionFrom s) -
Uses of DerivedByInsertionFrom in org.openprovenance.prov.vanilla
Methods in org.openprovenance.prov.vanilla that return DerivedByInsertionFrom Modifier and Type Method Description DerivedByInsertionFromModelConstructor. newDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes)
-