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.org.openprovenance.prov.vanilla -
-
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()ValueAtomConstructor. newValue(Object value, QualifiedName type)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) -
Uses of Value in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement Value Modifier and Type Class Description classValueMethods in org.openprovenance.prov.vanilla that return Value Modifier and Type Method Description ValueEntity. getValue()ValueModelConstructor. newValue(Object value, QualifiedName type)ValueProvFactory. newValue(Object value, QualifiedName type)Methods in org.openprovenance.prov.vanilla with parameters of type Value Modifier and Type Method Description voidEntity. setValue(Value o)
-