package org.singinst.uf.model; import java.util.List; public interface SummarySource { List getConclusionGenerators(); List getScalarValues(); }