package info.oais.interfaces.infomodel.poss1Provenance;
import  info.oais.interfaces.infomodel.*;


/**
 * An Actor is the entity, system or perons which instigates of performs the Step which is being recorded in the Provenance
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:45
 */
public interface Actor extends InformationObject{


}