Uses of Interface
org.openprovenance.prov.model.Used
Packages that use Used
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of Used in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return UsedModifier and TypeMethodDescriptionProvFactory.addAttributes(Used from, Used to) ModelConstructor.newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity, XMLGregorianCalendar time, Collection<Attribute> attributes) A factory method to create an instance of a UsageUsedProvFactory.newUsed(QualifiedName id) A factory method to create an instance of a usageUsedProvFactory.newUsed(QualifiedName activity, QualifiedName entity) A factory method to create an instance of a usageUsedProvFactory.newUsed(QualifiedName id, QualifiedName activity, String role, QualifiedName entity) ProvFactory.newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity) A factory method to create an instance of a usageUsedProvFactory.newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity, XMLGregorianCalendar time) A factory method to create an instance of a usageUsedfrom anotherMethods in org.openprovenance.prov.model that return types with arguments of type UsedModifier and TypeMethodDescriptionIndexedDocument.getUsed()Return all used edges for this graph.Return all used edges with activity p as an effect.Return all used edges with entity a as a cause.Methods in org.openprovenance.prov.model with parameters of type UsedModifier and TypeMethodDescriptionProvFactory.addAttributes(Used from, Used to) voidvoidvoidA factory method to create an instance of a usageUsedfrom another -
Uses of Used in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement UsedMethods in org.openprovenance.prov.vanilla that return UsedModifier and TypeMethodDescriptionModelConstructor.newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity, XMLGregorianCalendar time, Collection<Attribute> attributes) A factory method to create an instance of a UsageUsedProvFactory.newUsed(QualifiedName id) A factory method to create an instance of a usageUsedProvFactory.newUsed(QualifiedName activity, QualifiedName entity) A factory method to create an instance of a usageUsedProvFactory.newUsed(QualifiedName id, QualifiedName activity, String role, QualifiedName entity) ProvFactory.newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity) A factory method to create an instance of a usageUsedProvFactory.newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity, XMLGregorianCalendar time) ProvFactory.newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity, XMLGregorianCalendar time, Collection<Attribute> attributes)