Uses of Class
org.openprovenance.prov.model.StatementOrBundle.Kind
-
Packages that use StatementOrBundle.Kind 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.org.openprovenance.prov.vanilla -
-
Uses of StatementOrBundle.Kind in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return StatementOrBundle.Kind Modifier and Type Method Description StatementOrBundle.KindStatementOrBundle. getKind()Gets the type of a provenance statementstatic StatementOrBundle.KindStatementOrBundle.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static StatementOrBundle.Kind[]StatementOrBundle.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StatementOrBundle.Kind in org.openprovenance.prov.vanilla
-