1 package org.openkilda.simulator.interfaces;
9 import org.projectfloodlight.openflow.types.DatapathId;
11 import java.util.List;
Map< Long, IFlow > getFlows()
void delFlow(long cookie)
int addPort(IPortImpl port)
List< PortStatsEntry > getPortStats()
void setControlPlaneLatency(int controlPlaneLatency)
void setMaxPorts(int maxPorts)
IPortImpl getPort(int portNum)
void modState(SwitchState state)
List< IPortImpl > getPorts()
void setDpid(DatapathId dpid)
int getControlPlaneLatency()
IFlow getFlow(long cookie)