blob: a55604872ba2a90d7c5d5835e08bb39656af1e8d [file] [log] [blame]
Sho SHIMIZU15ed4fd2014-08-05 14:40:42 -07001package net.onrc.onos.api.newintent;
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}