package org.aksw.isomorphism; public interface CostAware { long getEstimatedCost(); }