Uses of Class
org.openprovenance.prov.model.ValueConverter
-
Packages that use ValueConverter 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 ValueConverter in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model with parameters of type ValueConverter Modifier and Type Method Description ObjectTypedValue. convertValueToObject(ValueConverter vconv)Converts the value associated with thevalueproperty into a Java object.AttributeDOMProcessing. unmarshallAttribute(Element el, ProvFactory pFactory, ValueConverter vconv) -
Uses of ValueConverter in org.openprovenance.prov.vanilla
Methods in org.openprovenance.prov.vanilla with parameters of type ValueConverter Modifier and Type Method Description ObjectTypedValue. convertValueToObject(ValueConverter vconv)
-