blob: 2a648152b8e463219d0ef4eee4964ee7122482c2 [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001package org.onlab.onos.net.flow;
2
3import org.onlab.onos.net.Description;
4
5/**
6 * Information about a flow rule.
7 */
8public interface FlowDescription extends Description {
9
10 // Match and action, possibly reason for flow rule, unless reason is too OF-specific.
11
12}