blob: f537868f537a2ce9e9d87437221a8215a6973adc [file] [log] [blame]
package net.floodlightcontroller.core.internal;
import net.floodlightcontroller.core.IOFSwitch;
import org.openflow.protocol.statistics.OFDescriptionStatistics;
public interface IOFSwitchFeatures {
public void setFromDescription(IOFSwitch sw, OFDescriptionStatistics description);
}