Uses of Interface
org.openprovenance.prov.model.Label
-
Packages that use Label 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 Label in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return Label Modifier and Type Method Description LabelAtomConstructor. newLabel(Object value, QualifiedName type) -
Uses of Label in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement Label Modifier and Type Class Description classLabelMethods in org.openprovenance.prov.vanilla that return Label Modifier and Type Method Description LabelModelConstructor. newLabel(Object value, QualifiedName type)LabelProvFactory. newLabel(Object value, QualifiedName type)
-