blob: 4f36d7cffc90d928edd089a3cc7cf25d9064e5b1 [file] [log] [blame]
package net.onrc.onos.core.matchaction;
/**
* A generator of MatchActionId.
*/
public interface MatchActionIdGenerator {
/**
* Generates a globally unique MatchActionId instance.
*/
MatchActionId getNewId();
}