blob: c179d0068eb9ccd4c3d65187c50509eaebd8e155 [file] [log] [blame]
tomb36046e2014-08-27 00:22:24 -07001package org.onlab.onos.net;
2
tomb36046e2014-08-27 00:22:24 -07003/**
4 * Immutable representation of a network element identity.
5 */
tomca20e0c2014-09-03 23:22:24 -07006public abstract class ElementId {
tomb36046e2014-08-27 00:22:24 -07007}