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

org.openprovenance.prov.interop.DeserializerFunction Maven / Gradle / Ivy

Go to download

A package aimed at systematic testing convertibility of prov representations.

There is a newer version: 2.1.1
Show newest version
package org.openprovenance.prov.interop;

/* Functional interface, without argument, returning a deserializer function. This is implemented as a functional interface, since soem serialization method are thread specific, and therefore, need to be called in the current thread serializing the document. */

public interface DeserializerFunction {
        org.openprovenance.prov.model.ProvDeserialiser apply();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy