All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openprovenance.prov.xml.builder.Equals Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.0.0
Show newest version
package org.openprovenance.prov.xml.builder;

import org.openprovenance.apache.commons.lang.builder.EqualsBuilder;

public interface Equals {

  public void equals(Object object, EqualsBuilder equalsBuilder);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy