package org.openprovenance.prov.xml; import java.util.List; import org.openprovenance.prov.model.Attribute; public interface HasAllAttributes { public abstract List<Attribute> getAllAttributes(); }