Uses of Interface
org.openprovenance.prov.model.StatementAction
-
Packages that use StatementAction Package Description org.openprovenance.prov.model 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 StatementAction Modifier and Type Class Description classIndexedDocumentThis class provides a set of indexes over information contained in an Document, facilitating its navigation.classNamespaceGathererUtility 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 StatementAction Modifier and Type Method Description voidProvUtilities. doAction(StatementOrBundle s, StatementAction action)voidProvUtilities. forAllStatement(List<Statement> records, StatementAction action)voidProvUtilities. forAllStatementOrBundle(List<StatementOrBundle> records, StatementAction action)
-