blob: 470d98bd2fa84e884e6eec664fa5a513ec6c5d1e [file] [log] [blame]
Brian O'Connorb876bf12014-10-02 14:59:37 -07001package org.onlab.onos.net.intent;
2
3/**
4 * Abstraction of a batch of intent submit/withdraw operations.
5 */
6public interface IntentOperations {
7
8 // TODO: elaborate once the revised BatchOperation scheme is in place
9
10}