blob: 25170671e1bd1b6a53e98d00cac0f1117f5883f6 [file] [log] [blame]
Brian O'Connorb876bf12014-10-02 14:59:37 -07001/**
toma1d16b62014-10-02 23:45:11 -07002 * Set of abstractions for conveying high-level intents for treatment of
3 * selected network traffic by allowing applications to express the
4 * <em>what</em> rather than the <em>how</em>. This makes such instructions
5 * largely independent of topology and device specifics, thus allowing them to
6 * survive topology mutations.
Brian O'Connorb876bf12014-10-02 14:59:37 -07007 */
Brian O'Connorb876bf12014-10-02 14:59:37 -07008package org.onlab.onos.net.intent;