Uses of Interface
org.openprovenance.prov.model.Bundle
Packages that use Bundle
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of Bundle in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return BundleModifier and TypeMethodDescriptionBeanTraversal.doAction(Bundle b, ProvUtilities u) ModelConstructor.newNamedBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements) A factory method to create an instance of a BundleBundleProvFactory.newNamedBundle(QualifiedName id, Collection<Activity> ps, Collection<Entity> as, Collection<Agent> ags, Collection<Statement> lks) ProvFactory.newNamedBundle(QualifiedName id, Collection<Statement> statements) abstract BundleProvFactory.newNamedBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements) Methods in org.openprovenance.prov.model that return types with arguments of type BundleMethods in org.openprovenance.prov.model with parameters of type BundleModifier and TypeMethodDescriptionBeanTraversal.doAction(Bundle b, ProvUtilities u) voidIndexedDocument.doAction(Bundle bun, ProvUtilities provUtilities) voidNamespaceGatherer.doAction(Bundle bu, ProvUtilities u) ProvFactory.Cloner.doAction(Bundle s, ProvUtilities provUtilities) voidStatementAction.doAction(Bundle s, ProvUtilities provUtilities) StatementActionValue.doAction(Bundle s, ProvUtilities provUtilities) static NamespaceNamespace.gatherNamespaces(Bundle bundle) static NamespaceNamespace.gatherNamespaces(Bundle bundle, ProvFactory pFactory) ProvUtilities.getActivity(Bundle d) ProvUtilities.getRelations(Bundle d) ProvUtilities.getStatement(Bundle d) -
Uses of Bundle in org.openprovenance.prov.model.builder
Fields in org.openprovenance.prov.model.builder with type parameters of type Bundle -
Uses of Bundle in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement BundleMethods in org.openprovenance.prov.vanilla that return BundleModifier and TypeMethodDescriptionProvFactory.newNamedBundle(QualifiedName id, Collection<Activity> ps, Collection<Entity> as, Collection<Agent> ags, Collection<Statement> lks) ProvFactory.newNamedBundle(QualifiedName id, Collection<Statement> statements) ProvFactory.newNamedBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements)