blob: 3274224fc19a2345ee667c82ba1f8d41603c4ca9 [file] [log] [blame]
Ray Milkey9ed4b962014-08-20 15:43:40 -07001package net.onrc.onos.core.matchaction;
2/**
3 * A generator of MatchActionId.
4 */
5public interface MatchActionOperationsIdGenerator {
6 /**
7 * Generates a globally unique MatchActionId instance.
8 */
9 MatchActionOperationsId getNewId();
10}