blob: c649479d4da9728b8107120931648e797a410f05 [file] [log] [blame]
tome33cc1a2014-08-25 21:59:41 -07001package org.onlab.onos.net;
2
3/**
4 * Representation of an network infrastructure device.
5 */
6public class Device {
7
8 // type, e.g. switch, router, firewall, ips, controller
9
10 // id (uri within)
11
12 // ports
13
14}