blob: a55604872ba2a90d7c5d5835e08bb39656af1e8d [file] [log] [blame]
package net.onrc.onos.api.newintent;
/**
* Abstraction of a batch of intent submit/withdraw operations.
*/
public interface IntentOperations {
// TODO: elaborate once the revised BatchOperation scheme is in place
}