Uses of Interface
org.openprovenance.prov.model.Value
-
Packages that use Value 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 Value in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return Value Modifier and Type Method Description ValueObjectFactory. createValue()ValueHasValue. getValue()ValueProvFactory. newValue(int value)Factory method to create an instance of the PROV-DM prov:value attribute (seeValue).ValueProvFactory. newValue(Object value, QualifiedName type)Factory method to create an instance of the PROV-DM prov:value attribute (seeValue).ValueProvFactory. newValue(String value)Factory method to create an instance of of the PROV-DM prov:value attribute (seeValue).Methods in org.openprovenance.prov.model with parameters of type Value Modifier and Type Method Description voidNamespaceGatherer. registerValue(Value val2)voidHasValue. setValue(Value value)
-