org.openprovenance.prov.xml.builder.Equals Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prov-xml Show documentation
Show all versions of prov-xml Show documentation
Java Objects representing the PROV model and an XML serialiser/deserialiser for them. Classes were initially generated by JAXB, from the XML schema for PROV, and over time edited by hand.
package org.openprovenance.prov.xml.builder;
import org.openprovenance.apache.commons.lang.builder.EqualsBuilder;
public interface Equals {
public void equals(Object object, EqualsBuilder equalsBuilder);
}