org.openprovenance.prov.xml.HasAllAttributes 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;
import java.util.List;
import org.openprovenance.prov.model.Attribute;
public interface HasAllAttributes {
public abstract List getAllAttributes();
}