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