package com.vtence.molecule.routing; public interface RouteSet { void add(Route route); }