org.openprovenance.prov.sql.AnyAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prov-sql Show documentation
Show all versions of prov-sql Show documentation
Java Objects representing the PROV model, XML serialiser/deserialiser for them, and ORM mapping generated by HyperJaxb.
package org.openprovenance.prov.sql;
public class AnyAdapter
extends org.openprovenance.prov.xml.AnyAdapter
{
public AnyAdapter () {
super(new ProvFactory());
}
}