org.openprovenance.prov.template.expander.BindingsBeanInterface 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!
package org.openprovenance.prov.template.expander;
public interface BindingsBeanInterface {
OldBindings getBindings();
String getTemplate();
}