Uses of Interface
org.openprovenance.prov.model.TypedValue
-
Packages that use TypedValue 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 TypedValue in org.openprovenance.prov.model
Subinterfaces of TypedValue in org.openprovenance.prov.model Modifier and Type Interface Description interfaceAttributeInterface for a PROV attribute-value pair.interfaceKeyInterface for a Key of a dictionary.interfaceLabelInterface for PROV attribute label.interfaceLocationInterface for PROV attribute location.interfaceOtherInterface for non-PROV attributes.interfaceRoleInterface for PROV attribute role.interfaceTypeInterface for PROV Type attribute.interfaceValueInterface for PROV attribute value.Methods in org.openprovenance.prov.model that return TypedValue Modifier and Type Method Description TypedValueObjectFactory. createTypedValue()Methods in org.openprovenance.prov.model with parameters of type TypedValue Modifier and Type Method Description static ElementDOMProcessing. marshalTypedValue(TypedValue attribute, QualifiedName elementName) -
Uses of TypedValue in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement TypedValue Modifier and Type Class Description classLabelclassLocationclassOtherclassRoleclassTypeclassTypedValueclassValue
-