blob: ed5678ee41353360d14b3b93cf1589564b9ed0b4 [file] [log] [blame]
package net.onrc.onos.core.topology;
//TODO move to appropriate package under api
/**
* ImmutableTopology, which could be accessed without locking, etc.
*/
public interface ImmutableTopology extends BaseTopology {
// no additional interface needed.
}