blob: 8b6368d90a1ba632cf1773af58e4cf6535ae0ad2 [file] [log] [blame]
package org.onlab.onos.net;
import org.onlab.onos.net.provider.Provided;
/**
* Representation of an network infrastructure device.
*/
public interface Device extends Provided {
// type, e.g. switch, router, firewall, ips, controller
// id (uri within)
// ports
}