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

org.openprovenance.prov.xml.HasAllAttributes 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;

import java.util.List;

import org.openprovenance.prov.model.Attribute;

public interface HasAllAttributes {

    public abstract List getAllAttributes();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy