Uses of Interface
org.openprovenance.prov.model.StatementOrBundle
Packages that use StatementOrBundle
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of StatementOrBundle in org.openprovenance.prov.model
Subinterfaces of StatementOrBundle in org.openprovenance.prov.modelModifier and TypeInterfaceDescriptioninterfaceInterface for the PROV Delegation association.interfaceInterface for the PROV Activity complex type.interfaceInterface for the PROV Agent complex type.interfaceInterface for PROV Alternate association.interfaceInterface for a PROV Bundle.interfaceInterface for PROV Dictionary Insertion.interfaceInterface for PROV Dictionary Removal.interfaceInterface for PROV Dictionary MembershipinterfaceInterface for an Entity, an Activity, or an Agent.interfaceInterface for the PROV Entity complex type.interfaceInterface for PROV Collection MembershipinterfaceInterface to denote a relation that carries some influence.interfaceInterface for PROV MentionOf association.interfaceInterface to denote a relation that carries some influence.interfaceAn interface for all PROVStatementthat are a relation.interfaceInterface for PROV Specialization association.interfaceInterface for a PROV unit of descriptioninterfaceInterface for PROV Usage association.interfaceInterface for the PROV Association association.interfaceInterface for the PROV Attribution association.interfaceInterface for PROV Derivation association.interfaceInterface for PROV End association.interfaceInterface for PROV Generation association.interfaceInterface for the PROV Influence association.interfaceInterface for the PROV Communication association.interfaceInterface for PROV Invalidation association.interfaceInterface for PROV Start association.Methods in org.openprovenance.prov.model that return types with arguments of type StatementOrBundleModifier and TypeMethodDescriptionDocument.getStatementOrBundle()Gets the value of the statementOrBundle property.Methods in org.openprovenance.prov.model with parameters of type StatementOrBundleModifier and TypeMethodDescriptionvoidProvUtilities.doAction(StatementOrBundle s, StatementAction action) ProvUtilities.doAction(StatementOrBundle s, StatementActionValue action) Method parameters in org.openprovenance.prov.model with type arguments of type StatementOrBundleModifier and TypeMethodDescriptionvoidProvUtilities.forAllStatementOrBundle(List<StatementOrBundle> records, StatementAction action) <T> List<T> ProvUtilities.getObject(Class<T> cl, List<StatementOrBundle> ll) ModelConstructor.newDocument(Namespace namespace, List<StatementOrBundle> statementsOrBundles) A factory method to create an instance of aDocument -
Uses of StatementOrBundle in org.openprovenance.prov.model.extension
Subinterfaces of StatementOrBundle in org.openprovenance.prov.model.extensionModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of StatementOrBundle in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement StatementOrBundleModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.openprovenance.prov.vanilla that return types with arguments of type StatementOrBundleMethod parameters in org.openprovenance.prov.vanilla with type arguments of type StatementOrBundleModifier and TypeMethodDescriptionModelConstructor.newDocument(Namespace namespace, List<StatementOrBundle> statementsOrBundles) ProvFactory.newDocument(Namespace namespace, List<StatementOrBundle> statementsOrBundles) Constructor parameters in org.openprovenance.prov.vanilla with type arguments of type StatementOrBundleModifierConstructorDescriptionDocument(List<StatementOrBundle> statementsOrBundle) Document(Namespace namespace, List<StatementOrBundle> statementsOrBundle)