Uses of Interface
org.openprovenance.prov.model.Statement
Packages that use Statement
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of Statement in org.openprovenance.prov.model
Subinterfaces of Statement 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 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 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 with type parameters of type StatementMethods in org.openprovenance.prov.model that return types with arguments of type StatementModifier and TypeMethodDescriptionBundle.getStatement()ProvUtilities.getStatement(Bundle d) ProvUtilities.getStatement(Document d) Methods in org.openprovenance.prov.model with parameters of type StatementModifier and TypeMethodDescriptionProvFactory.getAllAttributes(Statement s) ProvFactory.getAttributes(Statement statement) booleanIndicates whether object has no time field.ProvFactory.newDocument(Activity[] ps, Entity[] as, Agent[] ags, Statement[] lks) voidMethod parameters in org.openprovenance.prov.model with type arguments of type StatementModifier and TypeMethodDescriptionvoidProvUtilities.forAllStatement(List<Statement> records, StatementAction action) <T> List<T> ProvUtilities.getObject2(Class<T> cl, List<Statement> ll) ModelConstructor.newDocument(Namespace namespace, Collection<Statement> statements, Collection<Bundle> bundles) A factory method to create an instance of aDocumentModelConstructor.newNamedBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements) A factory method to create an instance of a BundleBundleProvFactory.newNamedBundle(QualifiedName id, Collection<Statement> statements) abstract BundleProvFactory.newNamedBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements) -
Uses of Statement in org.openprovenance.prov.model.builder
Fields in org.openprovenance.prov.model.builder with type parameters of type Statement -
Uses of Statement in org.openprovenance.prov.model.extension
Subinterfaces of Statement in org.openprovenance.prov.model.extensionModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of Statement in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement StatementModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.openprovenance.prov.vanilla that return types with arguments of type StatementMethod parameters in org.openprovenance.prov.vanilla with type arguments of type StatementModifier and TypeMethodDescriptionModelConstructor.newDocument(Namespace namespace, Collection<Statement> statements, Collection<Bundle> bundles) A factory method to create an instance of aDocumentProvFactory.newDocument(Namespace namespace, Collection<Statement> statements, Collection<Bundle> bundles) ModelConstructor.newNamedBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements) A factory method to create an instance of a BundleBundleProvFactory.newNamedBundle(QualifiedName id, Collection<Statement> statements) ProvFactory.newNamedBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements) Constructor parameters in org.openprovenance.prov.vanilla with type arguments of type StatementModifierConstructorDescriptionBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements) Document(Namespace namespace, Collection<Statement> statements, Collection<Bundle> bundles)