org.openprovenance.prov.client_copy.Builder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prov-template Show documentation
Show all versions of prov-template Show documentation
A template system for PROV bundles.
The newest version!
// Generated automatically by ProvToolbox for template configuration 'template_library'
// by class org.openprovenance.prov.template.compiler.CompilerLogger, method generateBuilderInterface,
// in file CompilerLogger.java, at line 156
package org.openprovenance.prov.client_copy;
import java.util.Map;
public interface Builder {
int[] getNodes();
Map getSuccessors();
Map getTypedSuccessors();
String getName();
ProcessorArgsInterface record2csv(Object[] record);
String[] getPropertyOrder();
}