blob: ddbb0ef37e45ee27f2b3a731483eb2676e9abb63 [file] [log] [blame]
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -08001package net.floodlightcontroller.core.internal;
2
3import org.openflow.protocol.statistics.OFDescriptionStatistics;
4
5import net.floodlightcontroller.core.IOFSwitch;
6
7public interface IOFSwitchFeatures {
8 public void setFromDescription(IOFSwitch sw, OFDescriptionStatistics description);
9}