package org.cloudgraph.web.component; /** * Interface used to find resources from within Chart utilities. * @author Scott Cinnamond */ public interface ChartResourceFinder { String getLabel(String resourceId); }