blob: aae61780ac2ddd6c55cc316b54a5bee2930544d7 [file] [log] [blame]
Andreas Wundsam40e14f72013-05-06 14:49:08 -07001package org.openflow.protocol;
2
Andreas Wundsam27303462013-07-16 12:52:35 -07003
Andreas Wundsam40e14f72013-05-06 14:49:08 -07004/**
Andreas Wundsama94273b2013-08-01 22:11:33 -07005 * Base interface of all OpenFlow objects (e.g., messages, actions, stats, etc.)
Andreas Wundsam40e14f72013-05-06 14:49:08 -07006 */
Andreas Wundsam001b1822013-08-02 22:25:55 -07007public interface OFObject extends Writeable {
Andreas Wundsam40e14f72013-05-06 14:49:08 -07008}