package org.openprovenance.prov.model; /** Interface for a Key of a dictionary. * <p>A Key is a <a href="http://www.w3.org/TR/prov-dm#term-value">PROV-DM Value</a> implemented in ProvToolbox as {@link TypedValue} * * @author lavm * */ public interface Key extends TypedValue { }