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