flowsim.core
Interface FCBEFlow

All Known Implementing Classes:
FCBEFlowImpl

public abstract interface FCBEFlow
extends UnicastFlow

Flow with flow control such as TCP.


Method Summary
 void set_child_available_bw(int child_abw)
           
 
Methods inherited from interface flowsim.core.UnicastFlow
add_child_same_node, get_child, get_iface, get_parent, get_to, next_node, set_parent_bw
 
Methods inherited from interface flowsim.core.Flow
attach_monitor, block, detach_monitor, get_available_bw, get_bw, get_desired_bw, get_ds, get_flowid, get_from_service, get_from, is_blocked, is_running, set_bw, set_desired_bw, set_ds, set_flowid, set_from_service, start, stop, utility
 

Method Detail

set_child_available_bw

public void set_child_available_bw(int child_abw)