|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--flowsim.core.FlowImpl | +--flowsim.core.RoutedFlowImpl
Field Summary | |
protected Simulator |
s
|
Fields inherited from class flowsim.core.FlowImpl |
DS_BEST_EFFORT,
DS_UNKNOWN |
Constructor Summary | |
RoutedFlowImpl(Simulator s,
Node from,
int bw,
int flow,
int type,
int router_port)
|
Method Summary | |
void |
forward(LinkManager lm)
|
int |
get_router_port()
|
void |
route()
|
void |
set_router_port(int port)
|
void |
start()
|
Methods inherited from class flowsim.core.FlowImpl |
attach_monitor,
block,
detach_monitor,
get_available_bw,
get_bw,
get_desired_bw,
get_ds,
get_flowid,
get_from_service,
get_from,
get_total_bw,
is_blocked,
is_running,
set_bw,
set_desired_bw,
set_ds,
set_flowid,
set_from_service,
stop,
utility |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected Simulator s
Constructor Detail |
public RoutedFlowImpl(Simulator s, Node from, int bw, int flow, int type, int router_port)
Method Detail |
public final int get_router_port()
public final void set_router_port(int port)
public void forward(LinkManager lm)
public void route()
public void start()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |