package eu.dnetlib.validator2.engine; import java.util.Map; public interface PropertyDriven { void readFrom(Map map); void writeTo(Map map); }