Uses of Interface
org.openprovenance.prov.model.StatementAction
Packages that use StatementAction
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of StatementAction in org.openprovenance.prov.model
Classes in org.openprovenance.prov.model that implement StatementActionModifier and TypeClassDescriptionclassThis class provides a set of indexes over information contained in an Document, facilitating its navigation.classUtility class to traverse a document, register all namespaces occurring inQualifiedNames and attributes as well as associated prefixes, and create aNamespacedatastructure.Methods in org.openprovenance.prov.model with parameters of type StatementActionModifier and TypeMethodDescriptionvoidProvUtilities.doAction(StatementOrBundle s, StatementAction action) voidProvUtilities.forAllStatement(List<Statement> records, StatementAction action) voidProvUtilities.forAllStatementOrBundle(List<StatementOrBundle> records, StatementAction action)