com.cherokeesoft.db.utils.api.Graphable Maven / Gradle / Ivy
package com.cherokeesoft.db.utils.api;
import com.cherokeesoft.db.utils.exception.DataException;
import com.cherokeesoft.db.utils.graph.DataGraph;
import org.apache.commons.collections.CollectionUtils;
import java.util.Collection;
public interface Graphable {
DataGraph graph(F filter) throws Exception;
}