package uk.q3c.krail.core.services; /** * * A graph specifically to handle instances o {@link Service} * * Created by David Sowerby on 05 Dec 2015 */ public interface ServicesInstanceGraph extends ServicesGraph<Service> { }