package org.n3r.eql.base; import java.util.Map; public interface EqlToProperties { Map<String, Object> toProperties(); }