Skip to content
Snippets Groups Projects
ITopologyPathFinding.java 169 B
package net.floodlightcontroller.topology;

import net.floodlightcontroller.routing.IRoutingService;

public interface ITopologyPathFinding extends IRoutingService {

}