
org.openprovenance.prov.template.expander.BundleVariableHasMultipleValues Maven / Gradle / Ivy
package org.openprovenance.prov.template.expander;
import java.util.List;
import org.openprovenance.prov.model.QualifiedName;
public class BundleVariableHasMultipleValues extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1270038830746760223L;
public BundleVariableHasMultipleValues(QualifiedName id,
List vals) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy