Uses of Class
org.openprovenance.prov.model.ProvFactory
-
Packages that use ProvFactory 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 ProvFactory in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model with parameters of type ProvFactory Modifier and Type Method Description static NamespaceNamespace. gatherNamespaces(Bundle bundle, ProvFactory pFactory)QualifiedNameNamespace. qualifiedName(String prefix, String local, ProvFactory pFactory)Creates a qualified name, with given prefix and local name.QualifiedNameNamespace. stringToQualifiedName(String id, ProvFactory pFactory)QualifiedNameNamespace. stringToQualifiedName(String id, ProvFactory pFactory, boolean isEscaped)AttributeDOMProcessing. unmarshallAttribute(Element el, ProvFactory pFactory, ValueConverter vconv)Constructors in org.openprovenance.prov.model with parameters of type ProvFactory Constructor Description BeanTraversal(ModelConstructor c, ProvFactory pFactory)DOMProcessing(ProvFactory pFactory)IndexedDocument(ProvFactory pFactory, Document doc)IndexedDocument(ProvFactory pFactory, Document doc, boolean flatten)Name(ProvFactory pFactory)ValueConverter(ProvFactory pFactory) -
Uses of ProvFactory in org.openprovenance.prov.vanilla
Subclasses of ProvFactory in org.openprovenance.prov.vanilla Modifier and Type Class Description classProvFactory
-