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

org.openprovenance.prov.interop.DeserializerFunction2 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, returning a deserializer function.  */

import org.openprovenance.prov.model.DateTimeOption;

import java.util.TimeZone;

public interface DeserializerFunction2 {
        org.openprovenance.prov.model.ProvDeserialiser apply(DateTimeOption dateTimeOption, TimeZone timeZone);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy