blob: e58c784a850b6504e8ef6927bb6f18c6f6b691c8 [file] [log] [blame]
package org.onlab.onos.net.topology;
/**
* Representation of an SCC (strongly-connected component) in a network topology.
*/
public interface TopologyCluster {
// TODO: add stuff in here: id, deviceCount, linkCount
}